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.

A032773 Integer quotients n(n+1)(n+2)...(n+5) / (n+(n+1)+(n+2)+...+(n+5)).

Original entry on oeis.org

0, 3360, 48048, 12282816
Offset: 0

Views

Author

Patrick De Geest, May 15 1998

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Table[Times@@Range[n,n+5]/Total[Range[n,n+5]],{n,0,100}], IntegerQ] (* Harvey P. Dale, May 09 2018 *)

Formula

a(n) = A032771(A032772(n)). - Andrew Howroyd, Apr 18 2021