A256131 a(n) = H_n(10,2) where H_n is the n-th hyperoperator.
3, 12, 20, 100, 10000000000
Offset: 0
Keywords
Examples
a(0) = H_0(10,2) = 2+1 = 3; a(1) = H_1(10,2) = 10+2 = 12; a(2) = H_2(10,2) = 10*2 = 10+10 = 20; a(3) = H_3(10,2) = 10^2 = 10*10 = 100; a(4) = H_4(10,2) = 10^^2 = 10^10 = 10000000000; a(5) = H_5(10,2) = 10^^^2 = 10^^10 = 10^10^10^10^10^10^10^10^10^10 = ... .
Links
- Wikipedia, Hyperoperation
Crossrefs
Cf. A054871.
Extensions
First terms corrected and hyperoperator notation implemented by Danny Rorabaugh, Oct 20 2015
Comments