OFFSET
0,2
COMMENTS
If a single hump of cycloid, with arc length 8*radius (generating circle), is inside a rectangle with width=2*radius and length=2*Pi*radius, then the radius must be 1/(2*Pi) (this sequence) to have (2/Pi), A060294, as semi arc of cycloid (arc = 4/Pi = A088538) and the rectangle... length = 1, width = 1/Pi. I suppose that in 3D geometry, gliding along a cycloid, in all directions around, from a point A at the height of 1/Pi, gives Pi*point B. - Eric Desbiaux, Dec 21 2008
Radius of circle having circumference 1. - Clark Kimberling, Jan 06 2014
The number of primitive Pythagorean triangles with hypotenuse less than N is approximately N/(2*Pi), found by Lehmer, cf. Knott link. - Frank Ellermann, Mar 27 2020
REFERENCES
Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 8.4, p. 493.
LINKS
Ron Knott, 9.6 Pythagorean Triples and Pi, 2019.
Eric Weisstein's World of Mathematics, Plouffe's Constants.
Eric Weisstein's World of Mathematics, Pythagorean Triple.
EXAMPLE
0.15915494309189533576888376337251...
MATHEMATICA
RealDigits[N[1/(2 Pi), 100]][[1]] (* Vladimir Joseph Stephan Orlovsky, Jun 18 2009 *)
PROG
(PARI) 1/(2*Pi) \\ Michel Marcus, Mar 28 2020
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Eric W. Weisstein, Jul 12 2003
EXTENSIONS
Link corrected by Fred Daniel Kline, Jul 29 2015
STATUS
approved