OFFSET
0,1
COMMENTS
See A054871 for definitions and key links.
EXAMPLE
a(0) = H_0(4,3) = 3+1 = 4;
a(1) = H_1(4,3) = 4+3 = 7;
a(2) = H_2(4,3) = 4*3 = 12;
a(3) = H_3(4,3) = 4^3 = 64;
a(4) = H_4(4,3) = 4^^3 = 4^4^4 = 4^256 = ... ;
a(5) = H_5(4,3) = 4^^^3 = 4^^4^^4 = 4^^(4^4^4^4) = 4^^(4^4^256) = ... .
CROSSREFS
KEYWORD
nonn
AUTHOR
Natan Arie Consigli, Apr 18 2015
EXTENSIONS
First term corrected and hyperoperator notation implemented by Danny Rorabaugh, Oct 20 2015
STATUS
approved