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 A061755 #8 Jul 16 2023 10:56:37 %S A061755 35,39,44,47,53,55,59,62,63,69,71,74,79,80,83,87,89,95,97,98,99,103, %T A061755 104,107,109,111,116,119,124,125,127,129,131,134,135,139,142,143,146, %U A061755 149,151,152,153,155,159,161,164,167,169,170,174,175,179,181,183,186 %N A061755 Positive integers k such that k! is divisible by (k+1)^7. %H A061755 Seiichi Manyama, <a href="/A061755/b061755.txt">Table of n, a(n) for n = 1..10000</a> %t A061755 Select[Range[200], IntegerQ[ #!/(# + 1)^7] &] %Y A061755 Cf. A061743, A061751, A061752, A061753, A061754, A061756, A061757, A061758, A061759. %K A061755 nonn %O A061755 1,1 %A A061755 _Robert G. Wilson v_, Jun 21 2001