OFFSET
0,3
COMMENTS
Following Dixon, let g(x) = g(x,0) be the function whose logarithmic derivative is f(x) = f(x,0), where f(x,0) is the integral of sm(x,0) * cm(x,0), and sm and cm are the Dixon elliptic functions. g(x) can be expressed in terms of Weierstrass elliptic functions as g(x)=((1/3 - p'(x ; 0, 1/27)) * sigma(x ; 0, 1/27)^3)/2.
REFERENCES
A. C. Dixon, On the doubly periodic functions arising out of the curve x^3 + y^3 - 3 alpha xy=1, Quart. J. Pure Appl. Math. 24 (1890), 167-233.
FORMULA
E.g.f.: Sum_{k>=0} a(k) * x^(3*k) / (3*k)! = g(x).
EXAMPLE
g(x) = 1 + 1/6 * x^3 - 1/360 * x^6 - 1/45360 * x^9 - 19/59875200 * x^12 + ...
MATHEMATICA
Table[With[{m = 3 n}, m! SeriesCoefficient[(1/3 - WeierstrassPPrime[x, {0, 1/27}]) WeierstrassSigma[x, {0, 1/27}]^3/2, {x, 0, m}]], {n, 0, 20}]
CROSSREFS
KEYWORD
sign
AUTHOR
Jan Mangaldan, Apr 23 2026
STATUS
approved
