A317678 Sets of n distinct primes p_i in ascending order, written as triangle, such that S_n = Sum_{k=1..n} p_k is minimized and that there exists a compensation set of n primes q_j with q_j = n*p_j - Sum_{k=1..n,k!=j} p_k, j=1..n such that the set union {p_j} U {q_j} contains 2*n distinct primes and Sum_{k=1..n} q_k = S_n.
1, 11, 17, 37, 43, 61, 29, 31, 37, 41, 67, 71, 73, 83, 101, 97, 101, 103, 107, 113, 139, 179, 181, 191, 199, 211, 223, 241, 223, 227, 229, 233, 239, 257, 269, 283, 223, 227, 229, 233, 239, 241, 251, 257, 317, 347, 349, 353, 359, 367, 373, 397, 401, 421, 443
Offset: 1
Examples
Table begins: n Sum p_k q_k A317680 A317679 1 1 1 1 2 28 11 17 5 23 3 141 37 43 61 7 31 103 4 138 29 31 37 41 7 17 47 67 5 395 67 71 73 83 101 7 31 43 103 211 6 660 97 101 103 107 113 139 19 47 61 89 131 313
Links
- IBM Research, Ponder This August 2018 - Challenge, 9th row of table is one of many solutions.
Comments