A348721 Decimal expansion of 4*cos(4*Pi/13)*cos(6*Pi/13).
2, 7, 3, 8, 9, 0, 5, 5, 4, 9, 6, 4, 2, 1, 7, 5, 9, 4, 5, 3, 1, 4, 8, 9, 8, 4, 4, 6, 2, 7, 4, 9, 4, 9, 8, 9, 5, 1, 8, 0, 9, 3, 6, 5, 2, 3, 4, 3, 4, 1, 7, 5, 3, 5, 4, 6, 5, 5, 4, 5, 1, 3, 9, 1, 5, 8, 8, 5, 1, 6, 9, 9, 3, 5, 8, 5, 8, 2, 0, 7, 2, 8, 7, 9, 8, 7, 5, 7, 6, 7, 8, 3, 1, 5, 2, 9, 7, 8, 1, 2
Offset: 0
Examples
0.27389055496421759453148984462749498951809365234341 ...
Links
- T. W. Cusick and Lowell Schoenfeld, A table of fundamental pairs of units in totally real cubic fields, Math. Comp. 48 (1987), 147-158 (see case 4 in the Table)
- D. Shanks, The simplest cubic fields, Math. Comp., 28 (1974), 1137-1152
Programs
-
Maple
evalf(4*cos(4*Pi/13)*cos(6*Pi/13), 100);
-
Mathematica
RealDigits[4*Cos[4*Pi/13]*Cos[6*Pi/13], 10, 100][[1]] (* Amiram Eldar, Nov 08 2021 *)
Formula
Equals 2*(cos(2*Pi/13) - cos(3*Pi/13)).
Equals sin(Pi/13)*sin(5*Pi/13)/(sin(4*Pi/13)*sin(6*Pi/13)).
Equals Product_{n >= 0} (13*n+1)*(13*n+5)*(13*n+8)*(13*n+12)/( (13*n+4)*(13*n+6)*(13*n+7)*(13*n+9) ).
Equivalently, let z = exp(2*Pi*i/13). Then the constant = abs( (1 - z)*(1 - z^5)/ ((1 - z^4)*(1 - z^6)) ).
Note: C = {1, 5, 8, 12} is the subgroup of nonzero cubic residues in the finite field Z_13 with cosets 2*C = {2, 3, 10, 11} and 4*C = {4, 6, 7, 9}.
Equals (-1)^(2/13) - (-1)^(3/13) + (-1)^(10/13) - (-1)^(11/13). - Peter Luschny, Nov 08 2021
Comments