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.

A359386 a(n) is the least positive integer that can be expressed as the sum of one or more consecutive prime powers (not including 1) in exactly n ways.

Original entry on oeis.org

1, 2, 5, 9, 29, 1027, 6659, 13560, 2149512, 38239583
Offset: 0

Views

Author

Ilya Gutkovskiy, Mar 13 2023

Keywords

Examples

			For n = 3: 9 = 9 = 4 + 5 = 2 + 3 + 4.
		

Crossrefs