A264930
a(n) = nn where xy is a right associative hyperoperation.
1, 2, 4, 27, 340282366920938463463374607431768211456
Offset: 0
Keywords
Examples
a(0) = 0+1 = 1; a(1) = 1+1 = 2; a(2) = 2*2 = 4; a(3) = 3^3 = 27; a(4) = ((4^4)^4)^4 = 340282366920938463463374607431768211456; a(5) = 5<5>5 = (((((5<4>5)<4>5)<4>5)<4>5)<4>5)<4>5.
Links
- Wikipedia, Hyperoperations.
Comments