A274071 a(n) is the least possible sum of a sequence of distinct terms consisting of exactly prime(i) multiples of prime(i) for i = 1 to n.
6, 20, 87, 304, 1398, 3582, 9218, 18270, 34873, 70451
Offset: 1
Examples
a(1) = 6 from the sequence (2,4). a(3) = 87 (3,9,5,10,15,20,25): this sequence has only two multiples of 2, only three multiples of 3 and only five multiples of 5.
Links
- Claudio Meller Blog, Problem 1443, April 28 2016.
- Lars Blomberg, Details of solutions (1-10) and estimates (11-20)
Extensions
a(4) from Zak Seidov, Jun 09 2016
"Distinct terms" added to definition by N. J. A. Sloane, Jun 21 2016
a(5)-a(10) from Lars Blomberg, Oct 03 2016
Comments