A362428 a(n) is the least positive integer that can be expressed as the sum of one or more consecutive perfect powers (A001597) in exactly n ways, or -1 if no such integer exists.
1, 25, 441
Offset: 1
Examples
For n = 2: 25 = 25 = 9 + 16. For n = 3: 441 = 441 = 216 + 225 = 128 + 144 + 169.
Links
- Eric Weisstein's World of Mathematics, Perfect Power
Crossrefs
Cf. A001597.
Comments