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!)
A327927 Expansion of e.g.f. exp(Sum_{i>=1} Sum_{j=1..i} x^(i*j) / (i*j)). 1
1, 1, 2, 6, 30, 150, 1020, 7140, 63420, 611100, 6625080, 72875880, 977213160, 12876743880, 190951160400, 2975661889200, 51767677962000, 886225654314000, 17136230971860000, 329530590793404000, 7035395004749311200, 151961029211943151200 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: exp(Sum_{k>=1} ceiling(A000005(k)/2) * x^k / k).
E.g.f.: exp(Sum_{k>=1} A038548(k) * x^k / k).
E.g.f.: Product_{k>=1} 1 / (1 - x^A028260(k))^(1/A028260(k)).
MATHEMATICA
nmax = 21; CoefficientList[Series[Exp[Sum[Ceiling[DivisorSigma[0, k]/2] x^k/k, {k, 1, nmax}]], {x, 0, nmax}], x] Range[0, nmax]!
a[n_] := a[n] = If[n == 0, 1, Sum[Ceiling[DivisorSigma[0, k]/2] a[n - k], {k, 1, n}]/n]; Table[n! a[n], {n, 0, 21}]
nmax = 20; CoefficientList[Series[Exp[Sum[-(x^(k*(1 + k))*LerchPhi[x^k, 1, 1 + k] + Log[1 - x^k])/k, {k, 1, nmax}]], {x, 0, nmax}], x] * Range[0, nmax]! (* Vaclav Kotesovec, Oct 06 2019 *)
CROSSREFS
Sequence in context: A319104 A326756 A362696 * A192446 A357582 A218940
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Sep 30 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 July 15 16:07 EDT 2024. Contains 374333 sequences. (Running on oeis4.)