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.

A155141 Primes p such that both p-+4 are squarefree.

Original entry on oeis.org

2, 3, 7, 11, 17, 19, 37, 43, 47, 61, 73, 83, 89, 97, 101, 107, 109, 127, 137, 163, 181, 191, 197, 199, 223, 227, 233, 251, 263, 269, 277, 281, 307, 313, 317, 331, 349, 353, 389, 397, 431, 433, 439, 443, 449, 457, 461, 467, 487, 523, 541, 547, 557, 569, 577, 587
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    <Harvey P. Dale, Jun 15 2016 *)
  • PARI
    lista(nn) = forprime(p=2, nn, if (issquarefree(p-4) && issquarefree(p+4), print1(p, ", "))); \\ Michel Marcus, Jul 06 2016