A255321 Product_{k=1..n} k^(k^3).
1, 256, 1952152956156672, 664283228512699358734362008580999708796213453161234432
Offset: 1
Keywords
Links
- Vaclav Kotesovec, Table of n, a(n) for n = 1..7
Programs
-
Mathematica
Table[Product[k^(k^3), {k, 1, n}], {n, 1, 6}]
-
PARI
a(n)=prod(k=2,n,k^k^3) \\ Charles R Greathouse IV, Sep 08 2015
Formula
a(n) ~ A243263 * n^(n^2*(n+1)^2/4 - 1/120) / exp(n^4/16 - n^2/12).
Comments