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!)
A320237 G.f.: Product_{k>=1, j>=1} ((1 + x^(k*j)) / (1 - x^(k*j)))^2. 2
1, 4, 16, 52, 156, 428, 1120, 2772, 6616, 15224, 34032, 74020, 157340, 327244, 667824, 1338828, 2641332, 5133372, 9840432, 18621476, 34818852, 64374564, 117768176, 213306948, 382733816, 680630120, 1200198784, 2099417544, 3644332860, 6280017740, 10746594208 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Self-convolution of A301554.
Convolution of A320235 and A320236.
LINKS
FORMULA
Conjecture: log(a(n)) ~ Pi * sqrt(n*log(n)).
MATHEMATICA
nmax = 40; CoefficientList[Series[Product[((1+x^(k*j))/(1-x^(k*j)))^2, {k, 1, nmax}, {j, 1, Floor[nmax/k] + 1}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A058234 A188125 A007688 * A197132 A266943 A100774
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Oct 08 2018
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 July 19 05:20 EDT 2024. Contains 374388 sequences. (Running on oeis4.)