login
A245490
a(n) = n^(n^3).
1
1, 1, 256, 7625597484987, 340282366920938463463374607431768211456
OFFSET
0,3
COMMENTS
Number of ternary operations on a set of n elements.
Next term has 88 decimal digits.
MATHEMATICA
Table[n^(n^3), {n, 0, 4}] (* Alonso del Arte, Jul 24 2014 *)
CROSSREFS
Sequence in context: A017552 A056668 A087930 * A185981 A255321 A228133
KEYWORD
nonn,easy
AUTHOR
Pasha Zusmanovich, Jul 23 2014
STATUS
approved