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.

A061753 Positive integers k such that k! is divisible by (k+1)^5.

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