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.

A248888 Numbers k such that prime(k) <= 2*sigma(k).

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 14, 15, 16, 18, 20, 24, 28, 30, 36, 40, 42, 48, 60, 72, 84, 90, 96, 120, 180
Offset: 1

Views

Author

Farideh Firoozbakht, Oct 17 2014

Keywords

Comments

Obviously only for n = 1, prime(n) = 2*sigma(n).
It is interesting that all terms of the sequence A112587 are in the sequence and this sequence has only two more terms 96 & 180. Hence if phi(n) <= 2*tau(n) then prime(n) <= 2*sigma(n).

Crossrefs

Programs

  • Mathematica
    Select[Range[200], Prime[#] <= 2DivisorSigma[1,#]&]