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”).

A255172
Integers n such that A072473(n) = A072473(n+1) = A072473(n+2) = A072473(n+3).
1
126, 15190, 15924, 17180, 23047, 24410, 33553, 44049, 51019, 54358, 74240, 77460, 102494, 103168, 128522, 154518, 156386, 186056, 232346, 244086, 250216, 285095, 291306, 320942, 447634, 465803, 477517, 478415, 508078, 518164, 518861, 526764, 587712, 589208
OFFSET
1,1
COMMENTS
Corresponding values of A072473(n): 900, 188790, 199218, 216630, 297504, 316572, 446890, 599998, 702990, 752700, 1052898, 1101480, 1488444, 1498860.
LINKS
PROG
(PARI) { my(p=0, q=0, k=0, r=0); for(n=1, 1e6, p=nextprime(1+p); q=nextprime(1+nextprime(1+q)); my(t=q-p); if(t<>r, r=t; k=0); k++; if(k>=4, print1(n+1-k, ", "))) } \\ Andrew Howroyd, Nov 11 2018
CROSSREFS
KEYWORD
nonn
AUTHOR
Zak Seidov, Feb 15 2015
EXTENSIONS
Terms a(19) and beyond from Andrew Howroyd, Nov 11 2018
STATUS
approved