The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A178945 Expansion of x*(1-x)^2/( (1-2*x^2)*(1-2*x)^2). 1

%I #17 Dec 29 2023 18:33:05

%S 1,2,7,16,42,96,228,512,1160,2560,5648,12288,26656,57344,122944,

%T 262144,557184,1179648,2490624,5242880,11010560,23068672,48235520,

%U 100663296,209717248,436207616,905973760,1879048192,3892322304,8053063680,16643014656

%N Expansion of x*(1-x)^2/( (1-2*x^2)*(1-2*x)^2).

%C Let S(x) be the generating function for A000079. Then the generating function for this sequence is x(S(x)^2+S(x^2))/2.

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

%F a(2n+1) = ( A001787(2n+1)+A077957(2n))/2.

%F a(2n) = A001787(2n)/2.

%F a(n) = 2^(n-2)*n + 2^(n/2-5/2)*(1-(-1)^n).

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

%e (1, 4, 12, 32, 80, 192, 448, 1024,...) +

%e ..(1, 0,..2,..0,..4,...0,...8,....0...) =

%e ..(2, 4, 14, 32, 84, 192, 456, 1024,...). Then dividing the sum by 2 we obtain:

%e ..(1, 2, 7, 16, 42, 96, 228,...).

%t CoefficientList[Series[x (1-x)^2/((1-2x^2)(1-2x)^2),{x,0,50}],x] (* or *) LinearRecurrence[{4,-2,-8,8},{0,1,2,7},50] (* _Harvey P. Dale_, Dec 29 2023 *)

%Y Cf. A001787, A077957, column k=2 of A290222.

%K nonn,easy

%O 1,2

%A _Gary W. Adamson_, Dec 30 2010

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 12 23:28 EDT 2024. Contains 372497 sequences. (Running on oeis4.)