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.

A113163 a(n) = binomial(5, n) * binomial(7, 5-n).

Original entry on oeis.org

21, 175, 350, 210, 35, 1
Offset: 0

Views

Author

Zerinvary Lajos, Jan 05 2006

Keywords

Comments

The sequence sums to binomial(12, 5).

Crossrefs

Cf. A113162.

Programs

  • Mathematica
    Table[Binomial[5,n]Binomial[7,5-n],{n,0,5}] (* Harvey P. Dale, Feb 19 2023 *)

Extensions

Edited by Don Reble, Jan 26 2006