A337092 Decimal expansion of sqrt(40/Pi).
3, 5, 6, 8, 2, 4, 8, 2, 3, 2, 3, 0, 5, 5, 4, 2, 2, 2, 9, 0, 7, 7, 9, 3, 2, 7, 4, 5, 1, 3, 0, 1, 6, 5, 1, 8, 0, 7, 8, 8, 4, 0, 5, 8, 4, 1, 1, 4, 3, 9, 0, 6, 9, 4, 3, 7, 1, 8, 5, 4, 7, 6, 9, 1, 6, 9, 1, 0, 6, 1, 5, 5, 9, 0, 6, 0, 8, 6, 1, 5, 5, 0, 5, 1, 9, 6
Offset: 1
Examples
3.568248232305...
References
- C. N. Pickworth, The Slide Rule, 24th Ed., Pitman, London, 1945, p. 53, Gauge Points.
Links
Programs
-
Maple
evalf(sqrt(40.0/Pi)) ; # R. J. Mathar, Sep 02 2020
-
Mathematica
RealDigits[Sqrt[40/Pi], 10, 100][[1]] (* Amiram Eldar, Aug 15 2020 *)
-
PARI
sqrt(40/Pi) \\ Michel Marcus, Aug 19 2020
Comments