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!)
A290905 a(n) = (1/2)*A290904(n). 3

%I #8 Aug 18 2017 18:49:59

%S 0,1,4,12,36,111,344,1064,3288,10161,31404,97060,299980,927135,

%T 2865456,8856144,27371312,84595361,261455316,808068924,2497464564,

%U 7718808463,23856195976,73731339384,227878342920,704293989585,2176731748220,6727533066836,20792502889884

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

%H Clark Kimberling, <a href="/A290905/b290905.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, -4, 4, -1)

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

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

%F a(n) = (1/2)*A290904(n) for n >= 0.

%t z = 60; s = x/(1 - x)^2; p = 1 - 2 s^2;

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

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

%t u/2 (* A290905 *)

%Y Cf. A000027, A290890, A290904.

%K nonn,easy

%O 0,3

%A _Clark Kimberling_, Aug 17 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 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)