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

A250492
(n^6)-th Fibonacci number.
3
0, 1, 10610209857723
OFFSET
0,3
LINKS
FORMULA
a(n) = A000045(n^6).
MAPLE
a:= n-> (<<0|1>, <1|1>>^(n^6))[1, 2]:
seq(a(n), n=0..4);
CROSSREFS
Column k=6 of A250486.
Cf. A000045.
Sequence in context: A288264 A127225 A257141 * A095429 A261151 A103575
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Nov 24 2014
STATUS
approved