A255323 Product_{k=1..n} k^(k^4).
1, 65536, 29060398333495723291328487792256607374737408
Offset: 1
Keywords
Links
- Vaclav Kotesovec, Table of n, a(n) for n = 1..5
Programs
-
Mathematica
Table[Product[k^(k^4), {k, 1, n}], {n, 1, 5}]
-
PARI
a(n)=prod(k=1,n,k^k^4) \\ Charles R Greathouse IV, Sep 08 2015
Comments