login
The OEIS is supported by the many generous donors 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; text; internal format)
OFFSET
1,2
COMMENTS
A003618(a(n)) is in A001097 (Twin primes).
LINKS
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: A317691 A067857 A027832 * A156219 A000331 A353610
KEYWORD
hard,more,nonn
AUTHOR
Cino Hilliard, Apr 28 2007
EXTENSIONS
Edited by Ray Chandler, May 12 2007
a(5), a(6) from Donovan Johnson, Feb 21 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)