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!)
A016204 Expansion of 1/((1-x)*(1-2*x)*(1-9*x)). 2
1, 12, 115, 1050, 9481, 85392, 768655, 6918150, 62263861, 560375772, 5043383995, 45390460050, 408514148641, 3676627354152, 33089646220135, 297806816046750, 2680261344551821, 24122352101228532, 217101168911581075 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (81*9^n-32*2^n+7)/56. - Bruno Berselli, Feb 09 2011
a(n) = 9*a(n-1) + 2^(n+1) - 1. - Vincenzo Librandi, Feb 09 2011
a(0)=1, a(1)=12, a(2)=115, a(n) = 12*a(n-1) - 29*a(n-2) + 18*a(n-3). - Harvey P. Dale, Jun 05 2012
MAPLE
A016204 := proc(n) (9^(n+2)-2^(n+5)+7)/56 ; end proc:
seq(A016204(n), n=0..20) ; # R. J. Mathar, Feb 09 2011
MATHEMATICA
CoefficientList[Series[1/((1-x)(1-2x)(1-9x)), {x, 0, 40}], x] (* or *) LinearRecurrence[{12, -29, 18}, {1, 12, 115}, 40] (* Harvey P. Dale, Jun 05 2012 *)
PROG
(PARI) Vec(1/((1-x)*(1-2*x)*(1-9*x))+O(x^99)) \\ Charles R Greathouse IV, Sep 26 2012
CROSSREFS
Sequence in context: A199702 A307820 A154247 * A238929 A166777 A027285
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 16 03:06 EDT 2024. Contains 371696 sequences. (Running on oeis4.)