OFFSET
1,2
COMMENTS
The polar angle (or apex angle) of a cone which cuts a fraction f of the full solid angle (i.e., subtends a solid angle of 4*Pi*f steradians) is given by arccos(1-2*f). For a golden cut of the sphere surface by a cone with apex in its center, set f = 1-1/phi, phi being the golden ratio A001622. This value is in radians, its equivalent in degrees is A238239.
The apex angle of the isosceles triangle of smallest perimeter which circumscribes a semicircle (DeTemple, 1992). - Amiram Eldar, Jan 22 2022
LINKS
Stanislav Sykora, Table of n, a(n) for n = 1..2000
Duane W. DeTemple, The Triangle of Smallest Perimeter which Circumscribes a Semicircle, The Fibonacci Quarterly, Vol. 30, No. 3 (1992), p. 274.
Wikipedia, Solid angle.
FORMULA
arccos(1-2*(1-1/phi)) = arccos(2/phi-1), with phi = A001622.
EXAMPLE
1.3324788649850305102080097919555854413349802774518956856629476856...
MATHEMATICA
RealDigits[ArcCos[2/GoldenRatio -1], 10, 120][[1]] (* Harvey P. Dale, Jul 05 2019 *)
PROG
(PARI) acos(4/(1+sqrt(5))-1)
CROSSREFS
KEYWORD
AUTHOR
Stanislav Sykora, Feb 20 2014
STATUS
approved