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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A128942 Numbers n such that the next prime exceeding 10^n is a twin prime member. 0
1, 2, 4, 9, 537, 1322, 1476 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

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

EXAMPLE

For n=2, 10^2 = 100. The first prime > 100 is 101 which is a member of the twin prime pair 101,103.

PROG

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

CROSSREFS

Sequence in context: A162109 A067603 A065299 * A135445 A098556 A159585

Adjacent sequences:  A128939 A128940 A128941 * A128943 A128944 A128945

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(6), a(7) 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 17 19:13 EST 2012. Contains 206085 sequences.