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”).

A250494
(n^8)-th Fibonacci number.
2
0, 1, 141693817714056513234709965875411919657707794958199867
OFFSET
0,3
FORMULA
a(n) = A000045(n^8).
MAPLE
a:= n-> (<<0|1>, <1|1>>^(n^8))[1, 2]:
seq(a(n), n=0..3);
CROSSREFS
Column k=8 of A250486.
Cf. A000045.
Sequence in context: A095498 A358419 A095500 * A174817 A335798 A174671
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Nov 24 2014
STATUS
approved