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!)
A255321 Product_{k=1..n} k^(k^3). 14
1, 256, 1952152956156672, 664283228512699358734362008580999708796213453161234432 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The next term a(5) has 142 digits.
LINKS
FORMULA
a(n) ~ A243263 * n^(n^2*(n+1)^2/4 - 1/120) / exp(n^4/16 - n^2/12).
MATHEMATICA
Table[Product[k^(k^3), {k, 1, n}], {n, 1, 6}]
PROG
(PARI) a(n)=prod(k=2, n, k^k^3) \\ Charles R Greathouse IV, Sep 08 2015
CROSSREFS
Sequence in context: A087930 A245490 A185981 * A228133 A139304 A018859
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Feb 21 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 May 2 19:04 EDT 2024. Contains 372203 sequences. (Running on oeis4.)