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!)
A288415 Expansion of Product_{k>=1} (1 + x^k)^(sigma_3(k)). 10
1, 1, 9, 37, 137, 487, 1749, 5901, 19695, 63832, 202905, 632689, 1941394, 5860868, 17448558, 51255292, 148726841, 426605755, 1210569740, 3400427281, 9460683203, 26083933370, 71300381025, 193313191005, 520057831035, 1388722752205, 3682100198763 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1, a(n) = (1/n)*Sum_{k=1..n} A288420(k)*a(n-k) for n > 0.
a(n) ~ exp(5*Pi^(4/5) * Zeta(5)^(1/5) * n^(4/5) / 2^(12/5)) * Zeta(5)^(1/10) / (2^(169/240) * sqrt(5) * Pi^(1/10) * n^(3/5)). - Vaclav Kotesovec, Mar 23 2018
G.f.: Product_{i>=1, j>=1} (1 + x^(i*j))^(j^3). - Ilya Gutkovskiy, Aug 26 2018
MAPLE
with(numtheory): seq(coeff(series(mul((1+x^k)^(sigma[3](k)), k=1..n), x, n+1), x, n), n = 0 .. 30); # Muniru A Asiru, Oct 31 2018
MATHEMATICA
nmax = 40; CoefficientList[Series[Product[(1+x^k)^DivisorSigma[3, k], {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Jun 09 2017 *)
PROG
(PARI) m=40; x='x+O('x^m); Vec(prod(k=1, m, (1+x^k)^sigma(k, 3))) \\ G. C. Greubel, Oct 30 2018
(Magma) m:=40; R<q>:=PowerSeriesRing(Rationals(), m); Coefficients(R! ( (&*[(1+q^k)^DivisorSigma(3, k): k in [1..m]]) )); // G. C. Greubel, Oct 30 2018
CROSSREFS
Product_{k>=1} (1 + x^k)^sigma_m(k): A107742 (m=0), A192065 (m=1), A288414 (m=2), this sequence (m=3).
Sequence in context: A213570 A271908 A257448 * A026620 A048878 A246315
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 09 2017
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 August 15 07:32 EDT 2024. Contains 375173 sequences. (Running on oeis4.)