login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A336978 Expansion of Product_{k>=1} (1 - x^k * (1 + k*x)). 6
1, -1, -2, -2, 0, 3, 8, 11, 9, 8, -10, -31, -57, -58, -107, -85, -4, 120, 167, 383, 616, 905, 948, 479, -82, -125, -905, -3661, -5937, -8247, -8807, -7756, -6249, -8147, -3525, 8330, 30748, 54740, 82660, 85406, 86083, 109681, 148897, 148077, 81288, -57885, -257092, -490304
(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 + k/d * x)^d / d).
MATHEMATICA
m = 47; CoefficientList[Series[Product[1 - x^k*(1 + k*x), {k, 1, m}], {x, 0, m}], x] (* Amiram Eldar, May 01 2021 *)
PROG
(PARI) N=66; x='x+O('x^N); Vec(prod(k=1, N, 1-x^k*(1+k*x)))
(PARI) N=66; x='x+O('x^N); Vec(exp(-sum(k=1, N, x^k*sumdiv(k, d, (1+k/d*x)^d/d))))
CROSSREFS
Convolution inverse of A336976.
Sequence in context: A118262 A065484 A255970 * A011137 A143396 A350266
KEYWORD
sign
AUTHOR
Seiichi Manyama, Aug 09 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 18 13:45 EDT 2024. Contains 376000 sequences. (Running on oeis4.)