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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A144939 Primes that are the sum of prime quintuplets (A022006). 0
53, 83, 7433, 978683, 1238033, 2325833, 3168983, 3305483, 4148633, 4289783, 5112533, 5456333, 5867933, 6231833, 6842333, 12093383, 12499733, 13820633, 14201333, 15516383, 18107333, 19189283, 19470233, 21121883, 24887183 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

5+7+11+13+17=53

MATHEMATICA

lst={}; Do[p=Prime[n]; If[PrimeQ[p+2]&&PrimeQ[p+6]&&PrimeQ[p+8]&&PrimeQ[p+12], s=p+p+2+p+6+p+8+p+12; If[PrimeQ[s], AppendTo[lst, s]]], {n, 10!}]; lst

CROSSREFS

Sequence in context: A125876 A136065 A001836 * A118149 A119289 A124282

Adjacent sequences:  A144936 A144937 A144938 * A144940 A144941 A144942

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Sep 25 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 07:33 EST 2012. Contains 205589 sequences.