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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A087367 Twin primes whose digits are primes. 0
3, 5, 227, 2237, 3257, 3527, 3557, 7757, 22277, 23537, 25577, 27527, 27737, 37337, 55337, 57527, 57557, 72227, 77237, 223337, 223757, 225527, 233327, 272537, 277577, 327557, 327737, 337277, 357737, 375257, 377327, 522227, 525377, 553277 (list; graph; refs; listen; history; internal format)
OFFSET

3,1

COMMENTS

Except for 3 and 5 these numbers must end in 7. If twin primes are infinite can we prove these numbers are infinite?

PROG

(PARI) pdigitp(n) = { forprime(x=2, n, flag=1; y=x; if(isprime(x+2), for(j=1, length(Str(y)), r = y%10; if(!isprime(r), flag=0); y = floor(y/10); ); if(flag, print1(x", ")); ) ) }

CROSSREFS

Sequence in context: A104996 A175133 A012817 * A058846 A101331 A087368

Adjacent sequences:  A087364 A087365 A087366 * A087368 A087369 A087370

KEYWORD

easy,nonn,base

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Oct 21 2003

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 21:44 EST 2012. Contains 205663 sequences.