[go: up one dir, main page]

login
Search: a323601 -id:a323601
     Sort: relevance | references | number | modified | created      Format: long | short | data
Decimal expansion of sine of 20 degrees.
+10
10
3, 4, 2, 0, 2, 0, 1, 4, 3, 3, 2, 5, 6, 6, 8, 7, 3, 3, 0, 4, 4, 0, 9, 9, 6, 1, 4, 6, 8, 2, 2, 5, 9, 5, 8, 0, 7, 6, 3, 0, 8, 3, 3, 6, 7, 5, 1, 4, 1, 6, 0, 6, 2, 8, 4, 6, 5, 0, 4, 8, 4, 9, 7, 6, 8, 4, 7, 1, 4, 7, 6, 3, 7, 0, 2, 0, 7, 7, 5, 9, 9, 5, 6, 4, 1, 9, 0, 1, 8, 2, 3, 3, 8, 5, 2, 5, 5, 4, 7
OFFSET
0,1
FORMULA
Equals cos(7*Pi/18) = 2F1(13/12,-1/12;1/2;3/4) / 2. - R. J. Mathar, Oct 27 2008
Root of the equation 64*x^6 - 96*x^4 + 36*x^2 - 3 = 0. - Vaclav Kotesovec, Jan 19 2019
Equals sqrt(8 - 2^(4/3)*(1 + i*sqrt(3))^(2/3) + i*2^(2/3)*(1 + i*sqrt(3))^(1/3)*(i + sqrt(3)))/4, where i is the imaginary unit. - Vaclav Kotesovec, Jan 19 2019
Equals 2*A019819 *A019889. - R. J. Mathar, Jan 17 2021
EXAMPLE
0.34202014332566873304409961468225958076308336751416062846504849768471476...
MATHEMATICA
RealDigits[ Sin[Pi/9], 10, 111][[1]] (* Robert G. Wilson v *)
PROG
(PARI) /* for x = 20 degrees, sin(9x) = 0 */
/* so sin(x) is a zero of this polynomial */
sin_9(x)=9*x-120*x^3+432*x^5-576*x^7+256*x^9
x=34; y=100; print(3); print(4);
for(digits=1, 110, {d=0; y=y*10; while(sin_9((10*x+d)/y) > 0, d++);
d--; /* while loop overshoots correct digit */
print(d); x=10*x+d})
\\ Michael B. Porter, Jan 27 2010
CROSSREFS
Cf. A323601.
KEYWORD
nonn,cons
STATUS
approved
Decimal expansion of sin(Pi/14), or the imaginary part of (-1)^(1/7).
+10
10
2, 2, 2, 5, 2, 0, 9, 3, 3, 9, 5, 6, 3, 1, 4, 4, 0, 4, 2, 8, 8, 9, 0, 2, 5, 6, 4, 4, 9, 6, 7, 9, 4, 7, 5, 9, 4, 6, 6, 3, 5, 5, 5, 6, 8, 7, 6, 4, 5, 4, 4, 9, 5, 5, 3, 1, 1, 9, 8, 7, 0, 1, 5, 8, 9, 7, 4, 2, 1, 2, 3, 2, 0, 2, 8, 5, 4, 7, 3, 1, 9, 0, 7, 4, 5, 8, 1, 0, 5, 2, 6, 0, 8, 0, 7, 2, 9, 5, 6, 3, 4, 8, 7, 4, 7
OFFSET
0,1
COMMENTS
The corresponding real part is in A232735.
Root of the equation 1 - 4*x - 4*x^2 + 8*x^3 = 0. - Vaclav Kotesovec, Apr 04 2021
LINKS
FORMULA
Equals cos(3*Pi/7). - G. C. Greubel, Sep 04 2022
EXAMPLE
0.222520933956314404288902564496794759466355568764544955311987...
MATHEMATICA
RealDigits[Cos[3*Pi/7], 10, 120][[1]] (* G. C. Greubel, Sep 04 2022 *)
PROG
(Magma) R:= RealField(120); Cos(3*Pi(R)/7); // G. C. Greubel, Sep 04 2022
(SageMath) numerical_approx(cos(3*pi/7), digits=120) # G. C. Greubel, Sep 04 2022
CROSSREFS
Cf. A232735 (real part), A010503 (imag(I^(1/2))), A182168 (imag(I^(1/4))), A019827 (imag(I^(1/5))), A019824 (imag(I^(1/6))), A232738 (imag(I^(1/8))), A019819 (imag(I^(1/9))), A019818 (imag(I^(1/10))).
See also A323601.
KEYWORD
nonn,cons,easy
AUTHOR
Stanislav Sykora, Nov 29 2013
STATUS
approved
Decimal expansion of tan(Pi/7).
+10
4
4, 8, 1, 5, 7, 4, 6, 1, 8, 8, 0, 7, 5, 2, 8, 6, 4, 4, 3, 3, 2, 1, 6, 2, 3, 5, 3, 0, 5, 6, 9, 7, 0, 5, 7, 5, 2, 1, 9, 0, 7, 8, 8, 9, 1, 7, 5, 2, 2, 9, 9, 9, 3, 5, 5, 5, 4, 2, 0, 5, 3, 7, 2, 9, 7, 9, 2, 9, 8, 1, 0, 3, 3, 0, 5, 4, 6, 2, 1, 3, 9, 0, 4, 3, 0, 7, 9, 1, 4, 1, 0, 8, 9, 4, 2, 0, 3, 1, 8, 3, 1, 3, 9, 8, 1, 7, 3, 8, 3, 0
OFFSET
0,1
COMMENTS
Root of the equation -7 + 35*x^2 - 21*x^4 + x^6 = 0. - Vaclav Kotesovec, Apr 04 2021
LINKS
EXAMPLE
0.48157461880752864433216235305697...
MATHEMATICA
RealDigits[Tan[Pi/7], 10, 120][[1]] (* Amiram Eldar, Apr 27 2021 *)
PROG
(PARI) tan(Pi/7)
(SageMath) numerical_approx(tan(pi/7), digits=123) # G. C. Greubel, Sep 30 2022
CROSSREFS
Cf. A323601 (sin(Pi/7)), A073052 (cos(Pi/7)).
KEYWORD
nonn,cons,easy
AUTHOR
Seiichi Manyama, Apr 04 2021
STATUS
approved
Decimal expansion of the imaginary part of i^(1/16), or sin(Pi/32).
+10
2
0, 9, 8, 0, 1, 7, 1, 4, 0, 3, 2, 9, 5, 6, 0, 6, 0, 1, 9, 9, 4, 1, 9, 5, 5, 6, 3, 8, 8, 8, 6, 4, 1, 8, 4, 5, 8, 6, 1, 1, 3, 6, 6, 7, 3, 1, 6, 7, 5, 0, 0, 5, 6, 7, 2, 5, 7, 2, 6, 4, 9, 7, 9, 8, 0, 9, 3, 8, 7, 3, 0, 2, 7, 8, 9, 0, 8, 7, 5, 3, 6, 8, 0, 7, 1, 1, 1, 0, 7, 7, 1, 4, 6, 3, 1, 8, 5, 5, 9, 5, 5, 4, 0, 7, 4, 2, 0, 6, 5, 2, 6, 4, 4, 4, 1
OFFSET
0,2
COMMENTS
An algebraic number of degree 16 and denominator 2. - Charles R Greathouse IV, Jan 09 2022
FORMULA
Equals (1/2) * sqrt(2-sqrt(2+sqrt(2+sqrt(2)))).
EXAMPLE
0.09801714032956060199419...
MATHEMATICA
RealDigits[Sin[Pi/32], 10, 100, -1][[1]] (* Amiram Eldar, Apr 27 2021 *)
PROG
(PARI) imag(I^(1/16))
(PARI) sin(Pi/32)
(PARI) sqrt(2-sqrt(2+sqrt(2+sqrt(2))))/2
(Sage) numerical_approx(sin(pi/32), digits=123) # G. C. Greubel, Sep 30 2022
CROSSREFS
sin(Pi/m): A010527 (m=3), A010503 (m=4), A019845 (m=5), A323601 (m=7), A182168 (m=8), A019829 (m=9), A019827 (m=10), A019824 (m=12), A232736 (m=14), A019821 (m=15), A232738 (m=16), A241243 (m=17), A019819 (m=18), A019818 (m=20), A343054 (m=24), A019815 (m=30), this sequence (m=32), A019814 (m=36).
KEYWORD
nonn,cons,easy
AUTHOR
Seiichi Manyama, Apr 04 2021
STATUS
approved

Search completed in 0.008 seconds