login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A127232 Eulerian numbers A000295 appearing in the intersection of Fibonacci and Lucas sequences A124168 and A127208. 2
1, 120, 524268, 140737488355280, 2596148429267413814265248164609936, 57896044618658097711785492504343953926634992332820282019728792003956564819712 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

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.

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 1..11

FORMULA

a(n)=2^(k-1)-k for k=A001792(n).

EXAMPLE

a(2)=120 appears in the 5-step Fibonaaci 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.

PROG

(MAGMA) [2^((n+2)*2^(n-1)-1)-(n+2)*2^(n-1): n in [1..7]]; // Vincenzo Librandi, Aug 26 2011

CROSSREFS

Sequence in context: A181750 A003789 A046987 * A166351 A147964 A172857

Adjacent sequences:  A127229 A127230 A127231 * A127233 A127234 A127235

KEYWORD

nonn

AUTHOR

T. D. Noe (noe(AT)sspectra.com), Jan 09 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 21:09 EST 2012. Contains 205561 sequences.