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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A128946 Numbers n such that the largest prime < 10^n is a twin prime member. 0
1, 5, 14, 406, 1118, 4934 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

A003618(a(n)) is in A001097 (Twin primes).

EXAMPLE

For n=1, 10^1 = 10. 7, the greatest prime < 10, is a member of the twin prime pair 5,7.

PROG

(PARI) g(n)=for(x=1, n, y=precprime(10^x); if(ispseudoprime(y-2), print1(x", ")))

CROSSREFS

Sequence in context: A070135 A067857 A027832 * A156219 A000331 A082269

Adjacent sequences:  A128943 A128944 A128945 * A128947 A128948 A128949

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(5), a(6) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Feb 21 2008

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 14 01:35 EST 2012. Contains 205567 sequences.