A213619 Let m be the n-th hyperoperation applied to n (see A189896). a(n) is the m-th hyperoperation applied to n and m.
1, 2, 65536
Offset: 0
Examples
a(0) = H_H_0(0,0)(0,H_0(0,0)) = H_1(0,1) = 0+1 = 1. a(1) = H_H_1(1,1)(1,H_1(1,1)) = H_2(1,1+1) = 1*(1+1) = 2. a(2) = H_H_2(2,2)(2,H_2(2,2)) = H_4(2,2*2) = H_3(2,H_3(2,H_3(2,2))) = 2^2^2^2 = 2^2^4 = 2^16 = 65536.
Crossrefs
Cf. A189896.
Formula
a(n) = H_H_n(n,n)(n,H_n(n,n)).
Comments