login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A354117
Product_{n>=1} 1 / (1 - x^n)^(a(n)/n!) = 1 + arctan(x).
4
1, -2, -2, 8, -16, 176, -832, 384, 8192, 447744, -4228608, -15860736, -398991360, 10938421248, 44581613568, -29064658944, -17762113880064, -18092698632192, -7331825098948608, -64037289416196096, 3154526750647517184, 91791873021766533120, -1278044473427380666368
OFFSET
1,2
FORMULA
E.g.f.: Sum_{k>=1} mu(k) * log(1 + arctan(x^k)) / k.
MATHEMATICA
nmax = 23; CoefficientList[Series[Sum[MoebiusMu[k] Log[1 + ArcTan[x^k]]/k, {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]! // Rest
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, May 17 2022
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 20 20:39 EDT 2024. Contains 376078 sequences. (Running on oeis4.)