A286263 The smallest weight possible for a prime vector of order n.
2, 8, 19, 26, 43, 56, 79, 104, 127, 166, 223, 258, 307, 348
Offset: 1
Examples
The best solution for n=5 is (3,11,5,7,17) with a weight of 43. This is a prime vector because all the generated sums are prime: 3+11+5=19, 11+5+7=23, 5+7+17=29, 3+11+5+7+17=43.
Links
- Dmitry Kamenetsky, Prime sums of primes, arXiv:1703.06778 [math.HO], 2017.
- Carlos Rivera, Puzzle 875: Vector of primes that generates distinct primes
Comments