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.

A079541 Numbers n such that phi(n) = d(n).

Original entry on oeis.org

1, 3, 8, 10, 18, 24, 30
Offset: 1

Views

Author

N. J. A. Sloane, Jan 23 2003

Keywords

Comments

Duplicate of A020488. - Peter Luschny, Aug 26 2011

References

  • D. S. Mitrinovic et al., Handbook of Number Theory, Kluwer, p. 11.

Crossrefs

Programs

  • Mathematica
    Select[Range[500],EulerPhi[#]==DivisorSigma[0,#]&] (* Harvey P. Dale, Jun 18 2011 *)

Extensions

Corrected by Harvey P. Dale, Jun 18 2011