OFFSET
0,3
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) = 0;
a(1) = a(0)[0]a(0) = 1;
a(2) = a(1)[1]a(1) = 1+1 = 2;
a(3) = a(2)[2]a(2) = 2*2 = 4;
a(4) = a(3)[3]a(3) = 4^4 = 256;
a(5) = a(4)[4]a(4) = 256^^256 = 256^256^....^256 (256 times).
CROSSREFS
KEYWORD
nonn,bref
AUTHOR
Natan Arie Consigli, Apr 09 2016
STATUS
approved