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!)
A016322 Expansion of 1/((1-2x)(1-9x)(1-11x)). 1
1, 22, 345, 4730, 60461, 740982, 8834065, 103324210, 1191912021, 13609144142, 154183593785, 1736366607690, 19463156373181, 217362833310502, 2420404185281505, 26889163207923170, 298163249815659941 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
From Vincenzo Librandi, Oct 09 2011: (Start)
a(n) = (7*11^(n+2) + 2^(n+3) - 9^(n+3))/126.
a(n) = 20*a(n-1) - 99*a(n-2) + 2^n.
a(n) = 22*a(n-1) - 139*a(n-2) + 198*a(n-3), n >= 3. (End)
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-9x)(1-11x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{22, -139, 198}, {1, 22, 345}, 30] (* Harvey P. Dale, Oct 15 2019 *)
PROG
(Magma) [(7*11^(n+2) +2^(n+3)-9^(n+3))/126 : n in [0..20]]; // Vincenzo Librandi, Oct 09 2011
(PARI) Vec(1/((1-2*x)*(1-9*x)*(1-11*x))+O(x^99)) \\ Charles R Greathouse IV, Sep 26 2012
CROSSREFS
Sequence in context: A277835 A018055 A277834 * A096047 A016320 A103722
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 23 09:48 EDT 2024. Contains 371905 sequences. (Running on oeis4.)