login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A092250 Lesser of the greatest twin prime pair with n digits. 0
5, 71, 881, 9929, 99989, 999959, 9999971, 99999587, 999999191, 9999999701, 99999999761, 999999999959, 9999999998489, 99999999999971, 999999999997967, 9999999999999641, 99999999999998807, 999999999999998927 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

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

PROG

(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: A197668 A064752 A033507 * A193436 A193501 A133990

Adjacent sequences:  A092247 A092248 A092249 * A092251 A092252 A092253

KEYWORD

base,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Feb 17 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 10:53 EST 2012. Contains 205459 sequences.