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!)
A016276 Expansion of 1/((1-2x)(1-3x)(1-7x)). 0
1, 12, 103, 786, 5713, 40656, 286651, 2012862, 14109205, 98822460, 691932319, 4844053578, 33909961177, 237374494824, 1661635779907, 11631493440534, 81420583092829, 569944468808148, 3989612443394215 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 4*2^n/5 - 9*3^n/4 + 49*7^n/20. - Antonio Alberto Olivares, Feb 03 2010
From Vincenzo Librandi, Mar 15 2011: (Start)
a(n) = 12*a(n-1) - 41*a(n-2) + 42*a(n-3), n >= 3.
a(n) = 10*a(n-1) - 21*a(n-2) + 2^n, a(0)=1, a(1)=12.
(End)
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-3x)(1-7x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{12, -41, 42}, {1, 12, 103}, 30] (* Harvey P. Dale, Apr 28 2013 *)
CROSSREFS
Sequence in context: A050791 A005771 A016228 * A264452 A078397 A228988
KEYWORD
nonn
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 17:50 EDT 2024. Contains 372533 sequences. (Running on oeis4.)