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!)
A291462 a(n) = (1/2)*A291417(n).. 2
2, 9, 38, 161, 680, 2872, 12128, 51214, 216264, 913228, 3856328, 16284284, 68764352, 290374208, 1226175744, 5177825416, 21864627616, 92328709904, 389880441696, 1646365025296, 6952176889728, 29357258422912, 123968166486528, 523485745182432, 2210545926231680 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: -(((-1 + x) (1 + x) (2 + x))/(1 - 4 x - 2 x^2 + 4 x^3 + 2 x^4)).
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^2; p = 1 - 4 s + 2 s^2;
Drop[CoefficientList[Series[s, {x, 0, z}], x], 1] (* A019590 *)
u = Drop[CoefficientList[Series[1/p, {x, 0, z}], x], 1] (* A291417 *)
u / 2 (*A291462)
CROSSREFS
Sequence in context: A291265 A037489 A037569 * A001077 A150993 A150994
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Sep 07 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 May 7 20:13 EDT 2024. Contains 372317 sequences. (Running on oeis4.)