cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A289505 Decimal expansion of arcsec(3)/(2*Pi).

This page as a plain text file.
%I A289505 #46 Dec 13 2024 10:13:01
%S A289505 1,9,5,9,1,3,2,7,6,0,1,5,3,0,3,6,3,5,0,8,5,4,2,7,7,7,9,6,1,1,2,1,5,4,
%T A289505 5,5,6,5,8,3,1,4,3,2,4,7,1,9,7,0,0,1,4,3,6,4,3,9,6,9,1,4,9,0,1,1,0,0,
%U A289505 0,7,0,4,3,3,8,7,2,1,1,2,3,4,3,5,1,0,5,9
%N A289505 Decimal expansion of arcsec(3)/(2*Pi).
%H A289505 Steven R. Finch, <a href="http://arxiv.org/abs/1111.4976">Mean width of a regular simplex</a>, arxiv:1111.4976 [math.MG], 2011-2016, S_2.
%H A289505 W. V. Gehrlein, <a href="https://www.researchgate.net/publication/257651659_Condorcet%27s_Paradox_and_the_Condorcet_Efficiency_of_Voting_Rules">Condorcet's paradox and the Condorcet efficiency of voting rules</a>, Mathematica Japonica 45, 173-199, 1997.
%F A289505 Equals A137914*A086201.
%F A289505 From _Robert FERREOL_, Mar 21 2018: (Start)
%F A289505 Equals arctan(2*sqrt(2))/(2*Pi).
%F A289505 Equals (1/(2*Pi))*Integral_{t>=sqrt(2)/4} 1/(1+t^2).
%F A289505 Equals Probability(X>sqrt(2)/4)/2, if X is a Cauchy distributed random variable of location parameter 0 and scale parameter 1.
%F A289505 Equals the asymptotic probability p that A is predominantly preferred to B and B predominantly preferred to C when n persons provide a preference list of three candidates A, B, C (with a uniform distribution on voter preferences); the asymptotic probability that A > B > C > A or A > C > B > A (where ">" means "predominantly preferred to") is 3p-1/2 = 8.77...% (Condorcet paradox); the contrary probability (existence of a Condorcet winner) is 3/2-3p = 91.226...%.
%F A289505 See Gehrlein link. (End)
%e A289505 0.195913276015303635085427779611215...
%p A289505 arcsec(3)/2/Pi ; evalf(%) ;
%t A289505 RealDigits[ArcSec[3]/(2 Pi),10,120][[1]] (* _Harvey P. Dale_, Jul 21 2021 *)
%o A289505 (Python)
%o A289505 from mpmath import mp, asec, pi
%o A289505 mp.dps=89
%o A289505 print([int(z) for z in list(str(asec(3)/(2*pi))[2:-1])]) # _Indranil Ghosh_, Jul 07 2017
%o A289505 (PARI) acos(1/3)/(2*Pi) \\ _Michel Marcus_, Jul 07 2017
%Y A289505 Cf. A086201, A137914.
%K A289505 nonn,cons,easy
%O A289505 0,2
%A A289505 _R. J. Mathar_, Jul 07 2017