login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A017953 Expansion of 1/((1-3x)(1-6x)(1-11x)). 2
1, 20, 283, 3518, 41209, 468608, 5247271, 58277666, 644406997, 7108612676, 78315612739, 862197157094, 9488521761265, 104399859167624, 1148555174389087, 12635047273900202, 138991162189670413 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0)=1, a(1)=20, a(2)=283; for n>2, a(n) = 20*a(n-1) -117*a(n-2) +198*a(n-3). - Vincenzo Librandi, Jul 02 2013
a(n) = 17*a(n-1) -66*a(n-2) +3^n. - Vincenzo Librandi, Jul 02 2013
a(n) = (3*11^(n+2) - 8*6^(n+2) + 5*3^(n+2))/120. [Yahia Kahloune, Jul 06 2013]
MATHEMATICA
CoefficientList[Series[1 / ((1 - 3 x) (1 - 6 x) (1 - 11 x)), {x, 0, 30}], x] (* Vincenzo Librandi, Jul 02 2013 *)
LinearRecurrence[{20, -117, 198}, {1, 20, 283}, 30] (* Harvey P. Dale, Aug 31 2020 *)
PROG
(Magma) m:=20; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/((1-3*x)*(1-6*x)*(1-11*x)))); /* or */ I:=[1, 20, 283]; [n le 3 select I[n] else 20*Self(n-1)-117*Self(n-2)+198*Self(n-3): n in [1..20]]; // Vincenzo Librandi, Jul 02 2013
CROSSREFS
Sequence in context: A278360 A019040 A021204 * A016317 A021404 A046175
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 16:23 EDT 2024. Contains 371989 sequences. (Running on oeis4.)