cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A127232 Eulerian numbers A000295 appearing in the intersection of Fibonacci and Lucas sequences A124168 and A127208.

This page as a plain text file.
%I A127232 #12 Sep 08 2022 08:45:29
%S A127232 1,120,524268,140737488355280,2596148429267413814265248164609936,
%T A127232 57896044618658097711785492504343953926634992332820282019728792003956564819712
%N A127232 Eulerian numbers A000295 appearing in the intersection of Fibonacci and Lucas sequences A124168 and A127208.
%C A127232 a(n) is common to the r-step Fibonacci sequence and the s-step Lucas sequence for s=A001792(n)-2 and r=s-n+1. See A127208 for more information about the intersection of Fibonacci and Lucas sequences.
%H A127232 Vincenzo Librandi, <a href="/A127232/b127232.txt">Table of n, a(n) for n = 1..8</a> (shortened by _N. J. A. Sloane_, Jan 13 2019)
%F A127232 a(n) = 2^(k-1)-k for k=A001792(n).
%e A127232 a(2)=120 appears in the 5-step Fibonacci sequence A001591 and the 6-step Lucas sequence A074584. a(3)=524268 appears in the 16-step Fibonacci sequence and the 18-step Lucas sequence.
%o A127232 (Magma) [2^((n+2)*2^(n-1)-1)-(n+2)*2^(n-1): n in [1..7]]; // _Vincenzo Librandi_, Aug 26 2011
%o A127232 (PARI) a(n) = my(k=(n+2)*2^(n-1)); 2^(k-1)-k; \\ _Michel Marcus_, Mar 25 2016
%Y A127232 Cf. A000295, A001591, A074584, A124168, A127208.
%K A127232 nonn
%O A127232 1,2
%A A127232 _T. D. Noe_, Jan 09 2007