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.

A135240 Numbers n such that phi(sigma(n))=2n.

Original entry on oeis.org

36, 20575296
Offset: 1

Views

Author

Farideh Firoozbakht, Dec 26 2007

Keywords

Comments

No other terms below 10^10. - Max Alekseyev, Sep 25 2009
6.5*10^12 < a(3) <= 180577942272000000. We also have phi(sigma(n)) = 3*n for n = 144982963520227123200 and phi(sigma(n)) = 4*n for n = 16310583396025551360000 thus these may not be the smallest such n. - Giovanni Resta, Sep 13 2018

Examples

			phi(sigma(20575296))=phi(71238999)=41150592=2*20575296, so 20575296 is in the sequence.
		

Crossrefs

Programs

  • Mathematica
    Do[If[EulerPhi[DivisorSigma[1,n]]==2n,Print[n]],{n,350000000}]