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!)
A008973 Fibonacci number F(n) to power F(n). 14
1, 1, 1, 4, 27, 3125, 16777216, 302875106592253, 5842587018385982521381124421, 11756638905368616011414050501310355554617941909569536, 524744532468751923546122657597368049278513737089035272057324643668607677682302892208099365234375 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = A000045(n)^A000045(n).
MAPLE
with(combinat):
[ seq(fibonacci(n)^fibonacci(n), n=0..15) ];
MATHEMATICA
Table[f=Fibonacci[n]; f^f, {n, 0, 9}] (* Vladimir Joseph Stephan Orlovsky, Jul 22 2008 *)
PROG
(PARI) a(n)=my(f=fibonacci(n)); f^f \\ Charles R Greathouse IV, Oct 03 2016
CROSSREFS
Sequence in context: A348329 A051674 A132641 * A132646 A254866 A292968
KEYWORD
nonn
AUTHOR
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 April 24 11:40 EDT 2024. Contains 371936 sequences. (Running on oeis4.)