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”).

A030198
a(n) = n^((n+1)^(n+2)).
2
0, 1, 2417851639229258349412352
OFFSET
0,3
COMMENTS
The next four terms have 489, 9408, 195667 and 4485888 digits respectively and are too large to include. - Rick L. Shepherd, May 07 2006
MATHEMATICA
Table[n^(n+1)^(n+2), {n, 0, 3}] (* Vladimir Joseph Stephan Orlovsky, Mar 14 2011*)
CROSSREFS
Cf. A103562.
Sequence in context: A130682 A104304 A104322 * A104267 A113538 A280347
KEYWORD
bref,nonn
AUTHOR
Ian S. Elliott (ie3(AT)uenics.evansville.edu)
STATUS
approved