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.

A207667 Numbers n such that phi(n) divides n+2.

Original entry on oeis.org

1, 2, 4, 6, 10, 30, 70, 510, 2590, 131070, 3359230, 167247870, 8589934590, 13985925344264190
Offset: 1

Views

Author

Keywords

Comments

Contains 2 * A203966 as a subsequence. - Max Alekseyev, Oct 27 2023

Crossrefs

Programs

  • Mathematica
    Select[Range[50000000],Divisible[#+2,EulerPhi[#]]&]

Extensions

a(12)-a(13) from Donovan Johnson, Mar 01 2012
a(14) from Max Alekseyev, Oct 27 2023