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!)
A330352 Expansion of e.g.f. -Sum_{k>=1} log(1 - log(1 + x)^k) / k. 6
1, 1, 0, 10, -68, 818, -9782, 130730, -1835752, 27408672, -438578616, 7697802264, -150743052528, 3293454634416, -78787556904864, 2014008113598432, -54001416897306240, 1504891127666322048, -43527807706621236480, 1311515508480252542208 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
E.g.f.: Sum_{i>=1} Sum_{j>=1} log(1 + x)^(i*j) / (i*j).
E.g.f.: log(Product_{k>=1} 1 / (1 - log(1 + x)^k)^(1/k)).
a(n) = Sum_{k=1..n} Stirling1(n,k) * (k - 1)! * tau(k), where tau = A000005.
MATHEMATICA
nmax = 20; CoefficientList[Series[-Sum[Log[1 - Log[1 + x]^k]/k, {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]! // Rest
Table[Sum[StirlingS1[n, k] (k - 1)! DivisorSigma[0, k], {k, 1, n}], {n, 1, 20}]
CROSSREFS
Sequence in context: A027242 A081656 A219466 * A321060 A026958 A026988
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Dec 11 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 May 10 09:34 EDT 2024. Contains 372377 sequences. (Running on oeis4.)