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!)
A016201 Expansion of 1/((1-x)(1-2x)(1-7x)). 0
1, 10, 77, 554, 3909, 27426, 192109, 1345018, 9415637, 65910482, 461375421, 3229632042, 22607432485, 158252043778, 1107764339213, 7754350440026, 54280453211253, 379963172740914, 2659742209710685 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (49*7^n - 24*2^n + 5)/30. - Bruno Berselli, Feb 09 2011
a(0)=1, a(n) = 7*a(n-1) + 2^(n+1) - 1. - Vincenzo Librandi, Feb 09 2011
MAPLE
a:=n->sum((7^(n-j+1)-2^(n-j+1))/5, j=0..n+1): seq(a(n), n=0..19); # Zerinvary Lajos, Jan 15 2007
MATHEMATICA
CoefficientList[Series[1/((1-x)(1-2x)(1-7x)), {x, 0, 20}], x](* or *) LinearRecurrence[{10, -23, 14}, {1, 10, 77}, 20] (* Harvey P. Dale, Mar 06 2019 *)
CROSSREFS
Sequence in context: A081678 A081182 A127536 * A080618 A298270 A082136
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 July 8 09:01 EDT 2024. Contains 374153 sequences. (Running on oeis4.)