|
Search: id:A092250
|
|
|
| A092250 |
|
Lesser of the greatest twin prime pair with n digits. |
|
+0 1
|
|
| 5, 71, 881, 9929, 99989, 999959, 9999971, 99999587, 999999191, 9999999701, 99999999761, 999999999959, 9999999998489, 99999999999971, 999999999997967, 9999999999999641, 99999999999998807, 999999999999998927
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Sum of reciprocals = .215331408..
Also the numerator of the largest prime over prime fraction less than 10^n. - Cino Hilliard (hillcino368(AT)gmail.com), Feb 13 2006
|
|
PROGRAM
|
(PARI) lasttwpr(n) = { sr=0; for(m=0, n, c=0; forstep(x=10^(m+1)-1, 10^m, -2, if(isprime(x)&& isprime(x-2), print1(x-2", "); sr+=1./(x-2); break) ) ); print(); print(sr) }
|
|
CROSSREFS
|
Sequence in context: A123077 A064752 A033507 this_sequence A133990 A120808 A092204
Adjacent sequences: A092247 A092248 A092249 this_sequence A092251 A092252 A092253
|
|
KEYWORD
|
base,nonn
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)gmail.com), Feb 17 2004
|
|
|
Search completed in 0.002 seconds
|