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!)
A019333 Expansion of 1/((1-4x)(1-6x)(1-8x)). 4
1, 18, 220, 2280, 21616, 194208, 1685440, 14290560, 119232256, 983566848, 8047836160, 65462691840, 530198327296, 4280634482688, 34479631482880, 277245459333120, 2226418414452736, 17862092934217728 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 2*4^n -9*6^n +8*8^n. - R. J. Mathar, Jun 29 2013
a(0)=1, a(1)=18, a(2)=220; for n>2, a(n) = 18*a(n-1) -104*a(n-2) +192*a(n-3). - Vincenzo Librandi, Jul 02 2013
a(n) = 14*a(n-1) -48*a(n-2) +4^n. - Vincenzo Librandi, Jul 02 2013
MATHEMATICA
CoefficientList[Series[1 / ((1 - 4 x) (1 - 6 x) (1 - 8 x)), {x, 0, 20}], x] (* Vincenzo Librandi, Jul 02 2013 *)
PROG
(PARI) Vec(1/((1-4*x)*(1-6*x)*(1-8*x))+O(x^99)) \\ Charles R Greathouse IV, Sep 26 2012
(Magma) m:=20; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/((1-4*x)*(1-6*x)*(1-8*x)))); /* or */ I:=[1, 18, 220]; [n le 3 select I[n] else 18*Self(n-1)-104*Self(n-2)+192*Self(n-3): n in [1..20]]; // Vincenzo Librandi, Jul 02 2013
CROSSREFS
Equals 2^n * A016269.
Sequence in context: A046915 A041616 A224296 * A021454 A021224 A017997
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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)