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!)
A250490 (n^4)-th Fibonacci number. 4
0, 1, 987, 37889062373143906, 141693817714056513234709965875411919657707794958199867 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A000045(n^4).
MAPLE
a:= n-> (<<0|1>, <1|1>>^(n^4))[1, 2]:
seq(a(n), n=0..5);
MATHEMATICA
Fibonacci[Range[0, 5]^4] (* Alonso del Arte, Aug 22 2017 *)
PROG
(PARI) a(n) = fibonacci(n^4) \\ Felix Fröhlich, Aug 22 2017
CROSSREFS
Column k = 4 of A250486.
Cf. A000045.
Sequence in context: A221696 A221128 A045733 * A258552 A258559 A235762
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Nov 24 2014
STATUS
approved

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 10:51 EDT 2024. Contains 371967 sequences. (Running on oeis4.)