|
Search: id:A007534
|
|
|
| A007534 |
|
Even numbers which are not the sum of a pair of twin primes. (Formerly M1306)
|
|
+0 6
|
|
| 2, 4, 94, 96, 98, 400, 402, 404, 514, 516, 518, 784, 786, 788, 904, 906, 908, 1114, 1116, 1118, 1144, 1146, 1148, 1264, 1266, 1268, 1354, 1356, 1358, 3244, 3246, 3248, 4204, 4206, 4208
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
No other n < 10^9. - T. D. Noe (noe(AT)sspectra.com), Apr 10 2007
|
|
REFERENCES
|
D. Wells, The Penguin Dictionary of Curious and Interesting Numbers. Penguin Books, NY, 1986, 132.
|
|
LINKS
|
Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.
Index entries for sequences related to Goldbach conjecture
|
|
EXAMPLE
|
The twin primes < 100 are 3, 5, 7, 11, 13, 17, 19, 29, 31, 41, 43, 59, 61, 71, 73. 94 is in the sequence because no combination of any two numbers from the set just enumerated can be summed to make 94.
|
|
MATHEMATICA
|
p = Select[ Range[ 4250 ], PrimeQ[ # ] && PrimeQ[ # + 2 ] & ]; q = Union[ Join[ p, p + 2 ] ]; Complement[ Table[ n, {n, 2, 4250, 2} ], Union[ Flatten[ Table[ q[ [ i ] ] + q[ [ j ] ], {i, 1, 223}, {j, 1, 223} ] ] ] ]
|
|
CROSSREFS
|
Cf. A051345.
Cf. A129363 (number of partitions of 2n into the sum of two twin primes).
Sequence in context: A116310 A009277 A018410 this_sequence A009379 A092918 A018428
Adjacent sequences: A007531 A007532 A007533 this_sequence A007535 A007536 A007537
|
|
KEYWORD
|
nonn,nice,fini
|
|
AUTHOR
|
njas, Robert G. Wilson v (rgwv(AT)rgwv.com)
|
|
EXTENSIONS
|
Conjectured to be complete (although if this were proved it would prove the "twin primes conjecture"!).
|
|
|
Search completed in 0.002 seconds
|