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!)
A336980 Expansion of Product_{k>=1} (1 + x^k * (1 + k*x)). 7
1, 1, 2, 4, 8, 13, 22, 39, 65, 104, 160, 263, 413, 646, 975, 1479, 2198, 3354, 5017, 7389, 10770, 15721, 22668, 32663, 47200, 67761, 96389, 135977, 191431, 268805, 376211, 523692, 730301, 1014029, 1401553, 1925074, 2638522, 3608182, 4924194, 6694070, 9088239, 12323707, 16668255 (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) * (1 + k/d * x)^d / d).
MATHEMATICA
m = 42; CoefficientList[Series[Product[1 + x^k*(1 + k*x), {k, 1, m}], {x, 0, m}], x] (* Amiram Eldar, Apr 29 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)^(d+1)*(1+k/d*x)^d/d))))
CROSSREFS
Sequence in context: A164509 A164415 A233274 * A164417 A258600 A227232
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 25 23:59 EDT 2024. Contains 371989 sequences. (Running on oeis4.)