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!)
A330201 Expansion of e.g.f. Product_{k>=1} exp(-x^k) / (1 - x^k). 1
1, 0, 1, 2, 21, 44, 1045, 2694, 74473, 421784, 8776521, 52518410, 1843753021, 11476952772, 387068115421, 4277646186254, 125796357803985, 1343857519264304, 53205974734877713, 621203524858308114, 25357790175078682981, 388778926109137187420 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
E.g.f.: A(x) = Product_{k>=1} B(x^k), where B(x) = e.g.f. of A000166.
E.g.f.: exp(Sum_{k>=1} (sigma(k) / k - 1) * x^k), where sigma = A000203.
E.g.f.: Product_{k>=1} 1 / (1 - x^k)^(cototient(k)/k), where cototient = A051953.
a(0) = 1; a(n) = (n - 1)! * Sum_{k=1..n} (sigma(k) - k) * a(n-k) / (n - k)!.
a(n) = Sum_{k=0..n} binomial(n,k) * A293116(k) * A053529(n-k).
a(n) ~ sqrt(-1/Pi + Pi/6) * n^(n - 1/2) / (2 * exp(n - 1/2 - sqrt(2*(-6 + Pi^2)*n/3))). - Vaclav Kotesovec, Aug 09 2021
MATHEMATICA
nmax = 21; CoefficientList[Series[Product[Exp[-x^k]/(1 - x^k), {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]!
a[0] = 1; a[n_] := a[n] = (n - 1)! Sum[(DivisorSigma[1, k] - k) a[n - k]/(n - k)!, {k, 1, n}]; Table[a[n], {n, 0, 21}]
CROSSREFS
Sequence in context: A041049 A224346 A005484 * A042455 A245546 A074875
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Dec 05 2019
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:35 EDT 2024. Contains 371779 sequences. (Running on oeis4.)