OFFSET
0,2
COMMENTS
For the numerators see A283301.
REFERENCES
L. V. Ahlfors, Complex Analysis, McGraw-Hill, 1979, p. 205
T. J. I'a. Bromwich, Introduction to the Theory of Infinite Series, Macmillan, 2nd. ed. 1949, p. 222, series for log(H(x)/x).
L. Comtet, Advanced Combinatorics, Reidel, 1974, p. 88.
CRC Standard Mathematical Tables and Formulae, 30th ed. 1996, p. 42.
FORMULA
log(x/sin(x)) = Sum_{n>0} (2^(2*n-1)*(-1)^(n+1)*B(2*n)/(n*(2*n)!) * x^(2*n)). - Ralf Stephan, Apr 01 2015 [corrected by Roland J. Etienne, Apr 19 2016]
EXAMPLE
log(x/sin(x)) = 1/6*x^2 + 1/180*x^4 + 1/2835*x^6 + 1/37800*x^8 + 1/467775*x^10 + 691/3831077250*x^12 + ...
MATHEMATICA
Join[{1}, Denominator[Take[CoefficientList[Series[Log[x/Sin[x]], {x, 0, 50}], x], {3, -1, 2}]]] (* Harvey P. Dale, Apr 27 2012 *)
PROG
(Sage)
def a(n): return -numerator((n*factorial(2*n))/(2^(2*n-1)*(-1)^n*bernoulli(2*n))) # Ralf Stephan, Apr 01 2015
CROSSREFS
KEYWORD
nonn,easy,frac,nice
AUTHOR
STATUS
approved