login

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 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A250491
(n^5)-th Fibonacci number.
3
0, 1, 2178309, 271964099255182923543922814194423915162591622175362
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