login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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