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!)
A320236 G.f.: Product_{k>=1, j>=1} 1/(1 - x^(k*j))^2. 5
1, 2, 7, 16, 41, 86, 193, 384, 787, 1504, 2899, 5338, 9852, 17586, 31330, 54490, 94350, 160370, 271171, 451776, 748460, 1225106, 1993860, 3212378, 5146851, 8175114, 12915747, 20252564, 31595134, 48964310, 75515995, 115777684, 176696336, 268231986, 405436258 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Self-convolution of A006171.
LINKS
FORMULA
Conjecture: log(a(n)) ~ Pi * sqrt(2*n*log(n)/3).
MATHEMATICA
nmax = 50; CoefficientList[Series[Product[1/(1-x^(k*j))^2, {k, 1, nmax}, {j, 1, Floor[nmax/k] + 1}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A093971 A065497 A131727 * A073371 A113224 A178945
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 April 19 08:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)