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.

Showing 1-2 of 2 results.

A032777 Floor( n(n+1)(n+2)...(n+7) / (n+(n+1)+(n+2)+...+(n+7)) ).

Original entry on oeis.org

0, 1120, 8247, 34892, 110880, 293505, 682787, 1441440, 2820208, 5189184, 9075733, 15209677, 24576340, 38478109, 58605120, 87115718, 126727310, 180818236, 253541302, 349949600, 476135234, 639381600, 848329835
Offset: 0

Views

Author

Patrick De Geest, May 15 1998

Keywords

Crossrefs

Programs

  • Mathematica
    With[{c=n+Range[0,7]},Table[Floor[Times@@c/Total[c]],{n,0,30}]] (* Harvey P. Dale, Sep 24 2021 *)

A032779 Integer quotients n(n+1)(n+2)...(n+7) / (n+(n+1)+(n+2)+...+(n+7)).

Original entry on oeis.org

0, 1120, 110880, 1441440, 5189184, 58605120, 349949600, 639381600, 3765731200, 12841684128, 136367431200, 1442885004000, 4895245266912, 28461435424576, 51671930508000, 300266024938880, 3166522452945280, 10732052830603104
Offset: 1

Views

Author

Patrick De Geest, May 15 1998

Keywords

Crossrefs

Extensions

Offset and a(14) corrected by Sean A. Irvine, Jun 25 2020
Showing 1-2 of 2 results.