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”).

A242670
Decimal expansion of the (real) period of the elliptic function sn(x,1/2).
1
6, 7, 4, 3, 0, 0, 1, 4, 1, 9, 2, 5, 0, 3, 8, 4, 1, 7, 1, 4, 8, 4, 8, 1, 4, 6, 3, 1, 1, 9, 6, 3, 0, 7, 9, 5, 8, 0, 0, 3, 2, 0, 3, 5, 7, 6, 5, 6, 4, 3, 5, 6, 1, 7, 6, 4, 7, 9, 7, 9, 3, 1, 9, 1, 5, 7, 3, 7, 3, 4, 8, 1, 1, 5, 2, 9, 3, 8, 7, 0, 4, 1, 6, 2, 5, 8, 0, 3, 8, 9, 5, 7, 4, 6, 4, 5, 0, 2, 8, 1, 3, 3, 9
OFFSET
1,1
COMMENTS
One can notice that, for real values of x, sin((gamma(3/4)^2/sqrt(Pi))*x) is extremely close to sn(x,1/2) (though different).
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 1.4.6 Elliptic Functions, p. 24.
LINKS
Eric Weisstein's MathWorld, Elliptic Integral of the First Kind
Eric Weisstein's MathWorld, Jacobi Elliptic Functions
Jean-François Alcover, Compare sin(x) with sn(x,1/2)
FORMULA
8*EllipticK(-1/3)/sqrt(3), where EllipticK is the complete elliptic integral of the first kind.
Also equals (4*Pi/sqrt(3))*2F1(1/2, 1/2; 1; -1/3), where 2F1 is the hypergeometric function.
Also equals 4*EllipticK(1/4). - Jan Mangaldan, Jan 06 2017
EXAMPLE
6.7430014192503841714848146311963079580032035765643561764797931915737348...
MAPLE
Re(evalf(8*EllipticK(I/sqrt(3))/sqrt(3), 120)); # Vaclav Kotesovec, Apr 22 2015
MATHEMATICA
RealDigits[8*EllipticK[-1/3]/Sqrt[3], 10, 103] // First
RealDigits[4 EllipticK[1/4], 10, 103] // First (* Jan Mangaldan, Jan 06 2017 *)
CROSSREFS
Sequence in context: A097410 A367312 A195792 * A196761 A362769 A195776
KEYWORD
nonn,cons,easy
AUTHOR
STATUS
approved