[go: up one dir, main page]

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

A029141 revision #8

A029141
Expansion of 1/((1-x^2)(1-x^3)(1-x^4)(1-x^11)).
0
1, 0, 1, 1, 2, 1, 3, 2, 4, 3, 5, 5, 7, 6, 9, 9, 11, 11, 14, 14, 17, 17, 21, 21, 25, 25, 30, 30, 35, 35, 41, 41, 47, 48, 54, 55, 62, 63, 70, 72, 79, 81, 89, 91, 100, 102, 111, 114, 124, 126, 137, 140, 151, 154, 166, 170
OFFSET
0,5
FORMULA
a(n) = floor((198*(-1+(-1)^n)*(-1)^((n-1)*n/2)+(n+10)*(2*n^2+40*n+125+99*(-1)^n)+1216)/3168). - Tani Akinari, Jun 20 2013
MATHEMATICA
CoefficientList[Series[1/((1-x^2)(1-x^3)(1-x^4)(1-x^11)), {x, 0, 60}], x] (* From Harvey P. Dale, Sep 07 2011 *)
CROSSREFS
Sequence in context: A286220 A246581 A143619 * A257880 A240866 A230560
KEYWORD
nonn
AUTHOR
STATUS
editing