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 #14 Jul 09 2022 11:13:30
%S 3,1,4,1,5,6,0,1,2,1,9,7,7,6,1,3,8,4,8,1,2,9,8,6,5,4,0,3,8,9,4,4,4,8,
%T 7,3,2,3,3,0,4,1,6,9,4,7,4,4,1,0,6,5,6,7,7,6,2,8,8,9,4,8,9,3,9,8,7,3,
%U 8,1,3,1,0,4,0,9,1,6,0,2,5,6,2,6,2,7,7,7,7,4
%N Decimal expansion of 3*sqrt(5483/2)/50.
%C The 6th-century Hindu mathematician Aryabhata used this constant as value of Pi in the Aryabhatiya, written in A.D. 499.
%D Petr Beckmann, A History of Pi, 3rd Ed., Boulder, Colorado: The Golem Press (1974): pp. 26-27.
%F Equals sqrt(98694)/100.
%e 3.14156012197761384812986540...
%t First[RealDigits[N[3Sqrt[5483/2]/50,90]]]
%Y Cf. A010467.
%K nonn,cons,easy
%O 1,1
%A _Stefano Spezia_, Jul 08 2022