|
Search: id:A128942
|
|
|
| A128942 |
|
Numbers n such that the next prime exceeding 10^n is a twin prime member. |
|
+0 1
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
A003617(a(n)) is in A001097 (Twin primes).
|
|
EXAMPLE
|
For n=2, 10^2 = 100. The first prime > 100 is 101 which is a member of the twin prime pair 101,103.
|
|
PROGRAM
|
(PARI) g(n)=for(x=1, n, y=nextprime(10^x); if(ispseudoprime(y+2), print1(x", ")))
|
|
CROSSREFS
|
Sequence in context: A162109 A067603 A065299 this_sequence A135445 A098556 A159585
Adjacent sequences: A128939 A128940 A128941 this_sequence A128943 A128944 A128945
|
|
KEYWORD
|
hard,more,nonn
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)hotmail.com), Apr 28 2007
|
|
EXTENSIONS
|
Edited by Ray Chandler (rayjchandler(AT)sbcglobal.net), May 12 2007
a(6), a(7) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Feb 21 2008
|
|
|
Search completed in 0.002 seconds
|