The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A018208 Expansion of 1/((1-3x)(1-11x)(1-12x)). 1
1, 26, 475, 7520, 110341, 1545446, 20980975, 278565740, 3637529881, 46892529266, 598374287875, 7572794935160, 95188878040621, 1189735265087486, 14798979200433175, 183331466632763780 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1/((1-3*x)*(1-11*x)*(1-12*x)).
a(0)=1, a(1)=26, a(2)=475; for n>2, a(n) = 26*a(n-1) -201*a(n-2)+396*a(n-3). - Vincenzo Librandi, Jul 02 2013
a(n) = 23*a(n-1) -132*a(n-2) +3^n. - Vincenzo Librandi, Jul 02 2013
a(n) = (8*12^(n+2) - 9*11^(n+2) + 3^(n+2))/72. - Yahia Kahloune, Jul 07 2013
MATHEMATICA
CoefficientList[Series[1 / ((1 - 3 x) (1 - 11 x) (1 - 12 x)), {x, 0, 20}], x] (* Vincenzo Librandi, Jul 02 2013 *)
LinearRecurrence[{26, -201, 396}, {1, 26, 475}, 20] (* Harvey P. Dale, Jul 04 2017 *)
PROG
(Magma) m:=20; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/((1-3*x)*(1-11*x)*(1-12*x)))); /* or */ I:=[1, 26, 475]; [n le 3 select I[n] else 26*Self(n-1)-201*Self(n-2)+396*Self(n-3): n in [1..20]]; // Vincenzo Librandi, Jul 02 2013
CROSSREFS
Sequence in context: A019747 A163740 A021334 * A240190 A001723 A163201
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 May 16 14:39 EDT 2024. Contains 372554 sequences. (Running on oeis4.)