A233528 Decimal expansion of arctan(2*Pi): adjacent angle for a right triangle of equal area to a disk.
1, 4, 1, 2, 9, 6, 5, 1, 3, 6, 5, 0, 6, 7, 3, 7, 7, 5, 9, 0, 6, 3, 7, 1, 2, 9, 4, 9, 8, 5, 6, 9, 3, 2, 5, 1, 8, 4, 9, 3, 5, 1, 3, 4, 5, 9, 0, 8, 8, 5, 0, 1, 8, 5, 0, 0, 7, 1, 9, 1, 4, 3, 2, 8, 9, 4, 0, 0, 8, 6, 0, 8, 3, 5, 7, 7, 9, 2, 2, 3, 9, 0, 1, 5, 3, 4, 3, 0, 2, 7, 3, 2, 3, 0, 2, 5, 5, 3, 9, 3
Offset: 1
Examples
1.412965136506737759063712949856932518493513459088501850071914328940...
Links
- Wikipedia, Area of a circle: Triangle proof
Programs
-
Mathematica
RealDigits[ArcTan[2 Pi], 10, 110][[1]] (* Bruno Berselli, Dec 16 2013 *)
-
PARI
atan(2*Pi)
Comments