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.

A061757 Positive integers k such that k! is divisible by (k+1)^9.

This page as a plain text file.
%I A061757 #8 Jul 16 2023 10:56:28
%S A061757 44,47,59,62,63,69,71,79,80,83,89,95,99,104,107,109,111,119,124,125,
%T A061757 127,129,131,134,139,142,143,146,149,153,155,159,161,164,167,169,174,
%U A061757 175,179,181,186,188,189,191,194,195,197,199,203,207,208,209,215,219
%N A061757 Positive integers k such that k! is divisible by (k+1)^9.
%H A061757 Seiichi Manyama, <a href="/A061757/b061757.txt">Table of n, a(n) for n = 1..10000</a>
%t A061757 Select[Range[250], IntegerQ[ #!/(# + 1)^9] &]
%Y A061757 Cf. A061743, A061751, A061752, A061753, A061754, A061755, A061756, A061758, A061759.
%K A061757 nonn
%O A061757 1,1
%A A061757 _Robert G. Wilson v_, Jun 21 2001