login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A329410
Among the pairwise sums of any ten consecutive terms there is exactly one prime sum: lexicographically earliest such sequence of distinct positive numbers.
6
1, 2, 7, 8, 13, 14, 19, 20, 25, 26, 108, 32, 37, 38, 44, 50, 10, 40, 12, 18, 28, 48, 105, 6, 4, 16, 24, 30, 36, 42, 54, 56, 9, 46, 22, 60, 66, 68, 72, 76, 78, 82, 93, 34, 52, 62, 43, 83, 92, 102, 23, 53, 3, 29, 31, 27, 33, 41, 15, 88, 5, 11, 17, 35, 45, 47, 55, 57, 21, 64, 51, 59, 61, 65, 39, 69, 71, 77, 79, 136, 49, 67, 63
OFFSET
1,2
LINKS
EXAMPLE
a(1) = 1 by minimality.
a(2) = 2 as 2 is the smallest available integer not leading to a contradiction. Note that as 1 + 2 = 3 we have already the prime sum we need.
a(3) = 7 as a(3) = 3, 4, 5 or 6 would produce at least one prime sum too many.
a(4) = 8 as a(4) = 3, 4, 5 or 6 would again produce at least one prime sum too many.
a(5) = 13 as a(5) = 3, 4, 5, 6, 9, 10, 11 or 12 would also produce at least one prime sum too many.
a(6) = 14 as a(6) = 14 doesn't produce an extra prime sum - only composite sums.
a(7) = 19 as a(7) = 3, 4, 5, 6, 9, 10, 11, 12, 15, 16, 17 or 18 would produce at least a prime sum too many.
a(8) = 20 as a(8) = 20 doesn't produce an extra prime sum - only composite sums.
a(9) = 25 as a(9) = 3, 4, 5, 6, 9, 10, 11, 12, 15, 16, 17, 18, 21, 22, 23 or 24 would produce at least a prime sum too many.
a(10) = 26 as(10) = 26 doesn't produce an extra prime sum - only composite sums.
a(11) = 108 is the smallest available integer that produces the single prime sum we need among the last 10 integers {2,7,8,13,14,19,20,25,26,108}, which is 127 = 108 + 19.
And so on.
CROSSREFS
Cf. A329333 (3 consecutive terms, exactly 1 prime sum).
Cf. A329405 (no prime among the pairwise sums of 3 consecutive terms).
Cf. A329406 .. A329409 (exactly 1 prime sum using 4, ..., 7 consecutive terms).
Cf. A329411 .. A329416 (exactly 2 prime sums using 3, ..., 10 consecutive terms).
See also A329450, A329452 onwards for "nonnegative" variants.
Sequence in context: A329407 A329408 A047239 * A246389 A329409 A231625
KEYWORD
nonn
AUTHOR
STATUS
approved