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.

A015805 Numbers k such that phi(k) + 12 | sigma(k).

Original entry on oeis.org

24, 38, 42, 54, 60, 70, 92, 114, 154, 168, 182, 238, 266, 315, 322, 378, 406, 434, 504, 518, 574, 602, 630, 658, 742, 760, 826, 854, 858, 938, 950, 994, 1022, 1080, 1106, 1162, 1246, 1350, 1358, 1414, 1442, 1498, 1526, 1582, 1778, 1820, 1834
Offset: 1

Views

Author

Keywords

Programs

  • Mathematica
    Select[Range[10000], Divisible[DivisorSigma[1, #], EulerPhi[#] + 12] &] (* David Nacin, Mar 01 2012 *)

Extensions

Offset changed from 0 to 1 by Vincenzo Librandi, Mar 06 2012