cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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.

Original entry on oeis.org

1, 25, 441
Offset: 1

Views

Author

Ilya Gutkovskiy, Apr 19 2023

Keywords

Comments

a(4) > 1.5 * 10^8.
No further terms < 2.8*10^14. - Michael S. Branicky, Apr 20 2023

Examples

			For n = 2: 25 = 25 = 9 + 16.
For n = 3: 441 = 441 = 216 + 225 = 128 + 144 + 169.
		

Crossrefs

Cf. A001597.