|
| |
|
|
A128945
|
|
Numbers n such that the greatest prime < 2^n is a twin prime member.
|
|
0
| |
|
|
2, 3, 4, 5, 6, 10, 12, 16, 20, 149, 150, 476, 594, 788, 1574, 1664, 1691, 6117, 6242
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| A014234(a(n)) is in A001097 (twin primes).
|
|
|
EXAMPLE
| For n=5, 31 is the greatest prime < 2^5 and is a member of the twin prime pair 29, 31.
|
|
|
PROG
| (PARI) g(n, b)=for(x=1, n, y=precprime(b^x); if(ispseudoprime(y-2), print1(x", ")))
|
|
|
CROSSREFS
| Sequence in context: A018779 A018382 A018266 * A048569 A033085 A006543
Adjacent sequences: A128942 A128943 A128944 * A128946 A128947 A128948
|
|
|
KEYWORD
| hard,more,nonn
|
|
|
AUTHOR
| Cino Hilliard (hillcino368(AT)hotmail.com), Apr 28 2007
|
|
|
EXTENSIONS
| Edited by and terms a(15)-a(17) from Ray Chandler (rayjchandler(AT)sbcglobal.net), May 12 2007
a(18), a(19) Donovan Johnson (donovan.johnson(AT)yahoo.com), Feb 21 2008
|
| |
|
|