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

A028002
Expansion of 1/((1-2*x)*(1-6*x)*(1-10*x)*(1-11*x)).
1
1, 29, 551, 8701, 124047, 1659525, 21274807, 264643037, 3219794303, 38520062581, 454834639623, 5314864742733, 61583614410319, 708640371952997, 8107367772115799, 92304987577062589, 1046598515850404895, 11825045589370719573, 133200272973175444135, 1496451631645514927405
OFFSET
0,2
FORMULA
a(n) = (32*11^(n+3) - 45*10^(n+3) + 18*6^(n+3) - 5*2^(n+3))/1440. - Yahia Kahloune, May 27 2013
PROG
(PARI) Vec(1/((1-2*x)*(1-6*x)*(1-10*x)*(1-11*x)) + O(x^20)) \\ Andrew Howroyd, Nov 06 2018
CROSSREFS
Sequence in context: A028010 A028071 A028070 * A028008 A042628 A028001
KEYWORD
nonn,easy
EXTENSIONS
Terms a(17) and beyond from Andrew Howroyd, Nov 06 2018
STATUS
approved