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!)
A077845 Expansion of (1-x)^(-1)/(1-2*x-2*x^2-x^3). 0
1, 3, 9, 26, 74, 210, 595, 1685, 4771, 13508, 38244, 108276, 306549, 867895, 2457165, 6956670, 19695566, 55761638, 157871079, 446961001, 1265425799, 3582644680, 10143101960, 28716919080, 81302686761, 230182313643, 651686919889, 1845041153826, 5223638461074 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: (1-x)^(-1)/(1-2*x-2*x^2-x^3).
a(n) = 3*a(n-1)-a(n-3)-a(n-4). - Wesley Ivan Hurt, Mar 10 2015
MATHEMATICA
CoefficientList[Series[(1 - x)^(-1)/(1 - 2*x - 2*x^2 - x^3), {x, 0, 30}], x] (* Wesley Ivan Hurt, Mar 10 2015 *)
PROG
(PARI) Vec(1/((1-x)*(1-2*x-2*x^2-x^3)) + O(x^30)) \\ Michel Marcus, Mar 10 2015
CROSSREFS
Sequence in context: A268093 A127911 A116423 * A291000 A276068 A171277
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Nov 17 2002
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 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)