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”).

A011844
a(n) = floor(C(n,7)/8).
1
0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 15, 41, 99, 214, 429, 804, 1430, 2431, 3978, 6298, 9690, 14535, 21318, 30644, 43263, 60087, 82225, 111003, 148005, 195097, 254475, 328696, 420732, 534006, 672452, 840565, 1043460
OFFSET
0,10
LINKS
Index entries for linear recurrences with constant coefficients, signature (7, -21, 35, -35, 21, -7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -7, 21, -35, 35, -21, 7, -1).
FORMULA
a(n) = floor(binomial(n+1,8)/(n+1)). [Gary Detlefs, Nov 23 2011]
MATHEMATICA
Floor[Binomial[Range[0, 40], 7]/8] (* Harvey P. Dale, Apr 23 2011 *)
CROSSREFS
A column of triangle A011847.
Sequence in context: A074033 A093920 A342352 * A075468 A100503 A085829
KEYWORD
nonn
AUTHOR
STATUS
approved