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!)
A320238 G.f.: Product_{k>=1, j>=1} (1 + x^(k*j)) / (1 - x^(k*j))^2. 3
1, 3, 11, 31, 85, 209, 504, 1138, 2514, 5339, 11098, 22432, 44535, 86523, 165496, 311187, 577190, 1055524, 1907423, 3405574, 6016826, 10520065, 18222215, 31275320, 53230224, 89860112, 150551503, 250388180, 413572707, 678574627, 1106396434, 1793009335 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Convolution of A107742 and A320236.
LINKS
FORMULA
Conjecture: log(a(n)) ~ Pi * sqrt(5*n*log(n)/6).
MATHEMATICA
nmax = 50; 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: A268800 A054343 A369442 * A369399 A108898 A291887
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 18 09:47 EDT 2024. Contains 371779 sequences. (Running on oeis4.)