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!)
A327941 Expansion of e.g.f. exp(Sum_{i>=1} Sum_{j>=2} x^(i*j) / (i*j)). 0
1, 0, 1, 2, 15, 44, 595, 2274, 36673, 247400, 3660921, 29194010, 632617711, 5289743172, 117393123835, 1525153361354, 32315717350785, 433901475732944, 11698737221494513, 168831340268759730, 4894554062081828431, 87212857278031619420, 2398463635663863045411 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
E.g.f.: exp(Sum_{k>=1} (A000005(k) - 1) * x^k / k).
E.g.f.: exp(Sum_{k>=1} A032741(k) * x^k / k).
E.g.f.: Product_{k>=2} 1 / (1 - x^k)^(1/k).
MATHEMATICA
nmax = 22; CoefficientList[Series[Exp[Sum[(DivisorSigma[0, k] - 1) x^k/k, {k, 1, nmax}]], {x, 0, nmax}], x] Range[0, nmax]!
a[n_] := a[n] = If[n == 0, 1, Sum[(DivisorSigma[0, k] - 1) a[n - k], {k, 1, n}]/n]; Table[n! a[n], {n, 0, 22}]
CROSSREFS
Sequence in context: A152015 A318914 A346546 * A162256 A229013 A323685
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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)