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!)
A250491 (n^5)-th Fibonacci number. 3
0, 1, 2178309, 271964099255182923543922814194423915162591622175362 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
The next term has 214 digits. - Harvey P. Dale, Apr 22 2019
LINKS
FORMULA
a(n) = A000045(n^5).
MAPLE
a:= n-> (<<0|1>, <1|1>>^(n^5))[1, 2]:
seq(a(n), n=0..5);
CROSSREFS
Column k=5 of A250486.
Cf. A000045.
Sequence in context: A183754 A049359 A105711 * A348032 A224580 A224581
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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)