|
Search: id:A070195
|
|
|
| A070195 |
|
Square-free numbers in a pair of twin primes. |
|
+0 2
|
|
| 6, 30, 42, 102, 138, 282, 462, 570, 618, 642, 822, 858, 1230, 1290, 1302, 1482, 1698, 1722, 1878, 2082, 2130, 2238, 2310, 2382, 2658, 2730, 2802, 3390, 3462, 3558, 3918, 3930, 4002, 4218, 4242, 4422, 4638, 4722, 5010, 5442, 5478, 5502, 5658, 6090, 6198
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
n such that n is square-free, n-1 and n+1 are primes.
|
|
PROGRAM
|
(PARI) for(n=1, 8000, if(isprime(n)*issquarefree(n+1)*isprime(n+2)==1, print1(n+1, ", ")))
|
|
CROSSREFS
|
Sequence in context: A114649 A090126 A100194 this_sequence A110175 A014203 A044083
Adjacent sequences: A070192 A070193 A070194 this_sequence A070196 A070197 A070198
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Benoit Cloitre and Elemer Labos (benoit7848c(AT)orange.fr), May 06 2002
|
|
|
Search completed in 0.002 seconds
|