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.

A020760 Decimal expansion of 1/sqrt(3).

This page as a plain text file.
%I A020760 #61 Aug 31 2025 12:11:58
%S A020760 5,7,7,3,5,0,2,6,9,1,8,9,6,2,5,7,6,4,5,0,9,1,4,8,7,8,0,5,0,1,9,5,7,4,
%T A020760 5,5,6,4,7,6,0,1,7,5,1,2,7,0,1,2,6,8,7,6,0,1,8,6,0,2,3,2,6,4,8,3,9,7,
%U A020760 7,6,7,2,3,0,2,9,3,3,3,4,5,6,9,3,7,1,5,3,9,5,5,8,5,7,4,9,5,2,5
%N A020760 Decimal expansion of 1/sqrt(3).
%C A020760 If the sides of a triangle form an arithmetic progression in the ratio 1:1+d:1+2d then when d=1/sqrt(3) it uniquely maximizes the area of the triangle. This triangle has approximate internal angles 25.588 degs, 42.941 degs, 111.471 degs. - _Frank M Jackson_, Jun 15 2011
%C A020760 When a cylinder is completely enclosed by a sphere, it occupies a fraction f of the sphere volume. The value of f has a trivial lower bound of 0, and an upper bound which is this constant. It is achieved iff the cylinder diameter is sqrt(2) times its height, and the sphere is circumscribed to it. A similar constant can be associated with any n-dimensional geometric shape. For 3D cuboids it is A165952. - _Stanislav Sykora_, Mar 07 2016
%C A020760 The ratio between the thickness and diameter of a dynamically fair coin having an equal probability, 1/3, of landing on each of its two faces and on its side after being tossed in the air. The calculation is based on the dynamic of rigid body (Yong and Mahadevan, 2011). See A020765 for a simplified geometrical solution. - _Amiram Eldar_, Sep 01 2020
%C A020760 The coefficient of variation (relative standard deviation) of natural numbers: Limit_{n->oo} sqrt((n-1)/(3*n+3)) = 1/sqrt(3). - _Michal Paulovic_, Mar 21 2023
%D A020760 Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Sections 8.4.3 and 8.17, pp. 495, 531.
%H A020760 Ivan Panchenko, <a href="/A020760/b020760.txt">Table of n, a(n) for n = 0..1000</a>
%H A020760 Ee Hou Yong and L. Mahadevan, <a href="https://doi.org/10.1119/1.3630934">Probability, geometry, and dynamics in the toss of a thick coin</a>, American Journal of Physics, Vol. 79, No. 12 (2011), pp. 1195-1201, <a href="https://arxiv.org/abs/1008.4559">preprint</a>, arXiv:1008.4559 [physics.class-ph], 2010-2011.
%H A020760 <a href="/index/Al#algebraic_02">Index entries for algebraic numbers, degree 2</a>.
%F A020760 Equals 1/A002194. - _Michel Marcus_, Oct 12 2014
%F A020760 Equals cosine of the magic angle: cos(A195696). - _Stanislav Sykora_, Mar 07 2016
%F A020760 Equals square root of A010701. - _Michel Marcus_, Mar 07 2016
%F A020760 Equals 1 + Sum_{k>=0} -(4*k+1)^(-1/2) + (4*k+3)^(-1/2) + (4*k+5)^(-1/2) - (4*k+7)^(-1/2). - _Gerry Martens_, Nov 22 2022
%F A020760 Equals (1/2)*(2 - zeta(1/2,1/4) + zeta(1/2,3/4) + zeta(1/2,5/4) - zeta(1/2,7/4)). - _Gerry Martens_, Nov 22 2022
%F A020760 Has periodic continued fraction expansion [0, 1; 1, 2] (A040001). - _Michal Paulovic_, Mar 21 2023
%F A020760 Equals Product_{k>=1} (1 + (-1)^k/A047235(k)). - _Amiram Eldar_, Nov 22 2024
%F A020760 Equals tan(Pi/6) = (1/2)/A010527. - _R. J. Mathar_, Aug 31 2025
%e A020760 0.577350269189625764509148780501957455647601751270126876018602326....
%p A020760 evalf(1/sqrt(3)); # _Michal Paulovic_, Mar 21 2023
%t A020760 RealDigits[N[1/Sqrt[3],200]] (* _Vladimir Joseph Stephan Orlovsky_, May 27 2010 *)
%o A020760 (PARI) \\ Works in v2.15.0; n = 100 decimal places
%o A020760 my(n=100); digits(floor(10^n/quadgen(12))) \\ _Michal Paulovic_, Mar 21 2023
%Y A020760 Cf. A002194 (sqrt(3)), A010701 (1/3).
%Y A020760 Cf. A002193, A047235, A165952, A195696, A040001.
%K A020760 nonn,cons,changed
%O A020760 0,1
%A A020760 _N. J. A. Sloane_