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!)
A020980 Expansion of 1/((1-8*x)*(1-10*x)*(1-12*x)). 1
1, 30, 604, 10200, 156016, 2241120, 30844864, 411749760, 5373888256, 68949788160, 873102490624, 10942870149120, 136039563882496, 1680275743334400, 20645716733968384, 252607863319265280 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (12^(n+2) - 2*10^(n+2) + 8^(n+2))/8. - Yahia Kahloune, Jun 30 2013
a(0)=1, a(1)=30, a(2)=604; for n>2, a(n) = 30*a(n-1) -296*a(n-2) +960*a(n-3). - Vincenzo Librandi, Jul 05 2013
a(n) = 22*a(n-1) -120*a(n-2) +8^n. - Vincenzo Librandi, Jul 05 2013
MATHEMATICA
CoefficientList[Series[1 / ((1 - 8 x) (1 - 10 x) (1 - 12 x)), {x, 0, 20}], x] (* Harvey P. Dale, Mar 23 2011 *)
PROG
(Magma) m:=20; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/((1-8*x)*(1-10*x)*(1-12*x)))); /* or */ I:=[1, 30, 604]; [n le 3 select I[n] else 30*Self(n-1)-296*Self(n-2)+960*Self(n-3): n in [1..20]]; // Vincenzo Librandi, Jul 05 2013
(PARI) x='x+O('x^30); Vec(1/((1-8*x)*(1-10*x)*(1-12*x))) \\ G. C. Greubel, Feb 09 2018
CROSSREFS
Sequence in context: A020982 A024436 A042744 * A051303 A020975 A277877
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 March 28 07:18 EDT 2024. Contains 371235 sequences. (Running on oeis4.)