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!)
A016320 Expansion of 1/((1-2x)(1-8x)(1-12x)). 1

%I #16 Sep 08 2022 08:44:41

%S 1,22,348,4856,63728,808416,10050496,123402112,1503194880,18217295360,

%T 220039199744,2651923642368,31914709676032,383709523861504,

%U 4610378348347392,55371452676276224,664832732084240384

%N Expansion of 1/((1-2x)(1-8x)(1-12x)).

%H Vincenzo Librandi, <a href="/A016320/b016320.txt">Table of n, a(n) for n = 0..900</a>

%H <a href="/index/Rec">Index entries for linear recurrences with constant coefficients</a>, signature (22,-136,192).

%F From _Vincenzo Librandi_, Oct 09 2011: (Start)

%F a(n) = (54*12^n + 2^n - 40*8^n)/15.

%F a(n) = 20*a(n-1) - 96*a(n-2) + 2^n.

%F a(n) = 22*a(n-1) - 136*a(n-2) + 192*a(n-3), n >= 3. (End)

%o (Magma) [(54*12^n + 2^n -40*8^n)/15 : n in [0..20]]; // _Vincenzo Librandi_, Oct 09 2011

%o (PARI) Vec(1/((1-2*x)*(1-8*x)*(1-12*x))+O(x^99)) \\ _Charles R Greathouse IV_, Sep 26 2012

%K nonn,easy

%O 0,2

%A _N. J. A. Sloane_

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 24 17:29 EDT 2024. Contains 371962 sequences. (Running on oeis4.)