Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A092250
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research