A290507 Sums and differences of products of the first n primes partitioned into two disjoint parts.
1, 5, 7, 11, 13, 17, 23, 29, 31, 37, 41, 47, 67, 73, 83, 89, 97, 101, 103, 107, 127, 131, 139, 151, 157, 163, 169, 179, 181, 199, 221, 227, 239, 241, 263, 307, 313, 323, 337, 347, 349, 353, 359, 361, 379, 383, 389, 391, 397, 421, 457, 463, 467, 491, 499, 521, 527, 601, 619, 643, 653, 667, 673, 709, 713
Offset: 1
Keywords
Examples
3 - 2 = 1 2 + 3 = 5 2*5 - 3 = 7 2*3 + 5 = 11 2*5 + 3 = 13 3*5 + 2 = 17 2*3*5 - 7 = 23 2*7 + 3*5 = 29 2*5 + 3*7 = 31 ...
Links
- C. Aebi and G. Cairns, Partitions of Primes, Parabola, Vol. 45, No. 1 (2009).
Programs
-
JavaScript
Comments