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!)
A307548 Expansion of Product_{k>=1} (1 - (x/(1+x))^k). 2

%I #16 May 14 2021 02:53:03

%S 1,-1,0,1,-2,4,-9,21,-48,105,-218,429,-803,1442,-2521,4380,-7734,

%T 14091,-26468,50405,-94980,172824,-296704,467589,-644459,678109,

%U -177123,-1752141,7003180,-19432494,46778567,-104623822,224830880,-473859273,992825436,-2084921584

%N Expansion of Product_{k>=1} (1 - (x/(1+x))^k).

%F O.g.f.: Sum_{n >= 0} (-1)^n * x^(n*(n+1)/2)/Product_{k = 1..n} ((1 + x)^k - x^k). Cf. A320591. - _Peter Bala_, Dec 22 2020

%t m = 35; CoefficientList[Series[Product[1 - (x/(1+x))^k, {k, 1, m}], {x, 0, m}], x] (* _Amiram Eldar_, May 14 2021 *)

%o (PARI) N=66; x='x+O('x^N); Vec(prod(k=1, N, 1-(x/(1+x))^k))

%Y Convolution inverse of A320590.

%Y Cf. A129519, A307310, A320591.

%K sign,easy

%O 0,5

%A _Seiichi Manyama_, Apr 14 2019

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 3 19:22 EDT 2024. Contains 372222 sequences. (Running on oeis4.)