login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A250492 (n^6)-th Fibonacci number. 3

%I #4 Nov 24 2014 10:48:00

%S 0,1,10610209857723

%N (n^6)-th Fibonacci number.

%H Alois P. Heinz, <a href="/A250492/b250492.txt">Table of n, a(n) for n = 0..4</a>

%F a(n) = A000045(n^6).

%p a:= n-> (<<0|1>, <1|1>>^(n^6))[1, 2]:

%p seq(a(n), n=0..4);

%Y Column k=6 of A250486.

%Y Cf. A000045.

%K nonn

%O 0,3

%A _Alois P. Heinz_, Nov 24 2014

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 13:12 EDT 2024. Contains 371969 sequences. (Running on oeis4.)