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.

A067704 Numbers n such that phi(sigma(n)) = 2*phi(n).

Original entry on oeis.org

2, 6, 8, 9, 24, 28, 70, 78, 128, 140, 222, 234, 280, 312, 350, 366, 384, 438, 496, 525, 666, 864, 888, 910, 918, 936, 942, 1036, 1098, 1158, 1232, 1314, 1400, 1464, 1575, 1662, 1708, 1752, 1824, 1836, 1878, 1900, 1938, 2044, 2382, 2480, 2526, 2590, 2664
Offset: 1

Views

Author

Benoit Cloitre, Feb 05 2002

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[3000],EulerPhi[DivisorSigma[1,#]]==2EulerPhi[#]&] (* Harvey P. Dale, Oct 15 2020 *)
  • PARI
    is(n)=2*eulerphi(n=factor(n))==eulerphi(sigma(n)) \\ Charles R Greathouse IV, Nov 27 2013