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!)
A100399 a(n) = Fibonacci(n)^n. 6
1, 1, 1, 8, 81, 3125, 262144, 62748517, 37822859361, 60716992766464, 253295162119140625, 2775173073766990340489, 79496847203390844133441536, 5965226978431093156430190442313, 1171598758708107367475386427203165009, 602486784535040403801858901000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = A103323(n,n).
From Amiram Eldar, Nov 17 2020: (Start)
Sum_{n>=1} 1/a(n) = A201615.
Sum_{n>=1} (-1)^(n+1)/a(n) = A201616. (End)
MAPLE
a:= n-> (<<1|1>, <1|0>>^n)[1, 2]^n:
seq(a(n), n=0..15); # Alois P. Heinz, Apr 13 2018
MATHEMATICA
Array[Fibonacci[ # ]^#&, 20] (* Vladimir Joseph Stephan Orlovsky, Apr 03 2010 *)
PROG
(PARI) a(n) = fibonacci(n)^n;
(Magma) [Fibonacci(n)^n: n in [0..20]]; // Vincenzo Librandi, Apr 24 2011
CROSSREFS
Main diagonal of A103323.
Sequence in context: A305770 A145921 A304655 * A022504 A104126 A100879
KEYWORD
nonn
AUTHOR
Jorge Coveiro, Dec 30 2004
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 March 28 20:05 EDT 2024. Contains 371254 sequences. (Running on oeis4.)