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.

A067799 Numbers k such that phi(k) + phi(k+1) = sigma(k).

Original entry on oeis.org

2, 3, 5, 115, 143, 287, 371, 413, 623, 791, 4067, 10031, 24149, 32335, 39689, 88403, 93443, 107365, 148735, 168833, 212993, 427763, 555947, 650095, 925253, 1017821, 1117457, 1139467, 1229327, 1270801, 1407295, 2184221, 2294509, 2913757, 3258355, 4699981, 5747291
Offset: 1

Views

Author

Benoit Cloitre, Feb 07 2002

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[10^6], EulerPhi[#] + EulerPhi[# + 1] == DivisorSigma[1, #] &] (* Amiram Eldar, May 21 2022 *)

Extensions

More terms from Dean Hickerson, Feb 16 2002
More terms from Amiram Eldar, May 21 2022