login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A016211 Expansion of 1/((1-x)(1-3x)(1-6x)). 2
1, 10, 73, 478, 2989, 18298, 110881, 668566, 4021237, 24156946, 145030249, 870447214, 5223480445, 31343274154, 188066819377, 1128422439622, 6770599207813, 40623788957122, 243743314873465 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 9*a(n-1) - 18*a(n-2) + 1. - Vincenzo Librandi, Feb 10 2011
a(n) = 2*6^(n+1)/5 - 3^(n+1)/2 + 1/10. - R. J. Mathar, Feb 10 2011
a(n) = Sum_{k=0...n} 2^(k-1)*(3^(n+1) - 3^k). - J. M. Bergot, Feb 06 2018
MAPLE
a:=n->sum((6^(n-j+1)-3^(n-j+1))/3, j=0..n+1): seq(a(n), n=0..19); # Zerinvary Lajos, Jan 15 2007
PROG
(PARI) Vec(1/((1-x)*(1-3*x)*(1-6*x))+O(x^99)) \\ Charles R Greathouse IV, Sep 26 2012
CROSSREFS
Sequence in context: A181402 A003366 A161743 * A055424 A243878 A200580
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 December 9 13:48 EST 2023. Contains 367691 sequences. (Running on oeis4.)