The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A250495 The n^n-th Fibonacci number. 3
1, 1, 3, 196418, 141693817714056513234709965875411919657707794958199867 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
The next term (a(5)) has 653 digits. - Harvey P. Dale, Nov 29 2017
LINKS
FORMULA
a(n) = [0, 1; 1, 1]^(n^n)[1,2].
a(n) = A000045(n^n) = A250486(n,n).
MAPLE
a:= n-> (<<0|1>, <1|1>>^(n^n))[1, 2]:
seq(a(n), n=0..5);
MATHEMATICA
Table[Fibonacci[n^n], {n, 0, 5}] (* Harvey P. Dale, Nov 29 2017 *)
CROSSREFS
Sequence in context: A178505 A306594 A003544 * A317168 A176586 A339776
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 May 15 21:14 EDT 2024. Contains 372549 sequences. (Running on oeis4.)