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!)
A327671 Expansion of Product_{k>=1} (1 - (x*(1 - x))^k). 1
1, -1, 0, 2, -1, 1, -5, 11, -17, 26, -36, 35, -22, 19, -67, 219, -480, 687, -469, -573, 2508, -4785, 6370, -6445, 5235, -4543, 8681, -26815, 75043, -173159, 334721, -563200, 876876, -1363232, 2208921, -3621971, 5631540, -7897299, 9738858, -10479294, 9989646, -9350820 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
G.f.: exp(-Sum_{k>=1} sigma(k)*(x*(1-x))^k/k).
MATHEMATICA
m = 41; CoefficientList[Series[Product[(1 - (x*(1 - x))^k), {k, 1, m}], {x, 0, m}], x] (* Amiram Eldar, May 07 2021 *)
PROG
(PARI) N=66; x='x+O('x^N); Vec(prod(k=1, N, 1-(x*(1-x))^k))
(PARI) N=66; x='x+O('x^N); Vec(exp(-sum(k=1, N, sigma(k)*(x*(1-x))^k/k)))
CROSSREFS
Convolution inverse of A307500.
Sequence in context: A006704 A324960 A174986 * A036563 A025264 A321716
KEYWORD
sign
AUTHOR
Seiichi Manyama, Sep 21 2019
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 June 4 06:06 EDT 2024. Contains 373089 sequences. (Running on oeis4.)