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!)
A253268 Product_{k=1..n} Fibonacci(k)^k. 2
1, 1, 8, 648, 2025000, 530841600000, 33309523161907200000, 1259861409934788058133299200000, 76494996113757662751632456649087438028800000, 19375812441937279261781767910157290423127539712000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) ~ c * ((1+sqrt(5))/2)^(n*(n+1)*(2*n+1)/6) / 5^(n*(n+1)/4), where c = A253270 = 1.1188674438617789501735355690557711005492672642422237428157122531318... .
MATHEMATICA
Table[Product[Fibonacci[k]^k, {k, 1, n}], {n, 1, 10}]
FoldList[Times, Table[Fibonacci[n]^n, {n, 10}]] (* Harvey P. Dale, Oct 17 2019 *)
CROSSREFS
Sequence in context: A258385 A352593 A267968 * A235368 A247731 A231849
KEYWORD
nonn,easy
AUTHOR
Vaclav Kotesovec, May 01 2015
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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)