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.

A360837 a(n) is the least positive integer that can be expressed as the sum of one or more consecutive prime-indexed primes in exactly n ways.

Original entry on oeis.org

1, 3, 59, 10079, 744666, 163710521
Offset: 0

Views

Author

Ilya Gutkovskiy, Feb 23 2023

Keywords

Examples

			For n = 2: 59 = prime(prime(7)) = prime(prime(3)) + prime(prime(4)) + prime(prime(5)).
		

Crossrefs

Extensions

a(5) from Michael S. Branicky, Feb 23 2023