A275203 Hyperoperations using consecutive integers.
1, 2, 4, 64
Offset: 0
Keywords
Examples
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)).
Links
- Wikipedia, Hyperoperation
Formula
a(n) = H_n(a(n-1),n), where H_n is the n-th hyperoperation.
Comments