|
Search: id:A086214
|
|
|
| A086214 |
|
Primes of the form 3^p-2 where p is prime. |
|
+0 2
|
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Sum of reciprocals = 0.1470065204505038552417181957...
|
|
PROGRAM
|
(PARI) xtopm1(n, k, r) = { sr=0; forprime(p=2, n, y=k^p-r; if(isprime(y), print1(y", "); sr+=1./y; ); ); print(); print(sr) }
|
|
CROSSREFS
|
Cf. A086218.
Sequence in context: A081618 A120661 A139057 this_sequence A133589 A119942 A130741
Adjacent sequences: A086211 A086212 A086213 this_sequence A086215 A086216 A086217
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)gmail.com), Aug 28 2003
|
|
EXTENSIONS
|
The next two terms, 3^317-2 and 3^541-2, are too large to include. - Jorge Coveiro (jorgecoveiro(AT)yahoo.com), Apr 05 2004
|
|
|
Search completed in 0.002 seconds
|