OFFSET
0,5
EXAMPLE
A = b + b^3/60 + b^5/1400 + b^7/25200 + ..., where b = (12*S)^(1/3); the c(n) are 1, 1/60, 1/1400, 1/25200, 43/17248000, 1213/7207200000, ...
MATHEMATICA
Numerator[CoefficientList[InverseSeries[Series[Surd[(6*(x - Sin[x])), 3], {x, 0, 40}]], x][[2 ;; -2 ;; 2]]] (* Amiram Eldar, Dec 27 2024 *)
CROSSREFS
KEYWORD
nonn,frac
AUTHOR
Robert B Fowler, Dec 27 2024
EXTENSIONS
Edited by N. J. A. Sloane, Jan 14 2025
STATUS
approved
