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!)
A016325 Expansion of 1/((1-2x)(1-10x)(1-11x)). 6
1, 23, 377, 5395, 71841, 915243, 11317657, 136994195, 1631936081, 19201296763, 223714264137, 2585856904995, 29694425953921, 339138685491083, 3855525540397817, 43660780944367795, 492768590388029361 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
From Zerinvary Lajos, Jun 05 2009 [corrected by R. J. Mathar, Mar 14 2011]: (Start)
a(n) = 11^(n+2)/9 + 2^(n-1)/9 - 25*10^n/2.
a(n) = A016135(n+1) - A016134(n+1). (End)
a(n) = 21*a(n-1) - 110*a(n-2) + 2^n. - Vincenzo Librandi, Oct 09 2011
MATHEMATICA
CoefficientList[Series[1/((1 - 2 x) (1 - 10 x) (1 - 11 x)), {x, 0, 16}], x] (* Michael De Vlieger, Jan 31 2018 *)
PROG
(Sage) [(11^n - 2^n)/9-(10^n - 2^n)/8 for n in range(2, 19)] # Zerinvary Lajos, Jun 05 2009
(Magma) [(2*11^(n+2) +2^n-225*10^n)/18 : n in [0..20]]; // Vincenzo Librandi, Oct 09 2011
(PARI) Vec(1/((1-2*x)*(1-10*x)*(1-11*x))+O(x^99)) \\ Charles R Greathouse IV, Sep 23 2012
CROSSREFS
Sequence in context: A018091 A021279 A018071 * A016324 A264321 A285234
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 19 09:05 EDT 2024. Contains 372673 sequences. (Running on oeis4.)