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.

A113162 a(n) = binomial(6, n) * binomial(7, 6-n).

Original entry on oeis.org

7, 126, 525, 700, 315, 42, 1
Offset: 0

Views

Author

Zerinvary Lajos, Jan 05 2006

Keywords

Comments

The sequence sums to binomial(13, 6).

Crossrefs

Programs

  • Mathematica
    Table[Binomial[6, n] Binomial[7, 6 - n], {n, 0, 6}] (* Wesley Ivan Hurt, Jan 15 2017 *)

Extensions

Edited by Don Reble, Jan 26 2006