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!)
A352691 Product_{n>=1} 1 / (1 - x^n)^(a(n)/n!) = 1 + log(1 + x). 4
1, -3, 5, -23, 204, -1894, 16862, -166466, 2346712, -37858296, 558727872, -9031080288, 185546362416, -3960341036352, 83728926109488, -1961110591316304, 50908186083448320, -1384998141007364736, 38998680958184088960, -1160052698286814237056, 37029733866954589964544 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Product_{n>=1} 1 / (1 - x^n)^(a(n)/n!) = 1 - Sum_{n>=1} (-x)^n/n.
E.g.f.: Sum_{k>=1} mu(k) * log(1 + log(1 + x^k)) / k.
MATHEMATICA
nmax = 21; CoefficientList[Series[Sum[MoebiusMu[k] Log[1 + Log[1 + x^k]]/k, {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]! // Rest
CROSSREFS
Sequence in context: A178068 A018978 A100703 * A137086 A137087 A214589
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, May 15 2022
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 29 23:34 EDT 2024. Contains 375520 sequences. (Running on oeis4.)