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.

A168062 Denominators of ((n+3)/(n+2)/(n+1)/n) (sorted with no repeats).

Original entry on oeis.org

3, 10, 24, 105, 112, 120, 165, 252, 680, 720, 728, 858, 1320, 1365, 1771, 2280, 2907, 3360, 3654, 3990, 4896, 5200, 6545, 6900, 8775, 9240, 9920, 10660, 12144, 13485, 16215, 16368, 16872, 19656, 23310, 23426, 24360, 26488, 27417, 32509, 35904
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Take[Union@Table[Denominator[(n+3)/(n+2)/(n+1)/n],{n,200}],120]