A368161 a(n) = least perfect power m that is the sum of n consecutive perfect powers, or -1 if m does not exist.
1, 25, 441, 100, 169, 289, 121, 2395417249
Offset: 1
Examples
128 + 144 + 169 = 441, and 441 is the first perfect power that is the sum of three consecutive perfect powers, so a(3) = 441.
Links
- J. Stauduhar, 3772 known solutions.
Crossrefs
Cf. A001597.
Comments