cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A336221 Numbers k such that k, k+1, k+2, k+3 and k+4 are terms of A288041.

Original entry on oeis.org

1547, 16526, 21081, 43251, 50752, 90078, 101630, 114707, 116967, 124913, 189077, 189242, 205058, 205059, 217409, 221474, 222915, 229278, 229279, 230805, 232670, 287891, 290937, 320916, 419830, 435140, 467550, 479689, 479690, 498052, 558747, 617321, 633490, 633491, 719374, 719375, 737073
Offset: 1

Views

Author

Zak Seidov, Jul 17 2020

Keywords

Comments

Subsequence of numbers k such that k, k+1, k+2, k+3, k+4 and k+5 are terms of A288041: 205058, 229278, 479689, 633490, 719374, 855732, 992975, 992976, 992977, 1271040, 1271041, 1271042.

Crossrefs

Cf. A288041.

Programs

  • Mathematica
    s = {}; p = Prime @ Range[9]; Do[If[AllTrue[Total @ Partition[p, 5, 1], PrimeQ], AppendTo[s, n]]; p = Join[Rest[p], {NextPrime @ Last[p]}], {n, 10^6}]; s (* Amiram Eldar, Jul 22 2020 *)
Showing 1-1 of 1 results.