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.

A147317 Numbers k which divide tau(k) and are not 7-smooth (where tau(k) = A000594(k) is Ramanujan's tau function).

Original entry on oeis.org

88, 91, 92, 115, 161, 182, 207, 230, 264, 273, 276, 322, 345, 364, 414, 440, 455, 460, 483, 546, 549, 616, 644, 690, 728, 736, 792, 805, 819, 828, 910, 920, 928, 966, 1035, 1092, 1098, 1144, 1288, 1320, 1365, 1380, 1408, 1449, 1456, 1610, 1638, 1656, 1820
Offset: 1

Views

Author

Artur Jasinski, Nov 05 2008

Keywords

Crossrefs

Programs

  • Mathematica
    aa = {}; Do[If[Mod[RamanujanTau[n], n] == 0 && EulerPhi[210 n] != 48 n, AppendTo[aa, n]], {n, 1, 2000}]; aa