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!)
A333653 Expansion of Product_{i>=1, j>=1} (1 + i*x^(i*j)). 2
1, 1, 3, 7, 13, 27, 54, 98, 174, 335, 572, 1004, 1733, 2933, 4916, 8307, 13470, 22042, 35851, 57256, 91462, 145231, 227667, 355522, 554058, 853986, 1313121, 2010318, 3057827, 4627213, 6989808, 10481205, 15679549, 23365207, 34658909, 51241077, 75541695, 110852295, 162238415 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: Product_{k>0} f(q^k) where f(q) = Product_{i>=1} (1 + i*q^i).
G.f.: Product_{k>0} Product_{d|k} (1 + d*x^k).
MATHEMATICA
m = 38; CoefficientList[Series[Product[1 + i*x^(i*j), {i, 1, m}, {j, 1, m}], {x, 0, m}], x] (* Amiram Eldar, Aug 23 2020 *)
PROG
(PARI) N=40; x='x+O('x^N); Vec(prod(i=1, N, prod(j=1, N\i, 1+i*x^(i*j))))
(PARI) N=40; x='x+O('x^N); Vec(prod(k=1, N, prod(d=1, k, 1+(k%d==0)*d*x^k)))
CROSSREFS
Sequence in context: A068673 A298360 A140465 * A301594 A080241 A098479
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 23 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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)