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.

Original entry on oeis.org

44, 47, 59, 62, 63, 69, 71, 79, 80, 83, 89, 95, 99, 104, 107, 109, 111, 119, 124, 125, 127, 129, 131, 134, 139, 142, 143, 146, 149, 153, 155, 159, 161, 164, 167, 169, 174, 175, 179, 181, 186, 188, 189, 191, 194, 195, 197, 199, 203, 207, 208, 209, 215, 219
Offset: 1

Views

Author

Robert G. Wilson v, Jun 21 2001

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[250], IntegerQ[ #!/(# + 1)^9] &]