OFFSET
0,2
COMMENTS
a[n]b is the square-bracket notation for n-th hyperoperation of a times b see A054871 for more info.
EXAMPLE
a(0) = 1;
a(1) = a(0)[0]a(0) = 1’= 2;
a(2) = a(1)[1]a(1) = 2+2 = 4;
a(3) = a(2)[2]a(2) = 4*4 = 16;
a(4) = a(3)[3]a(3) = 16^16 = 18446744073709551616.
CROSSREFS
KEYWORD
nonn
AUTHOR
Natan Arie Consigli, Apr 09 2016
STATUS
approved