login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A052190
Primes p such that p, p+24, p+48 are consecutive primes.
8
16763, 40039, 42509, 96353, 98573, 104183, 119243, 123863, 160093, 161783, 169259, 181789, 185243, 208529, 209719, 232753, 235699, 243343, 246049, 260339, 261799, 270073, 295363, 295703, 302459, 315199, 331399, 362003, 364079, 373669
OFFSET
1,1
COMMENTS
Old name was "Primes p(k) such that p(k+2)-p(k+1)=p(k+1)-p(k)=24."
LINKS
EXAMPLE
40039 is followed by 40063 and 40087, consecutive primes with equal distance of 24.
MATHEMATICA
Select[Partition[Prime[Range[40000]], 3, 1], Differences[#]=={24, 24}&][[All, 1]] (* Harvey P. Dale, May 09 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Jan 28 2000
EXTENSIONS
Name changed by Jon E. Schoenfield, May 30 2018
STATUS
approved