A028025
Expansion of 1/((1-3x)*(1-4x)*(1-5x)*(1-6x)).
Original entry on oeis.org
1, 18, 205, 1890, 15421, 116298, 830845, 5709330, 38119741, 249026778, 1599719485, 10142356770, 63639854461, 396031348458, 2448208592125, 15053605980210, 92160458747581, 562225198873338, 3419937140824765
Offset: 0
-
CoefficientList[Series[1/((1-3x)(1-4x)(1-5x)(1-6x)),{x,0,30}],x] (* or *) LinearRecurrence[{18,-119,342,-360},{1,18,205,1890},30] (* Harvey P. Dale, Jan 29 2024 *)
-
Vec(1/((1-3*x)*(1-4*x)*(1-5*x)*(1-6*x))+O(x^99)) \\ Charles R Greathouse IV, Sep 26 2012
A016075
Expansion of 1/((1-8*x)*(1-9*x)*(1-10*x)*(1-11*x)).
Original entry on oeis.org
1, 38, 905, 17290, 289821, 4453638, 64331905, 887339330, 11810819141, 152832918238, 1933092302505, 23997027406170, 293289532268461, 3537885908902838, 42204462297434705, 498697803478957810, 5844588402226277781, 68011678300853991438, 786547256602640400505
Offset: 0
-
m:=20; R:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/((1-8*x)*(1-9*x)*(1-10*x)*(1-11*x)))); // Vincenzo Librandi, Jun 24 2013
-
I:=[1, 38, 905, 17290]; [n le 4 select I[n] else 38*Self(n-1)-539*Self(n-2)+3382*Self(n-3)-7920*Self(n-4): n in [1..20]]; // Vincenzo Librandi, Jun 24 2013
-
CoefficientList[Series[1/((1-8*x)*(1-9*x)*(1-10*x)*(1-11*x)), {x,0,20}], x] (* Vincenzo Librandi, Jun 23 2013 *)
-
x='x+O('x^30); Vec(1/((1-8*x)*(1-9*x)*(1-10*x)*(1-11*x))) \\ G. C. Greubel, Feb 07 2018
A028165
Expansion of 1/((1-5x)*(1-6x)*(1-7x)*(1-8x)).
Original entry on oeis.org
1, 26, 425, 5590, 64701, 688506, 6906145, 66324830, 616252901, 5580303586, 49508360265, 432061044870, 3720287489101, 31681154472266, 267320885100785, 2238337148081710, 18621251375573301, 154069635600426546
Offset: 0
A028200
Expansion of 1/((1-6x)*(1-7x)*(1-8x)*(1-9x)).
Original entry on oeis.org
1, 30, 565, 8550, 113701, 1388310, 15958405, 175419750, 1863406501, 19269697590, 195034120645, 1939826329350, 19018419228901, 184245490086870, 1767124523521285, 16805853434269350, 158682246543588901, 1489103597614860150, 13900428943759584325
Offset: 0
-
CoefficientList[Series[ 1/((1-6x)(1-7x)(1-8x)(1-9x)), {x, 0, 20} ], x]
LinearRecurrence[{30,-335,1650,-3024},{1,30,565,8550},20] (* Harvey P. Dale, Mar 27 2023 *)
-
Vec(1/((1-6*x)*(1-7*x)*(1-8*x)*(1-9*x)) + O(x^30)) \\ Michel Marcus, Feb 12 2017
A016109
Expansion of 1/((1-7*x)*(1-8*x)*(1-9*x)*(1-10*x)).
Original entry on oeis.org
1, 34, 725, 12410, 186501, 2571114, 33339685, 413066170, 4941549701, 57504755594, 654463491045, 7314256515930, 80522026412101, 875355238834474, 9415203971344805, 100355146006589690
Offset: 0
-
CoefficientList[Series[1/((1-7x)(1-8x)(1-9x)(1-10x)),{x,0,20}],x] (* or *) LinearRecurrence[{34,-431,2414,-5040},{1,34,725,12410},21] (* Harvey P. Dale, Jan 26 2012 *)
Showing 1-5 of 5 results.
Comments