A132715 Decimal expansion of 25/Pi.
7, 9, 5, 7, 7, 4, 7, 1, 5, 4, 5, 9, 4, 7, 6, 6, 7, 8, 8, 4, 4, 4, 1, 8, 8, 1, 6, 8, 6, 2, 5, 7, 1, 8, 1, 0, 1, 7, 2, 2, 9, 8, 2, 2, 8, 7, 0, 2, 2, 8, 2, 2, 4, 3, 7, 3, 8, 3, 3, 6, 7, 2, 0, 2, 9, 4, 4, 8, 3, 9, 8, 8, 1, 7, 1, 1, 3, 2, 6, 7, 5, 4, 5, 0, 5, 6, 9, 0, 1, 3, 8, 3, 1, 2, 6, 5, 4, 2, 9, 7, 8, 0, 3, 6, 4
Offset: 1
Examples
7.9577471545947667884441881686257181...
Links
- Srinivasa Ramanujan, Question 463, Journal of the Indian Mathematical Society, Vol. 5 (1913), p. 120.
- Index entries for transcendental numbers.
Programs
-
Magma
R:= RealField(100); 25/Pi(R); // Vincenzo Librandi, Jan 01 2025
-
Mathematica
RealDigits[25/Pi,10,120][[1]] (* Harvey P. Dale, Nov 24 2012 *)
-
PARI
25/Pi \\ Charles R Greathouse IV, Oct 01 2022
Formula
1/(4*Pi) = Integral_{x>=0} cos(Pi*x/2)/(exp(2*Pi*sqrt(x))-1) dx (Ramanujan, 1913). - Amiram Eldar, Jan 01 2025
Extensions
More digits from R. J. Mathar, Aug 17 2009
Comments