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

A032768
a(n) = floor( n(n+1)(n+2)(n+3)(n+4) / (n+(n+1)+(n+2)+(n+3)+(n+4)) ).
4
0, 8, 36, 100, 224, 432, 756, 1232, 1900, 2808, 4004, 5544, 7488, 9900, 12852, 16416, 20672, 25704, 31600, 38456, 46368, 55440, 65780, 77500, 90720, 105560, 122148, 140616, 161100, 183744, 208692, 236096, 266112, 298900, 334628, 373464, 415584
OFFSET
0,2
LINKS
FORMULA
G.f.: 4*x*(1+x)*(2-x+2*x^2)/((1-x)^5*(1+x+x^2+x^3+x^4)).
a(n) = floor( n(n+1)(n+3)(n+4)/5 ). [Bruno Berselli, Jun 20 2012]
MATHEMATICA
CoefficientList[Series[4*x*(1+x)*(2-x+2*x^2)/((1-x)^5*(1+x+x^2+x^3+x^4)), {x, 0, 40}], x] (* Vincenzo Librandi, Jun 20 2012 *)
PROG
(Magma) [Floor(n*(n+1)*(n+3)*(n+4)/5): n in [0..36]]; // Bruno Berselli, Jun 20 2012
CROSSREFS
Sequence in context: A321251 A035006 A245360 * A224410 A006636 A325656
KEYWORD
nonn,easy
AUTHOR
Patrick De Geest, May 15 1998
STATUS
approved

  NODES
orte 1
see 1
Story 1