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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A089440 (p-13)/14 and p are primes. 4
2, 5, 11, 17, 29, 41, 59, 89, 101, 107, 131, 137, 149, 167, 191, 227, 239, 251, 269, 281, 317, 347, 359, 419, 431, 449, 467, 479, 521, 587, 659, 677, 719, 761, 797, 857, 881, 941, 977, 1031, 1049, 1061, 1091, 1151, 1181, 1187, 1277, 1289, 1307, 1409, 1427 (list; graph; refs; listen; history; internal format)
OFFSET

2,1

MATHEMATICA

q=13; lst={}; Do[p=Prime[n]; If[PrimeQ[(q+1)*p+q], AppendTo[lst, p]], {n, 6!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Mar 10 2009]

PROG

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

CROSSREFS

Sequence in context: A111166 A064337 A076873 * A055499 A014424 A023228

Adjacent sequences:  A089437 A089438 A089439 * A089441 A089442 A089443

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Dec 28 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 15 17:13 EST 2012. Contains 205828 sequences.