login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; constant; graph; refs; listen; history; text; internal format)
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
Sequence in context: A357109 A011070 A230480 * A308320 A254140 A200991
KEYWORD
nonn,cons
AUTHOR
Stefano Occhetti, Jun 15 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)