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!)
A016191 Expansion of 1/((1-9x)*(1-12x)). 2
1, 21, 333, 4725, 63261, 818181, 10349613, 128978325, 1590786621, 19476859941, 237209103693, 2877890303925, 34817113183581, 420347224031301, 5067043480830573, 61010412902061525, 733977975013590141 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (12^(n+1) - 9^(n+1))/3. - Lambert Klasen (lambert.klasen(AT)gmx.net), Feb 05 2005
a(n-1) = Sum_{k=1..n} 3^(n-1)*3^(n-k)*binomial(n, k). - Zerinvary Lajos, Sep 24 2006
a(n) = 12*a(n-1) + 9^n, a(0)=1. - Vincenzo Librandi, Feb 09 2011
a(n) = 21*a(n-1) - 108*a(n-2); a(0)=1, a(1)=21. - Vincenzo Librandi, Feb 09 2011
MATHEMATICA
CoefficientList[Series[1/((1-9x)(1-12x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{21, -108}, {1, 21}, 30] (* Harvey P. Dale, Oct 15 2011 *)
PROG
(PARI) Vec(1/((1-9*x)*(1-12*x))+O(x^99)) \\ Charles R Greathouse IV, Sep 26 2012
CROSSREFS
Sequence in context: A091947 A016195 A322540 * A297336 A095905 A051525
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 14 04:33 EDT 2024. Contains 372528 sequences. (Running on oeis4.)