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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A144050 Primes p such that p-2, p-6, p-12, p-20, p-30, and p-42 are prime. 1
73, 109, 113173, 340939, 348463, 669679, 752293, 855739, 1107793, 1225129, 1416073, 3312193, 3319639, 3586909, 3804949, 4252123, 4867339, 4956823, 5327899, 5647513, 6057199, 6264373, 6929443, 8248069, 8422243, 8688613, 9189139, 10016563, 10499329, 10671319 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Charles R Greathouse IV, Table of n, a(n) for n = 1..1000

MATHEMATICA

lst={}; Do[p1=Prime[n]; If[PrimeQ[p2=p1-2]&&PrimeQ[p3=p1-6]&&PrimeQ[p4=p1-12]&&PrimeQ[p5=p1-20]&&PrimeQ[p6=p1-30]&&PrimeQ[p7=p1-42], AppendTo[lst, p1]], {n, 10^5}]; lst

PROG

(PARI) p=2; q=3; forprime(r=5, 4e9, if(p+6==r&&isprime(r-12)&&isprime(r-20)&&isprime(r-30)&&isprime(r-42), print1(r", ")); p=q; q=r) \\ Charles R Greathouse IV, Oct 04 2011

CROSSREFS

Sequence in context: A180522 A157120 A118220 * A087878 A142196 A141991

Adjacent sequences:  A144047 A144048 A144049 * A144051 A144052 A144053

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Sep 08 2008

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 23:53 EST 2012. Contains 205689 sequences.