login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A011854
a(n) = floor(binomial(n,8)/8).
1
0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 20, 61, 160, 375, 804, 1608, 3038, 5469, 9447, 15746, 25436, 39971, 61289, 91933, 135196, 195284, 277509, 388513, 536518, 731615, 986090, 1314787, 1735519, 2269525, 2941977
OFFSET
0,11
LINKS
Index entries for linear recurrences with constant coefficients, signature (9, -36, 84, -126, 126, -84, 36, -10, 10, -36, 84, -126, 126, -84, 36, -10, 10, -36, 84, -126, 126, -84, 36, -10, 10, -36, 84, -126, 126, -84, 36, -10, 10, -36, 84, -126, 126, -84, 36, -10, 10, -36, 84, -126, 126, -84, 36, -10, 10, -36, 84, -126, 126, -84, 36, -10, 10, -36, 84, -126, 126, -84, 36, -9, 1).
PROG
(Sage) [floor(binomial(n, 8)/8) for n in range(0, 36)] # Zerinvary Lajos, Dec 01 2009
(PARI) a(n) = binomial(n, 8)\8; \\ Michel Marcus, Jan 28 2018
CROSSREFS
A column of triangle A011857.
Sequence in context: A270939 A270631 A032340 * A203849 A271260 A270734
KEYWORD
nonn
STATUS
approved