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.

Previous Showing 21-22 of 22 results.

A365507 a(n) is the least positive integer that can be expressed as the sum of one or more consecutive n-almost primes in exactly n ways, or -1 if no such integer exists.

Original entry on oeis.org

2, 10, 105, 2410, 45010, 708408
Offset: 1

Views

Author

Ilya Gutkovskiy, Sep 07 2023

Keywords

Examples

			For n = 3: 105 = 3*5*7 = 2*2*3 + 2*3*3 + 2*2*5 + 3*3*3 + 2*2*7 = 2*2*5 + 3*3*3 + 2*2*7 + 2*3*5.
		

Crossrefs

A372507 a(n) is the smallest number k such that prime(k) is expressible as the sum of (at least two) consecutive primes in n ways.

Original entry on oeis.org

3, 13, 64, 64, 3677, 37096, 259073, 2899722, 88790445, 1554106234, 6711446232, 215580239668
Offset: 1

Views

Author

Ilya Gutkovskiy, May 04 2024

Keywords

Crossrefs

Formula

a(n) = A000720(A067381(n)).
Previous Showing 21-22 of 22 results.