A086201 Decimal expansion of 1/(2*Pi).
1, 5, 9, 1, 5, 4, 9, 4, 3, 0, 9, 1, 8, 9, 5, 3, 3, 5, 7, 6, 8, 8, 8, 3, 7, 6, 3, 3, 7, 2, 5, 1, 4, 3, 6, 2, 0, 3, 4, 4, 5, 9, 6, 4, 5, 7, 4, 0, 4, 5, 6, 4, 4, 8, 7, 4, 7, 6, 6, 7, 3, 4, 4, 0, 5, 8, 8, 9, 6, 7, 9, 7, 6, 3, 4, 2, 2, 6, 5, 3, 5, 0, 9, 0, 1, 1, 3, 8, 0, 2, 7, 6, 6, 2, 5, 3, 0, 8, 5, 9, 5, 6
Offset: 0
Examples
0.15915494309189533576888376337251...
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.
- Index entries for transcendental numbers.
Programs
-
Mathematica
RealDigits[N[1/(2 Pi), 100]][[1]] (* Vladimir Joseph Stephan Orlovsky, Jun 18 2009 *)
-
PARI
1/(2*Pi) \\ Michel Marcus, Mar 28 2020
Extensions
Link corrected by Fred Daniel Kline, Jul 29 2015
Comments