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!)
A210343 a(n) = Fibonacci(n+1)^n. 4
1, 1, 4, 27, 625, 32768, 4826809, 1801088541, 1785793904896, 4605366583984375, 31181719929966183601, 552061438912436417593344, 25601832525455335435322705761, 3107689015140868348741078056241817, 987683253336131809511244100000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MAPLE
a:= n-> (<<1|1>, <1|0>>^n)[1, 1]^n:
seq(a(n), n=0..15); # Alois P. Heinz, Dec 05 2015
MATHEMATICA
Table[Fibonacci[n+1]^n, {n, 0, 100}]
PROG
(Maxima) makelist(fib(n+1)^n, n, 0, 14);
(Magma) [Fibonacci(n+1)^n: n in [0..14]]; // Bruno Berselli, Mar 28 2012
CROSSREFS
Sequence in context: A120093 A197987 A133018 * A104168 A197990 A362838
KEYWORD
nonn,easy
AUTHOR
Emanuele Munarini, Mar 20 2012
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 19 16:21 EDT 2024. Contains 371794 sequences. (Running on oeis4.)