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.

A015792 Numbers k such that phi(k) + 3 | sigma(k).

Original entry on oeis.org

12, 126, 152, 216, 245, 392, 490, 63872, 259856, 16750592, 4294541312
Offset: 1

Views

Author

Keywords

Comments

a(12) > 10^12. - Donovan Johnson, Feb 28 2012

Programs

  • Mathematica
    Select[Range[100000],
    Divisible[DivisorSigma[1, #], EulerPhi[#] + 3] &] (* David Nacin, Feb 28 2012 *)

Extensions

Offset corrected and a(8)-a(11) from Donovan Johnson, Feb 28 2012