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

A275203
Hyperoperations using consecutive integers.
0
OFFSET
0,2
COMMENTS
a(4) is too large to display. The number of decimal digits in (the number of decimal digits in a(4)) is approximately 64^64*log[10](64), that is, about 7.1*10^115. - Robert Israel, Jul 19 2016
FORMULA
a(n) = H_n(a(n-1),n), where H_n is the n-th hyperoperation.
EXAMPLE
a(0) = H_0(null,0) = 0+1 = 1.
a(1) = H_1(1,1) = 1+1 = 2.
a(2) = H_2(2,2) = 2*2 = 4.
a(3) = H_3(4,3) = 4^3 = 64.
a(4) = H_4(64,4) = 64^(64^(64^64)).
CROSSREFS
Sequence in context: A245164 A009744 A124592 * A364453 A232444 A088079
KEYWORD
nonn
AUTHOR
Tyler Skywalker, Jul 19 2016
STATUS
approved