login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A100399 Fibonacci(n)^n. 1
1, 1, 1, 8, 81, 3125, 262144, 62748517, 37822859361, 60716992766464, 253295162119140625, 2775173073766990340489, 79496847203390844133441536, 5965226978431093156430190442313, 1171598758708107367475386427203165009 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..50

MATHEMATICA

Array[Fibonacci[ # ]^#&, 20] [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Apr 03 2010]

PROG

(PARI) for(x=0, 14, print1(fibonacci(x)^x", "))

(Magma) [Fibonacci(n)^n: n in [0..20]]; // Vincenzo Librandi, Apr 24 2011

CROSSREFS

Sequence in context: A193563 A026845 A145921 * A022504 A104126 A100879

Adjacent sequences:  A100396 A100397 A100398 * A100400 A100401 A100402

KEYWORD

nonn

AUTHOR

Jorge Coveiro (jorgecoveiro(AT)yahoo.com), Dec 30 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 12:58 EST 2012. Contains 205482 sequences.