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.

A015773 Numbers k such that phi(k) | sigma_14(k).

Original entry on oeis.org

1, 2, 3, 6, 22, 33, 66, 118, 177, 354, 454, 750, 1298, 1362, 1372, 1947, 3894, 4116, 4994, 8706, 14982, 15092, 26786, 33906, 44250, 45276, 56750, 65542, 77858, 80358, 98961, 116787, 170250, 171500, 196626, 197922, 233574, 242844
Offset: 1

Views

Author

Keywords

Comments

sigma_14(k) is the sum of the 14th powers of the divisors of k.

Crossrefs

Programs

  • Mathematica
    Select[Range[250000],Divisible[DivisorSigma[14,#],EulerPhi[#]]&] (* Harvey P. Dale, Feb 02 2019 *)