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

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
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 December 9 06:02 EST 2023. Contains 367685 sequences. (Running on oeis4.)