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

%I #4 Sep 11 2017 12:06:28

%S 2,9,38,161,680,2872,12128,51214,216264,913228,3856328,16284284,

%T 68764352,290374208,1226175744,5177825416,21864627616,92328709904,

%U 389880441696,1646365025296,6952176889728,29357258422912,123968166486528,523485745182432,2210545926231680

%N a(n) = (1/2)*A291417(n)..

%H Clark Kimberling, <a href="/A291462/b291462.txt">Table of n, a(n) for n = 0..1000</a>

%H <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (4, 2, -4, -2)

%F G.f.: -(((-1 + x) (1 + x) (2 + x))/(1 - 4 x - 2 x^2 + 4 x^3 + 2 x^4)).

%F a(n) = 4*a(n-1) + 2*a(n-2) - 4*a(n-3) - 2*a(n-4) for n >= 5.

%t z = 60; s = x + x^2; p = 1 - 4 s + 2 s^2;

%t Drop[CoefficientList[Series[s, {x, 0, z}], x], 1] (* A019590 *)

%t u = Drop[CoefficientList[Series[1/p, {x, 0, z}], x], 1] (* A291417 *)

%t u / 2 (*A291462)

%Y Cf. A019590, A291382, A291417.

%K nonn,easy

%O 0,1

%A _Clark Kimberling_, Sep 07 2017

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 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)