login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A145214 Primes of the form : (n plus OR minus 2 = prime) and (n plus OR minus 4 = prime) and (n plus OR minus 6 = prime) ...and (n plus OR minus 12 = prime). 0
19, 5651, 88811, 165709, 284741, 626621, 855731, 1068709, 1146791, 6561011, 7540451, 8573441, 11900509, 15760099, 17843471, 18504379, 19089611, 21036139, 24001721, 25658449, 39431929, 42981941, 43534031, 45002599 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
lst={}; Do[p=Prime[n]; If[(PrimeQ[p-2]||PrimeQ[p+2])&&(PrimeQ[p-4]||PrimeQ[p+4])&&(PrimeQ[p-6]||PrimeQ[p+6])&&(PrimeQ[p-8]||PrimeQ[p+8])&&(PrimeQ[p-10]||PrimeQ[p+10])&&(PrimeQ[p-12]||PrimeQ[p+12]), AppendTo[lst, p]], {n, 10!}]; lst
CROSSREFS
Sequence in context: A099809 A271588 A233464 * A172662 A201303 A013724
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 12:40 EDT 2024. Contains 371937 sequences. (Running on oeis4.)