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.

A067833 Primes p such that sigma(p-4) > p.

Original entry on oeis.org

19, 29, 31, 37, 43, 53, 59, 61, 67, 73, 79, 89, 97, 103, 109, 127, 137, 139, 149, 151, 157, 163, 173, 179, 181, 191, 193, 199, 211, 223, 229, 239, 241, 251, 257, 263, 269, 271, 277, 283, 293, 307, 313, 331, 337, 347, 349, 359, 367, 373, 379, 389, 397, 409
Offset: 1

Views

Author

Benoit Cloitre, Feb 08 2002

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Prime[Range[3,100]],DivisorSigma[1,#-4]>#&] (* Harvey P. Dale, Jan 12 2023 *)