A188543 Decimal expansion of the angle B in the doubly silver triangle ABC.
4, 2, 3, 5, 4, 6, 6, 6, 1, 5, 4, 7, 8, 1, 4, 7, 8, 8, 7, 4, 1, 4, 2, 2, 2, 0, 9, 5, 7, 7, 9, 1, 5, 4, 1, 0, 8, 6, 3, 7, 0, 7, 2, 0, 3, 3, 9, 5, 4, 1, 2, 5, 9, 1, 4, 6, 2, 9, 8, 6, 5, 8, 2, 7, 8, 9, 3, 4, 2, 6, 9, 3, 8, 5, 1, 3, 9, 7, 0, 3, 0, 1, 3, 7, 4, 4, 1, 2, 4, 7, 6, 2, 7, 0, 4, 0, 4, 5, 5, 8, 1, 8, 1, 9, 0, 6, 4, 1, 8, 2, 8, 9, 3, 0, 4, 6, 7, 0, 7, 8
Offset: 0
Examples
B=0.4235466615478147887414222095779154 approximately. B=24.2674 degrees approximately.
Links
- Clark Kimberling, Two kinds of golden triangles, generalized to match continued fractions, Journal for Geometry and Graphics, 11 (2007) 165-171.
Programs
-
Mathematica
r = 1+2^(1/2); Clear[t]; RealDigits[FindRoot[Sin[r*t + t] == r*Sin[t], {t, 1}, WorkingPrecision -> 120][[1, 2]]][[1]]
Formula
B is the number in [0,Pi] such that sin(B*t^2)=t*sin(B), where t=1+sqrt(2), the silver ratio.
Comments