A375379 Value of the power tower formed by the numbers obtained by adding 1 to the terms in the n-th composition (in standard order).
1, 2, 3, 4, 4, 9, 8, 16, 5, 16, 27, 81, 16, 512, 256, 65536, 6, 25, 64, 256, 81, 19683, 6561, 43046721, 32, 65536, 134217728, 2417851639229258349412352, 65536
Offset: 0
Keywords
Examples
For n = 31, the 31st composition is (1, 1, 1, 1, 1), so a(31) = 2^2^2^2^2 = 2^65536. For n = 37, the 37th composition is (3,2,1), so a(37) = 4^3^2 = 4^9 = 262144.
Links
- Pontus von Brömssen, Table of n, a(n) for n = 0..30
Comments