login
A132715
Decimal expansion of 25/Pi.
0
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,1
COMMENTS
Starting with 0, 0, 7, 9, 5, ... this is also the decimal expansion of 1/(4*Pi). Example: 0.079577471545947667884441881686257181... - Omar E. Pol, Jan 18 2013
LINKS
Srinivasa Ramanujan, Question 463, Journal of the Indian Mathematical Society, Vol. 5 (1913), p. 120.
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
EXAMPLE
7.9577471545947667884441881686257181...
MATHEMATICA
RealDigits[25/Pi, 10, 120][[1]] (* Harvey P. Dale, Nov 24 2012 *)
PROG
(PARI) 25/Pi \\ Charles R Greathouse IV, Oct 01 2022
(Magma) R:= RealField(100); 25/Pi(R); // Vincenzo Librandi, Jan 01 2025
KEYWORD
cons,easy,nonn
AUTHOR
Omar E. Pol, Aug 31 2007, Dec 30 2008
EXTENSIONS
More digits from R. J. Mathar, Aug 17 2009
STATUS
approved