A152149 Decimal expansion of the angle B in the doubly golden triangle ABC.
6, 5, 7, 4, 0, 5, 4, 8, 2, 9, 7, 6, 5, 3, 2, 5, 9, 2, 3, 8, 0, 9, 6, 8, 5, 4, 1, 5, 2, 9, 3, 9, 7, 1, 2, 6, 5, 4, 1, 4, 9, 5, 9, 4, 6, 4, 8, 7, 8, 3, 9, 3, 7, 0, 7, 8, 2, 0, 9, 2, 8, 0, 8, 5, 8, 8, 5, 3, 9, 5, 0, 6, 1, 3, 8, 1, 7, 7, 3, 5, 0, 7, 0, 1, 7, 1, 5, 1, 6, 5, 4, 4, 0, 5, 2, 2, 7, 8, 0, 5, 2, 8, 1, 2, 6
Offset: 0
Examples
The number B begins with 0.65740548 (equivalent to 37.666559... degrees).
References
- Clark Kimberling, "A new kind of golden triangle," in Applications of Fibonacci Numbers, Proc. Fourth International Conference on Fibonacci Numbers and Their Applications, Kluwer, 1991.
Links
- Iain Fox, Table of n, a(n) for n = 0..20000
- Jordi Dou, Clark Kimberling and Laurence Kuipers, A Fibonacci sequence of nested triangles, Problem S29, Amer. Math. Monthly 89 (1982) 696-697; proposed 87 (1980) 302.
- Clark Kimberling, Two kinds of golden triangles, generalized to match continued fractions, Journal for Geometry and Graphics, 11 (2007) 165-171.
Crossrefs
Programs
-
Mathematica
r = (1 + 5^(1/2))/2; RealDigits[FindRoot[Sin[r*t + t] == r*Sin[t], {t, 1}, WorkingPrecision -> 120][[1, 2]]][[1]]
-
PARI
t=(1+5^(1/2))/2; solve(b=.6, .7, sin(b*t^2)-t*sin(b)) \\ Iain Fox, Feb 11 2020
Formula
B is the number in [0,Pi] such that sin(B*t^2)=t*sin(B), where t=(1+5^(1/2))/2, the golden ratio.
Extensions
Keyword:cons added and offset corrected by R. J. Mathar, Jun 18 2009
Comments