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!)
A291731 a(n) = (1/2)*A291730(n).. 2
1, 3, 9, 28, 84, 255, 772, 2340, 7088, 21476, 65064, 197126, 597228, 1809420, 5481980, 16608712, 50319264, 152451844, 461882016, 1399359936, 4239628608, 12844765920, 38915675520, 117902483528, 357208128400, 1082230358448, 3278823900048, 9933824239744 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: -(((1 + x^2) (1 + x + x^3))/(-1 + 2 x + 2 x^2 + 2 x^3 + 4 x^4 + 2 x^6)).
a(n) = 4*a(n-1) + 2*a(n-2) - 4*a(n-3) - 2*a(n-4) for n >= 5.
MATHEMATICA
z = 60; s = x + x^3; p = 1 - 2 s - 2 s^2;
Drop[CoefficientList[Series[s, {x, 0, z}], x], 1] (* A154272 *)
u = Drop[CoefficientList[Series[1/p, {x, 0, z}], x], 1] (* A291730 *)
u / 2 (*A291731)
CROSSREFS
Sequence in context: A292328 A027090 A033139 * A291257 A005354 A084084
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Sep 11 2017
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 23 13:41 EDT 2024. Contains 371914 sequences. (Running on oeis4.)