login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A335605
Decimal expansion of arctan(log(phi)/(Pi/2)), the polar slope angle (in radians) of the golden spiral.
0
2, 9, 7, 2, 7, 1, 3, 0, 4, 7, 0, 5, 3, 0, 5, 1, 7, 3, 6, 2, 9, 9, 4, 8, 1, 0, 3, 1, 7, 2, 1, 4, 6, 2, 2, 9, 9, 5, 4, 2, 4, 7, 9, 8, 0, 3, 2, 4, 4, 2, 3, 9, 5, 1, 2, 6, 0, 2, 5, 8, 3, 1, 4, 0, 3, 1, 2, 7, 9, 8, 8, 3, 7, 8, 2, 9, 9, 9, 4, 3, 7, 8, 7, 9, 6, 6, 1, 8, 5, 2, 1, 9, 2, 4, 5, 7, 2, 2, 9, 5, 0, 2, 4, 1
OFFSET
0,1
COMMENTS
In the polar equation for a logarithmic spiral: r = a*e^(b*theta), b represents the tangent of angle alpha, where alpha is the polar slope of the curve. In a golden spiral equation, b = log(phi)/(Pi/2) (being: log the natural logarithm; phi the golden ratio: 1.61803398..., therefore, alpha = arctan(log(phi)/(Pi/2)).
FORMULA
alpha = arctan(log(phi)/(Pi/2)).
Equals arctan(A212225). - Amiram Eldar, Jun 15 2020
EXAMPLE
0.29727130470530517362994810317214622995424798032442...
MATHEMATICA
RealDigits[ArcTan[2 * Log[GoldenRatio]/Pi], 10, 100][[1]] (* Amiram Eldar, Jun 15 2020 *)
PROG
(PARI) atan(log(((1+sqrt(5))/2))/(Pi/2))
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Stefano Occhetti, Jun 15 2020
STATUS
approved