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

A028173
Expansion of 1/((1-5x)(1-6x)(1-8x)(1-12x)).
0
1, 31, 615, 9995, 145511, 1981731, 25867375, 328390315, 4092662871, 50378487731, 614988087935, 7465359578235, 90280175113831, 1089001243414531, 13113567724769295, 157729903649607755
OFFSET
0,2
FORMULA
G.f.: 1/((1-5*x)*(1-6*x)*(1-8*x)*(1-12*x)).
a(n) = (12^(n+3)-7*8^(n+3)+14*6^(n+3)-8*5^(n+3))/168. [Yahia Kahloune, Jun 03 2013]
MATHEMATICA
CoefficientList[Series[1/((1 - 5*x)*(1 - 6*x)*(1 - 8*x)*(1 - 12*x)), {x, 0, 20}], x] (* Wesley Ivan Hurt, Sep 04 2022 *)
CROSSREFS
Sequence in context: A028155 A028175 A028150 * A301769 A028142 A028148
KEYWORD
nonn
AUTHOR
STATUS
approved