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.

A011846 a(n) = floor( binomial(n,9)/10 ).

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 22, 71, 200, 500, 1144, 2431, 4862, 9237, 16796, 29393, 49742, 81719, 130750, 204297, 312455, 468682, 690690, 1001500, 1430715, 2016007, 2804880, 3856710, 5245125, 7060746
Offset: 0

Views

Author

Keywords

Crossrefs

A column of triangle A011847.

Programs

Formula

a(n) = floor( binomial(n+1,10)/(n+1)). [Gary Detlefs, Nov 23 2011]