OFFSET
8,1
COMMENTS
Decimal expansion of 149896229/Pi.
FORMULA
EXAMPLE
47713451.592369422588888983337736450234612537898340668812014...
If the circumference of a circle is equal to 299792458 meters then the radius is equal to 47713451.59... meters.
MATHEMATICA
RealDigits[299792458/(2Pi), 10, 120][[1]] (* Harvey P. Dale, Feb 09 2019 *)
PROG
(PARI) x=299792458/(2*Pi)/10^7; for(k=1, 100, my(d=floor(x)); x=(x-d)*10; print1(d, ", ")) \\ Felix Fröhlich, Mar 31 2018
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Omar E. Pol, Dec 17 2010
EXTENSIONS
Edited by N. J. A. Sloane, Dec 18 2010
STATUS
approved