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.

Showing 1-1 of 1 results.

A067229 Numbers n such that phi(2n+1) = sigma(n).

Original entry on oeis.org

6, 7, 27, 38, 55, 85, 87, 127, 188, 236, 255, 266, 445, 451, 655, 717, 913, 1309, 1357, 1490, 1947, 2095, 2515, 2726, 3002, 3247, 3289, 4117, 4237, 5071, 5605, 7195, 8924, 12128, 12625, 12771, 12837, 13190, 13795, 15835, 16197, 16748, 17997, 20257
Offset: 1

Views

Author

Benoit Cloitre, Feb 20 2002

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[21000],EulerPhi[2#+1]==DivisorSigma[1,#]&] (* Harvey P. Dale, Sep 06 2024 *)
  • PARI
    isok(n) = eulerphi(2*n+1) == sigma(n); \\ Michel Marcus, Nov 21 2013
Showing 1-1 of 1 results.