|
Search: id:A098061
|
|
|
| A098061 |
|
Product of two consecutive primes + 6 is prime. |
|
+0 1
|
|
| 41, 83, 149, 227, 443, 673, 1153, 1523, 2027, 4093, 5189, 6563, 7393, 9803, 11027, 12323, 20717, 39209, 47059, 50627, 60497, 64513, 70753, 95483, 104933, 123203, 126733, 131759, 136897, 154439, 181457, 186629, 190093, 194483, 213449, 233279
(list; graph; listen)
|
|
|
OFFSET
|
2,1
|
|
|
COMMENT
|
Is the number of terms in this sequence infinite?
|
|
EXAMPLE
|
prime(3)*prime(4) = 35. 35+6 = 41, the first entry in the table.
|
|
PROGRAM
|
(PARI) f(n, m) = for(x=2, n, z=(prime(x+1)*prime(x)); if(isprime(z+m), print1(z+m", ")))
|
|
CROSSREFS
|
Sequence in context: A044107 A044488 A136072 this_sequence A141898 A054998 A067378
Adjacent sequences: A098058 A098059 A098060 this_sequence A098062 A098063 A098064
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)gmail.com), Sep 11 2004
|
|
|
Search completed in 0.002 seconds
|