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!)
A016326 Expansion of 1/((1-2x)(1-10x)(1-12x)). 1
1, 24, 412, 6192, 86800, 1166592, 15249088, 195489024, 2470868224, 30900418560, 383305022464, 4724660269056, 57945923227648, 707851078729728, 8619212944752640, 104680555337023488, 1268666664044265472 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
From Vincenzo Librandi, Oct 09 2011: (Start)
a(n) = (12^(n+2)+2^n-125*10^n)/20.
a(n) = 22*a(n-1) - 120*a(n-2) + 2^n.
a(n) = 24*a(n-1) - 164*a(n-2) + 240*a(n-3), n>=3. (End)
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-10x)(1-12x)), {x, 0, 20}], x] (* or *) LinearRecurrence[{24, -164, 240}, {1, 24, 412}, 20] (* Harvey P. Dale, Aug 30 2014 *)
PROG
(Magma) [(12^(n+2)+2^n-125*10^n)/20 : n in [0..20]]; // Vincenzo Librandi, Oct 09 2011
(PARI) Vec(1/((1-2*x)*(1-10*x)*(1-12*x))+O(x^99)) \\ Charles R Greathouse IV, Sep 26 2012
CROSSREFS
Sequence in context: A227750 A221619 A267166 * A287994 A072975 A062193
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 18 21:51 EDT 2024. Contains 371781 sequences. (Running on oeis4.)