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 A061752 #8 Jul 16 2023 10:56:44 %S A061752 11,23,29,31,34,35,39,41,44,47,49,53,54,55,59,62,63,64,65,69,71,74,76, %T A061752 77,79,80,83,84,87,89,90,94,95,97,98,99,101,103,104,107,109,111,113, %U A061752 114,116,118,119,120,124,125,127,129,131,132,134,135,137,139,142,143 %N A061752 Positive integers k such that k! is divisible by (k+1)^4. %H A061752 Seiichi Manyama, <a href="/A061752/b061752.txt">Table of n, a(n) for n = 1..10000</a> %t A061752 Select[Range[150], IntegerQ[ #!/(# + 1)^4] &] %Y A061752 Cf. A061743, A061751, A061753, A061754, A061755, A061756, A061757, A061758, A061759. %K A061752 nonn %O A061752 1,1 %A A061752 _Robert G. Wilson v_, Jun 21 2001