|
Search: id:A092245
|
|
|
| A092245 |
|
Lesser of the first twin prime pair with n digits. |
|
+0 1
|
|
| 3, 11, 101, 1019, 10007, 100151, 1000037, 10000139, 100000037, 1000000007, 10000000277, 100000000817, 1000000000061, 10000000001267, 100000000000097, 1000000000002371, 10000000000001549, 100000000000000019
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Sum of reciprocals = 0.43523579465477..
|
|
PROGRAM
|
(PARI) firsttwpr(n) = { sr=0; for(m=0, n, c=0; for(x=10^m+1, 10^(m+1), if(isprime(x)&& isprime(x+2), print1(x", "); sr+=1./x; break) ) ); print(); print(sr) }
|
|
CROSSREFS
|
Sequence in context: A072640 A007616 A121045 this_sequence A105413 A136985 A131546
Adjacent sequences: A092242 A092243 A092244 this_sequence A092246 A092247 A092248
|
|
KEYWORD
|
base,nonn
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)gmail.com), Feb 17 2004
|
|
EXTENSIONS
|
Corrected by T. D. Noe (noe(AT)sspectra.com), Nov 15 2006
|
|
|
Search completed in 0.002 seconds
|