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.

A015769 Numbers k such that phi(k) | sigma_11(k).

Original entry on oeis.org

1, 2, 3, 6, 12, 14, 15, 30, 35, 42, 56, 70, 78, 105, 140, 168, 190, 210, 235, 248, 264, 270, 329, 357, 418, 420, 470, 570, 594, 616, 630, 658, 695, 705, 714, 744, 799, 807, 812, 840, 910, 940, 987, 1045, 1240, 1254, 1316, 1390, 1410, 1485, 1529
Offset: 1

Views

Author

Keywords

Comments

sigma_11(n) = A013959(n) is the sum of the 11th powers of the divisors of n.

Crossrefs

Programs

  • Mathematica
    Select[Range[2000],Divisible[DivisorSigma[11,#],EulerPhi[#]]&] (* Harvey P. Dale, Feb 07 2015 *)

Extensions

Offset corrected by Amiram Eldar, Nov 02 2019