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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A089443 Primes p such that 12*p + 13 is prime. 0
2, 5, 7, 19, 37, 47, 83, 103, 107, 109, 137, 149, 167, 173, 179, 197, 223, 263, 293, 307, 313, 337, 347, 349, 379, 433, 439, 463, 487, 509, 547, 569, 587, 593, 607, 613, 617, 673, 683, 709, 719, 727, 743, 769, 809, 859, 863, 887, 929, 937, 967, 1019, 1033, 1049 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

PROG

(PARI) diff2p(n, a, b) = { forprime(x=3, n, y=(x-a)/b; if(y==floor(y), if(isprime(y), print1(y", ")) ) ) }

(MAGMA) [p: p in PrimesUpTo(5000)| IsPrime(12*p+13)] [From Vincenzo Librandi, Jan 30 2011]

CROSSREFS

Sequence in context: A002531 A042449 A046115 * A191024 A106872 A071198

Adjacent sequences:  A089440 A089441 A089442 * A089444 A089445 A089446

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Dec 28 2003

EXTENSIONS

Definition corrected by Zak Seidov, May 06 2007

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 03:30 EST 2012. Contains 205978 sequences.