|
| |
|
|
A145213
|
|
Integers of the form : (n plus OR minus 1 = prime) and (n plus OR minus 3 = prime) and and (n plus OR minus 5 = prime) ...and (n plus OR minus 11 = prime).
|
|
1
| |
|
|
2, 6, 14, 16, 22, 68, 1492, 1612, 1868, 3922, 5648, 88808, 122032, 165712, 191452, 223838, 266678, 284738, 326152, 347062, 363368, 402758, 418342, 421702, 626618, 661102, 783788, 855728, 911168, 914362, 959468, 997102, 1022512, 1030028
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
MATHEMATICA
| lst={}; Do[If[(PrimeQ[n-1]||PrimeQ[n+1])&&(PrimeQ[n-3]||PrimeQ[n+3])&&(PrimeQ[n-5]||PrimeQ[n+5])&&(PrimeQ[n-7]||PrimeQ[n+7])&&(PrimeQ[n-9]||PrimeQ[n+9])&&(PrimeQ[n-11]||PrimeQ[n+11]), AppendTo[lst, n]], {n, 10!}]; lst
|
|
|
CROSSREFS
| Sequence in context: A084106 A160657 A128660 * A050859 A065196 A032483
Adjacent sequences: A145210 A145211 A145212 * A145214 A145215 A145216
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Vladimir Orlovsky (4vladimir(AT)gmail.com), Oct 04 2008
|
| |
|
|