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.

A067880 Numbers k such that phi(k) = phi(sigma(k)-k).

Original entry on oeis.org

2, 4, 6, 10, 16, 28, 78, 114, 152, 165, 186, 222, 224, 238, 256, 402, 496, 654, 704, 738, 762, 834, 942, 1086, 1194, 1266, 1456, 1485, 1665, 1722, 1842, 1972, 2022, 2132, 2223, 2274, 2454, 2528, 2754, 2922, 2994, 3246, 3426, 3462, 3472, 3786, 4506, 4614
Offset: 1

Views

Author

Benoit Cloitre, Mar 02 2002

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[5000], EulerPhi[#] == EulerPhi[DivisorSigma[1, #] - #] &] (* Amiram Eldar, Apr 24 2022 *)