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-2 of 2 results.

A037229 n such that pi(n) >= phi(n).

Original entry on oeis.org

2, 3, 4, 6, 8, 10, 12, 14, 18, 20, 24, 30, 42, 60, 90
Offset: 0

Views

Author

Keywords

Comments

It is known (see references) that, for n>15, phi(n)>n/(e^c*log(log(n))+3) and pi(n)<1.25506*n/log(n), where c is the Euler constant. Therefore, there are no terms, at least, for n satisfying the inequality: log(n)/(e^c*log(log(n))+3)>1.25506... So, for, e.g., n>=5500, there are no terms. Besides, by the direct verification, we find that interval (90,5500) contains no terms as well. - Vladimir Shevelev, Aug 27 2011

References

  • N. E. Bach, J. Shallit, Algorithmic Number Theory, MIT Press, 233 (1996). ISBN 0-262-02405-5 (Theorem 8.8.7)

Crossrefs

A073465 Numbers n such that phi(n)/pi(n) is an integer.

Original entry on oeis.org

2, 3, 4, 8, 10, 11, 13, 14, 20, 27, 37, 39, 43, 63, 90, 91, 95, 122, 124, 136, 152, 169, 175, 176, 224, 322, 364, 365, 410, 460, 605, 875, 917, 1082, 1084, 1085, 1086, 1087, 1137, 1143, 1164, 1168, 1444, 1517, 1541, 1751, 1786, 1991, 2873, 3087, 3101, 3283
Offset: 1

Views

Author

Labos Elemer, Aug 02 2002

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[2,3300],IntegerQ[EulerPhi[#]/PrimePi[#]]&] (* Harvey P. Dale, Apr 11 2020 *)

Formula

Mod[A000010(n), A000720(n)]=A071259[n]=0
Showing 1-2 of 2 results.