A367897 a(1)=1, a(n) = H_(n-2)(a(n-2), a(n-1)) where H_n is the n-th hyperoperator.
1, 2, 3, 6, 729
Offset: 1
Keywords
Examples
a(1)=1, a(2)=S(a(1)), a(3)=a(1)+a(2), a(4)=a(2)*a(3), a(5)=a(3)^a(4), a(6)=a(4)^^a(5), ...a(1) = 1 a(2) = H_0(a(1), a(1)) = 1 + 1 = 2 (successor of 1 = 2) a(3) = H_1(a(1), a(2)) = 1 + 2 = 3 a(4) = H_2(a(2), a(3)) = 2 * 3 = 6 a(5) = H_3(a(3), a(4)) = 3^6 = 729
Links
- Wikipedia, Binary operation
- Wikipedia, Hyperoperation
- Wikipedia, Generalizations of Fibonacci numbers
Crossrefs
Cf. A054871.
Comments