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.

A187825 Smallest k such that the partial sums of the divisors of k (in decreasing order) generate n primes.

Original entry on oeis.org

1, 3, 2, 140, 560, 2160, 2772, 2016, 16830, 5148, 20592, 10640, 69300, 31200, 156240, 177840, 288288, 143520, 927360, 1203840, 752400, 1242360, 2702700, 2948400, 3996720, 1884960, 5896800, 2692800, 1244880, 15800400, 4586400, 11060280, 15301440, 14414400
Offset: 0

Views

Author

Michel Lagneau, Dec 27 2012

Keywords

Comments

It appears that a(n) is even for n > 0 and nonsquarefree for n > 2. The corresponding triangle of k in which row n gives the n primes starts:
k = 1 -> no prime
k = 3 -> 3;
k = 2 -> 2, 3;
k = 140 -> 293, 307, 317;
k = 560 -> 1373, 1451, 1481, 1487.

Examples

			a(3) = 140 because the partial sums of the divisors in decreasing order {140, 70, 35, 28, 20, 14, 10, 7, 5, 4, 2, 1} that generate 3 prime numbers are
140 + 70 + 35 + 28 + 20 = 293;
140 + 70 + 35 + 28 + 20 + 14 = 307;
140 + 70 + 35 + 28 + 20 + 14 + 10 = 317.
		

Crossrefs

Programs

Extensions

a(19)-a(33) by Jean-François Alcover, Dec 28 2012