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!)
A336979 Expansion of Product_{k>=1} (1 + x^k * (k + x)). 6
1, 1, 3, 6, 11, 21, 37, 69, 108, 192, 312, 522, 827, 1297, 2032, 3240, 4982, 7569, 11508, 17107, 25696, 38340, 57080, 83298, 121373, 175653, 253455, 364307, 523650, 747487, 1063375, 1498471, 2106317, 2955154, 4124071, 5750547, 8000706, 11104596, 15324290, 21093106 (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) * (k/d + x)^d / d).
MATHEMATICA
m = 39; CoefficientList[Series[Product[1 + x^k*(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*(k+x)))
(PARI) N=66; x='x+O('x^N); Vec(exp(sum(k=1, N, x^k*sumdiv(k, d, (-1)^(d+1)*(k/d+x)^d/d))))
CROSSREFS
Sequence in context: A122106 A007707 A298798 * A018174 A050951 A291408
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 09 2020
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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)