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”).
%I #10 Jun 03 2017 09:56:55
%S 2,1,5,6,5,1,5,6,4,7,4,9,9,6,4,3,2,3,5,4,3,8,6,7,4,9,9,8,8,0,0,3,2,2,
%T 0,2,8,8,6,4,1,1,0,2,1,6,4,9,2,8,2,5,3,6,0,3,6,4,9,5,8,9,1,6,5,0,0,9,
%U 6,1,6,4,4,2,2,0,6,5,6,2,8,7,6,3,4,9,6,7,8,7,5,7,8,1,4,4,5,9,0,2,5,5
%N Decimal expansion of K(3/4), where K is the complete elliptic integral of the first kind.
%H Steven R. Finch, <a href="/A249282/a249282.pdf">Gergonne-Schwarz Surface</a>, April 12, 2013. [Cached copy, with permission of the author]
%H Eric Weisstein's MathWorld, <a href="http://mathworld.wolfram.com/CompleteEllipticIntegraloftheFirstKind.html">Complete Elliptic Integral of the First Kind</a>
%e 2.15651564749964323543867499880032202886411021649282536...
%p evalf(EllipticK(sqrt(3)/2), 120); # _Vaclav Kotesovec_, Apr 22 2015
%t RealDigits[EllipticK[3/4], 10, 102] // First
%Y Cf. A093341 (K(1/2)), A249282 (K(1/4)).
%K nonn,cons,easy
%O 1,1
%A _Jean-François Alcover_, Oct 24 2014