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!)
A307599 Expansion of Product_{k>=1} (1 - x^k/(1 - x)). 6
1, -1, -2, -2, -1, 2, 6, 11, 15, 16, 11, -2, -26, -61, -105, -152, -192, -209, -183, -89, 98, 400, 830, 1385, 2035, 2715, 3314, 3668, 3556, 2703, 790, -2521, -7550, -14542, -23591, -34546, -46901, -59670, -71261, -79358, -80830, -71690, -47133, -1684, 70504, 175168, 317232 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: exp( - Sum_{k>=1} x^k * Sum_{d|k} 1/(d*(1-x)^d)).
MATHEMATICA
m = 46; CoefficientList[Series[Product[1 - x^k/(1 - x), {k, 1, m}], {x, 0, m}], x] (* Amiram Eldar, May 14 2021 *)
PROG
(PARI) N=66; x='x+O('x^N); Vec(prod(k=1, N, 1-x^k/(1-x)))
(PARI) N=66; x='x+O('x^N); Vec(exp(-sum(k=1, N, x^k*sumdiv(k, d, 1/(d*(1-x)^d)))))
CROSSREFS
Convolution inverse of A227682.
Sequence in context: A336823 A236144 A226328 * A162663 A005007 A188792
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 17 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 April 19 05:02 EDT 2024. Contains 371782 sequences. (Running on oeis4.)