login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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