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)).
LINKS
Wikipedia, Golden spiral.
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