A230718 Smallest n-th power equal to a sum of some consecutive, immediately preceding, positive n-th powers, or 0 if none.
1, 3, 25, 216, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
Offset: 0
Keywords
Examples
1^0 = 2^0 = 1. 1^1 + 2^1 = 3^1 = 3. 3^2 + 4^2 = 5^2 = 25. 3^3 + 4^3 + 5^3 = 6^3 = 216.
References
- Ian Stewart, "Game, Set and Math", Dover, 2007, Chapter 8 'Close Encounters of the Fermat Kind', pp. 107-124.
Links
- L. E. Dickson, History of the Theory of Numbers, vol II, p. 585.
Extensions
More terms from Jinyuan Wang, Dec 31 2021
Comments