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.
%I A147317 #7 Mar 14 2020 05:00:01 %S A147317 88,91,92,115,161,182,207,230,264,273,276,322,345,364,414,440,455,460, %T A147317 483,546,549,616,644,690,728,736,792,805,819,828,910,920,928,966,1035, %U A147317 1092,1098,1144,1288,1320,1365,1380,1408,1449,1456,1610,1638,1656,1820 %N A147317 Numbers k which divide tau(k) and are not 7-smooth (where tau(k) = A000594(k) is Ramanujan's tau function). %H A147317 Amiram Eldar, <a href="/A147317/b147317.txt">Table of n, a(n) for n = 1..7427</a> (calculated from the b-file at A063938). %t A147317 aa = {}; Do[If[Mod[RamanujanTau[n], n] == 0 && EulerPhi[210 n] != 48 n, AppendTo[aa, n]], {n, 1, 2000}]; aa %Y A147317 Cf. A063938, A002473. %K A147317 nonn %O A147317 1,1 %A A147317 _Artur Jasinski_, Nov 05 2008