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.

Showing 1-9 of 9 results.

A010527 Decimal expansion of sqrt(3)/2.

Original entry on oeis.org

8, 6, 6, 0, 2, 5, 4, 0, 3, 7, 8, 4, 4, 3, 8, 6, 4, 6, 7, 6, 3, 7, 2, 3, 1, 7, 0, 7, 5, 2, 9, 3, 6, 1, 8, 3, 4, 7, 1, 4, 0, 2, 6, 2, 6, 9, 0, 5, 1, 9, 0, 3, 1, 4, 0, 2, 7, 9, 0, 3, 4, 8, 9, 7, 2, 5, 9, 6, 6, 5, 0, 8, 4, 5, 4, 4, 0, 0, 0, 1, 8, 5, 4, 0, 5, 7, 3, 0, 9, 3, 3, 7, 8, 6, 2, 4, 2, 8, 7, 8, 3, 7, 8, 1, 3
Offset: 0

Views

Author

Keywords

Comments

This is the ratio of the height of an equilateral triangle to its base.
Essentially the same sequence arises from decimal expansion of square root of 75, which is 8.6602540378443864676372317...
Also the real part of i^(1/3), the cubic root of i. - Stanislav Sykora, Apr 25 2012
Gilbert & Pollak conjectured that this is the Steiner ratio rho_2, the least upper bound of the ratio of the length of the Steiner minimal tree to the length of the minimal tree in dimension 2. (See Ivanov & Tuzhilin for the status of this conjecture as of 2012.) - Charles R Greathouse IV, Dec 11 2012
Surface area of a regular icosahedron with unit edge is 5*sqrt(3), i.e., 10 times this constant. - Stanislav Sykora, Nov 29 2013
Circumscribed sphere radius for a cube with unit edges. - Stanislav Sykora, Feb 10 2014
Also the ratio between the height and the pitch, used in the Unified Thread Standard (UTS). - Enrique Pérez Herrero, Nov 13 2014
Area of a 30-60-90 triangle with shortest side equal to 1. - Wesley Ivan Hurt, Apr 09 2016
If a, b, c are the sides of a triangle ABC and h_a, h_b, h_c the corresponding altitudes, then (h_a+h_b+h_c) / (a+b+c) <= sqrt(3)/2; equality is obtained only when the triangle is equilateral (see Mitrinovic reference). - Bernard Schott, Sep 26 2022

Examples

			0.86602540378443864676372317...
		

References

  • Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Sections 8.2, 8.3 and 8.6, pp. 484, 489, and 504.
  • Jan Gullberg, Mathematics from the Birth of Numbers, W. W. Norton & Co., NY & London, 1997, §12.4 Theorems and Formulas (Solid Geometry), pp. 450-451.
  • D. S. Mitrinovic, E. S. Barnes, D. C. B. Marsh, and J. R. M. Radok, Elementary Inequalities, Tutorial Text 1 (1964), P. Noordhoff LTD, Groningen, problem 6.8, page 114.

Crossrefs

Cf. A010153.
Cf. Platonic solids surfaces: A002194 (tetrahedron), A010469 (octahedron), A131595 (dodecahedron).
Cf. Platonic solids circumradii: A010503 (octahedron), A019881 (icosahedron), A179296 (dodecahedron), A187110 (tetrahedron).
Cf. A126664 (continued fraction), A144535/A144536 (convergents).
Cf. A002194, A010502, A020821, A104956, A152623 (other geometric inequalities).

Programs

  • Magma
    SetDefaultRealField(RealField(100)); Sqrt(3)/2; // G. C. Greubel, Nov 02 2018
  • Maple
    Digits:=100: evalf(sqrt(3)/2); # Wesley Ivan Hurt, Apr 09 2016
  • Mathematica
    RealDigits[Sqrt[3]/2, 10, 200][[1]] (* Vladimir Joseph Stephan Orlovsky, Feb 21 2011 *)
  • PARI
    default(realprecision, 20080); x=10*(sqrt(3)/2); for (n=0, 20000, d=floor(x); x=(x-d)*10; write("b010527.txt", n, " ", d));  \\ Harry J. Smith, Jun 02 2009
    
  • PARI
    sqrt(3)/2 \\ Michel Marcus, Apr 10 2016
    

Formula

Equals cos(30 degrees). - Kausthub Gudipati, Aug 15 2011
Equals A002194/2. - Stanislav Sykora, Nov 30 2013
From Amiram Eldar, Jun 29 2020: (Start)
Equals sin(Pi/3) = cos(Pi/6).
Equals Integral_{x=0..Pi/3} cos(x) dx. (End)
Equals 1/(10*A020832). - Bernard Schott, Sep 29 2022
Equals x^(x^(x^...)) where x = (3/4)^(1/sqrt(3)) (infinite power tower). - Michal Paulovic, Jun 25 2023
Equals 2F1(-1/4,1/4 ; 1/2 ; 3/4) . - R. J. Mathar, Aug 31 2025

Extensions

Last term corrected and more terms added by Harry J. Smith, Jun 02 2009

A010503 Decimal expansion of 1/sqrt(2).

Original entry on oeis.org

7, 0, 7, 1, 0, 6, 7, 8, 1, 1, 8, 6, 5, 4, 7, 5, 2, 4, 4, 0, 0, 8, 4, 4, 3, 6, 2, 1, 0, 4, 8, 4, 9, 0, 3, 9, 2, 8, 4, 8, 3, 5, 9, 3, 7, 6, 8, 8, 4, 7, 4, 0, 3, 6, 5, 8, 8, 3, 3, 9, 8, 6, 8, 9, 9, 5, 3, 6, 6, 2, 3, 9, 2, 3, 1, 0, 5, 3, 5, 1, 9, 4, 2, 5, 1, 9, 3, 7, 6, 7, 1, 6, 3, 8, 2, 0, 7, 8, 6, 3, 6, 7, 5, 0, 6
Offset: 0

Views

Author

Keywords

Comments

The decimal expansion of sqrt(50) = 5*sqrt(2) = 7.0710678118654752440... gives essentially the same sequence.
Also real and imaginary part of the square root of the imaginary unit. - Alonso del Arte, Jan 07 2011
1/sqrt(2) = (1/2)^(1/2) = (1/4)^(1/4) (see the comments in A072364).
If a triangle has sides whose lengths form a harmonic progression in the ratio 1 : 1/(1 + d) : 1/(1 + 2d) then the triangle inequality condition requires that d be in the range -1 + 1/sqrt(2) < d < 1/sqrt(2). - Frank M Jackson, Oct 11 2011
Let s_2(n) be the sum of the base-2 digits of n and epsilon(n) = (-1)^s_2(n), the Thue-Morse sequence A010060, then Product_{n >= 0} ((2*n + 1)/(2*n + 2))^epsilon(n) = 1/sqrt(2). - Jonathan Vos Post, Jun 03 2012
The square root of 1/2 and thus it follows from the Pythagorean theorem that it is the sine of 45 degrees (and the cosine of 45 degrees). - Alonso del Arte, Sep 24 2012
Circumscribed sphere radius for a regular octahedron with unit edges. In electrical engineering, ratio of effective amplitude to peak amplitude of an alternating current/voltage. - Stanislav Sykora, Feb 10 2014
Radius of midsphere (tangent to edges) in a cube with unit edges. - Stanislav Sykora, Mar 27 2014
Positive zero of the Hermite polynomial of degree 2. - A.H.M. Smeets, Jun 02 2025

Examples

			0.7071067811865475...
		

References

  • Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, Sections 1.1, 7.5.2, and 8.2, pp. 1-3, 468, 484, 487.
  • Jan Gullberg, Mathematics from the Birth of Numbers, W. W. Norton & Co., NY & London, 1997, §12.4 Theorems and Formulas (Solid Geometry), p. 450.

Crossrefs

Cf. A073084 (infinite tetration limit).
Platonic solids circumradii: A010527 (cube), A019881 (icosahedron), A179296 (dodecahedron), A187110 (tetrahedron).
Platonic solids midradii: A020765 (tetrahedron), A020761 (octahedron), A019863 (icosahedron), A239798 (dodecahedron).

Programs

  • Magma
    1/Sqrt(2); // Vincenzo Librandi, Feb 21 2016
  • Maple
    Digits:=100; evalf(1/sqrt(2)); Wesley Ivan Hurt, Mar 27 2014
  • Mathematica
    N[ 1/Sqrt[2], 200]
    RealDigits[1/Sqrt[2],10,120][[1]] (* Harvey P. Dale, Mar 25 2019 *)
  • PARI
    default(realprecision, 20080); x=10*(1/sqrt(2)); for (n=0, 20000, d=floor(x); x=(x-d)*10; write("b010503.txt", n, " ", d)); \\ Harry J. Smith, Jun 02 2009
    

Formula

1/sqrt(2) = cos(Pi/4) = sqrt(2)/2. - Eric Desbiaux, Nov 05 2008
a(n) = 9 - A268682(n). As constants, this sequence is 1 - A268682. - Philippe Deléham, Feb 21 2016
From Amiram Eldar, Jun 29 2020: (Start)
Equals sin(Pi/4) = cos(Pi/4).
Equals Integral_{x=0..Pi/4} cos(x) dx. (End)
Equals (1/2)*A019884 + A019824 * A010527 = A019851 * A019896 + A019812 * A019857. - R. J. Mathar, Jan 27 2021
Equals hypergeom([-1/2, -3/4], [5/4], -1). - Peter Bala, Mar 02 2022
Limit_{n->oo} (sqrt(T(n+1)) - sqrt(T(n))) = 1/sqrt(2), where T(n) = n(n+1)/2 = A000217(n) is the triangular numbers. - Jules Beauchamp, Sep 18 2022
Equals Product_{k>=0} ((2*k+1)/(2*k+2))^((-1)^A000120(k)) (Woods, 1978). - Amiram Eldar, Feb 04 2024
From Stefano Spezia, Oct 15 2024: (Start)
Equals 1 + Sum_{k>=1} (-1)^k*binomial(2*k,k)/2^(2*k) [Newton].
Equal Product_{k>=1} 1 - 1/(4*(2*k - 1)^2). (End)
Equals Product_{k>=0} (1 - (-1)^k/(6*k+3)). - Amiram Eldar, Nov 22 2024

Extensions

More terms from Harry J. Smith, Jun 02 2009

A019881 Decimal expansion of sin(2*Pi/5) (sine of 72 degrees).

Original entry on oeis.org

9, 5, 1, 0, 5, 6, 5, 1, 6, 2, 9, 5, 1, 5, 3, 5, 7, 2, 1, 1, 6, 4, 3, 9, 3, 3, 3, 3, 7, 9, 3, 8, 2, 1, 4, 3, 4, 0, 5, 6, 9, 8, 6, 3, 4, 1, 2, 5, 7, 5, 0, 2, 2, 2, 4, 4, 7, 3, 0, 5, 6, 4, 4, 4, 3, 0, 1, 5, 3, 1, 7, 0, 0, 8, 5, 1, 9, 3, 5, 0, 1, 7, 1, 8, 7, 9, 2, 8, 1, 0, 9, 7, 0, 8, 1, 1, 3, 8, 1
Offset: 0

Views

Author

Keywords

Comments

Circumradius of pentagonal pyramid (Johnson solid 2) with edge 1. - Vladimir Joseph Stephan Orlovsky, Jul 19 2010
Circumscribed sphere radius for a regular icosahedron with unit edges. - Stanislav Sykora, Feb 10 2014
Side length of the particular golden rhombus with diagonals 1 and phi (A001622); area is phi/2 (A019863). Thus, also the ratio side/(shorter diagonal) for any golden rhombus. Interior angles of a golden rhombus are always A105199 and A137218. - Rick L. Shepherd, Apr 10 2017
An algebraic number of degree 4; minimal polynomial is 16x^4 - 20x^2 + 5, which has these smaller, other solutions (conjugates): -A019881 < -A019845 < A019845 (sine of 36 degrees). - Rick L. Shepherd, Apr 11 2017
This is length ratio of one half of any diagonal in the regular pentagon and the circumscribing radius. - Wolfdieter Lang, Jan 07 2018
Quartic number of denominator 2 and minimal polynomial 16x^4 - 20x^2 + 5. - Charles R Greathouse IV, May 13 2019
This gives the imaginary part of one of the members of a conjugate pair of roots of x^5 - 1, with real part (-1 + phi)/2 = A019827, where phi = A001622. A member of the other conjugte pair of roots is (-phi + sqrt(3 - phi)*i)/2 = (-A001622 + A182007*i)/2 = -A001622/2 + A019845*i. - Wolfdieter Lang, Aug 30 2022

Examples

			0.95105651629515357211643933337938214340569863412575022244730564443015317008...
		

References

  • Jan Gullberg, Mathematics from the Birth of Numbers, W. W. Norton & Co., NY & London, 1997, §12.4 Theorems and Formulas (Solid Geometry), p. 451.

Crossrefs

Cf. Platonic solids circumradii: A010503 (octahedron), A010527 (cube), A179296 (dodecahedron), A187110 (tetrahedron). - Stanislav Sykora, Feb 10 2014

Programs

  • Magma
    SetDefaultRealField(RealField(100)); Sqrt((5 + Sqrt(5))/8); // G. C. Greubel, Nov 02 2018
  • Maple
    Digits:=100: evalf(sin(2*Pi/5)); # Wesley Ivan Hurt, Sep 01 2014
  • Mathematica
    RealDigits[Sqrt[(5 + Sqrt[5])/8], 10, 111]  (* Robert G. Wilson v *)
    RealDigits[Sin[2 Pi/5], 10, 111][[1]] (* Robert G. Wilson v, Jan 07 2018 *)
  • PARI
    default(realprecision, 120);
    real(I^(1/5)) \\ Rick L. Shepherd, Apr 10 2017
    

Formula

Equals sqrt((5+sqrt(5))/8) = cos(Pi/10). - Zak Seidov, Nov 18 2006
Equals 2F1(13/20,7/20;1/2;3/4) / 2. - R. J. Mathar, Oct 27 2008
Equals the real part of i^(1/5). - Stanislav Sykora, Apr 25 2012
Equals A001622*A182007/2. - Stanislav Sykora, Feb 10 2014
Equals sin(2*Pi/5) = sqrt(2 + phi)/2 = -sin(3*Pi/5), with phi = A001622 - Wolfdieter Lang, Jan 07 2018
Equals 2*A019845*A019863. - R. J. Mathar, Jan 17 2021

A115754 Decimal expansion of sqrt(3/2).

Original entry on oeis.org

1, 2, 2, 4, 7, 4, 4, 8, 7, 1, 3, 9, 1, 5, 8, 9, 0, 4, 9, 0, 9, 8, 6, 4, 2, 0, 3, 7, 3, 5, 2, 9, 4, 5, 6, 9, 5, 9, 8, 2, 9, 7, 3, 7, 4, 0, 3, 2, 8, 3, 3, 5, 0, 6, 4, 2, 1, 6, 3, 4, 6, 2, 8, 3, 6, 2, 5, 4, 8, 0, 1, 8, 8, 7, 2, 8, 6, 5, 7, 5, 1, 3, 2, 6, 9, 9, 2, 9, 7, 1, 6, 5, 5, 2, 3, 2, 0, 1, 1
Offset: 1

Views

Author

Eric Desbiaux, Jul 30 2008

Keywords

Comments

Coordinate of a control point for a degree-5 integration formula for 7 points over the unit circle. [Stroud & Secrest]
Also real and imaginary part of sqrt(-3i). - Alonso del Arte, Dec 11 2012
Area of the quadrilateral obtained when slicing a unit cube with a plane passing through opposite vertices and the middle of opposite edges. See CNRS link. - Michel Marcus, Mar 26 2016
Positive zero of the Hermite polynomial of degree 3. - A.H.M. Smeets, Jun 02 2025

Examples

			1.2247448713915890490986420373529456959829737403283350642163...
		

Crossrefs

Cf. A382713 (continued fraction), A068388 (Engel expansion).
Cf. A010464 (double), A187110 (half), A157697 (reciprocal).

Programs

  • Mathematica
    RealDigits[Sqrt[3/2], 10, 105][[1]] (* Alonso del Arte, Dec 11 2012 *)

Formula

Equals 2*A187110.
Equals Sum_{k>=0} binomial(1/2, k)/2^k. - Bruno Berselli, Sep 11 2015
From Amiram Eldar, Aug 02 2020: (Start)
Equals Product_{k>=0} (1 + (-1)^k/(6*k + 3)).
Equals Sum_{k>=0} binomial(2*k,k)/12^k.
Equals 1 + Sum_{k>=1} (2*k - 1)!!/((2*k)!! * 3^k). (End)
Equals A010464/2. - R. J. Mathar, Feb 23 2021

A179296 Decimal expansion of circumradius of a regular dodecahedron with edge length 1.

Original entry on oeis.org

1, 4, 0, 1, 2, 5, 8, 5, 3, 8, 4, 4, 4, 0, 7, 3, 5, 4, 4, 6, 7, 6, 6, 7, 7, 9, 3, 5, 3, 2, 2, 0, 6, 7, 9, 9, 4, 4, 4, 3, 9, 3, 1, 7, 3, 9, 7, 7, 5, 4, 9, 2, 8, 6, 3, 6, 6, 0, 8, 4, 5, 1, 8, 6, 3, 9, 1, 3, 5, 4, 0, 2, 7, 2, 1, 1, 4, 4, 4, 7, 6, 7, 6, 5, 0, 1, 0, 8, 3, 9, 0, 9, 0, 3, 9, 8, 0, 5, 2, 3, 3, 9, 7, 9, 8
Offset: 1

Views

Author

Keywords

Comments

Dodecahedron: A three-dimensional figure with 12 faces, 20 vertices, and 30 edges.
Appears as a coordinate in a degree-7 quadrature formula on 12 points over the unit circle [Stroud & Secrest]. - R. J. Mathar, Oct 12 2011

Examples

			1.40125853844407354467667793532206799444393173977549286366084518639135...
		

References

  • Jan Gullberg, Mathematics from the Birth of Numbers, W. W. Norton & Co., NY & London, 1997, §12.4 Theorems and Formulas (Solid Geometry), p. 451.

Crossrefs

Cf. Platonic solids circumradii: A010503 (octahedron), A010527 (cube), A019881 (icosahedron), A187110 (tetrahedron). - Stanislav Sykora, Feb 10 2014

Programs

  • Mathematica
    RealDigits[(Sqrt[3]+Sqrt[15])/4, 10, 175][[1]]
  • PARI
    (1+sqrt(5))*sqrt(3)/4 \\ Stefano Spezia, Jan 27 2025

Formula

Equals (sqrt(3) + sqrt(15))/4 = sqrt((9 + 3*sqrt(5))/8).
The minimal polynomial is 16*x^4 - 36*x^2 + 9. - Joerg Arndt, Feb 05 2014
Equals (sqrt(3)/2) * phi = A010527 * A001622. - Amiram Eldar, Jun 02 2023

A020781 Decimal expansion of 1/sqrt(24).

Original entry on oeis.org

2, 0, 4, 1, 2, 4, 1, 4, 5, 2, 3, 1, 9, 3, 1, 5, 0, 8, 1, 8, 3, 1, 0, 7, 0, 0, 6, 2, 2, 5, 4, 9, 0, 9, 4, 9, 3, 3, 0, 4, 9, 5, 6, 2, 3, 3, 8, 8, 0, 5, 5, 8, 4, 4, 0, 3, 6, 0, 5, 7, 7, 1, 3, 9, 3, 7, 5, 8, 0, 0, 3, 1, 4, 5, 4, 7, 7, 6, 2, 5, 2, 2, 1, 1, 6, 5, 4, 9, 5, 2, 7, 5, 8, 7, 2, 0, 0, 1, 9
Offset: 0

Views

Author

Keywords

Comments

Radius of the inscribed sphere (tangent to the faces) for a regular tetrahedron with unit edges. - Stanislav Sykora, Nov 20 2013

Examples

			1/sqrt(24) = 0.20412414523193150818310700622549094933... . - _Vladimir Joseph Stephan Orlovsky_, May 30 2010
		

References

  • Jan Gullberg, Mathematics from the Birth of Numbers, W. W. Norton & Co., NY & London, 1997, §12.4 Theorems and Formulas (Solid Geometry), p. 450.

Crossrefs

Cf. Platonic solids inradii: A020763 (octahedron), A179294 (icosahedron), A237603 (dodecahedron). - Stanislav Sykora, Feb 25 2014

Programs

Formula

Equals A010464/12. - Stefano Spezia, Jan 26 2025
Equals 1/A010480 = A020763/2 = 2*A020853 = A187110/3 = A244980/Pi. - Hugo Pfoertner, Jan 26 2025

A171975 Integer part of the circumsphere radius of a regular tetrahedron with edge length n.

Original entry on oeis.org

0, 1, 1, 2, 3, 3, 4, 4, 5, 6, 6, 7, 7, 8, 9, 9, 10, 11, 11, 12, 12, 13, 14, 14, 15, 15, 16, 17, 17, 18, 18, 19, 20, 20, 21, 22, 22, 23, 23, 24, 25, 25, 26, 26, 27, 28, 28, 29, 30, 30, 31, 31, 32, 33, 33, 34, 34, 35, 36, 36, 37, 37, 38, 39, 39, 40, 41, 41, 42, 42, 43, 44, 44, 45, 45
Offset: 1

Views

Author

Reinhard Zumkeller, Jan 20 2010

Keywords

Comments

-3 <= 4*a(n) - 3*A171974(n) < 3;
a(n)*A171974(n) <= A007590(n).

Crossrefs

Cf. A171973, A171972, A022840. Beatty sequence of A187110.

Programs

  • Haskell
    a171975 = floor . (/ 4) . (* sqrt 6) . fromInteger
    -- Reinhard Zumkeller, Dec 15 2012

Formula

a(n) = floor(n*sqrt(6)/4).

A363437 Decimal expansion of the volume of the regular tetrahedron inscribed in the unit-radius sphere.

Original entry on oeis.org

5, 1, 3, 2, 0, 0, 2, 3, 9, 2, 7, 9, 6, 6, 7, 3, 4, 6, 2, 3, 0, 3, 5, 4, 4, 7, 1, 5, 5, 7, 2, 9, 5, 5, 1, 6, 1, 3, 1, 2, 0, 1, 5, 5, 6, 6, 8, 4, 5, 5, 7, 2, 2, 3, 1, 2, 7, 6, 4, 6, 5, 1, 2, 4, 3, 0, 2, 0, 2, 3, 7, 5, 3, 8, 0, 3, 8, 5, 1, 9, 6, 1, 7, 2, 1, 9, 1, 4, 6, 2, 7, 4, 2, 8, 8, 8, 4, 6, 6, 8, 6, 6, 8, 5, 2
Offset: 0

Views

Author

Amiram Eldar, Jun 02 2023

Keywords

Examples

			0.51320023927966734623035447155729551613120155668455...
		

Crossrefs

Cf. A118273 (cube), A122553 (regular octahedron), A339259 (regular icosahedron), A363438 (regular dodecahedron).
Other constants related to the regular tetrahedron: A020781, A020829, A137914, A156546, A187110, A210974, A232812, A236555.

Programs

Formula

Equals 8/(9*sqrt(3)).
Equals A118273 / 3.
Equals A020829 / A187110 ^ 3.

A377276 Decimal expansion of the circumradius of a truncated tetrahedron with unit edge length.

Original entry on oeis.org

1, 1, 7, 2, 6, 0, 3, 9, 3, 9, 9, 5, 5, 8, 5, 7, 3, 8, 8, 6, 4, 1, 4, 0, 7, 5, 2, 8, 3, 8, 6, 1, 1, 6, 5, 7, 0, 1, 4, 7, 0, 5, 7, 0, 8, 8, 3, 5, 2, 9, 3, 4, 2, 8, 8, 4, 0, 1, 4, 2, 5, 4, 7, 2, 7, 5, 4, 2, 5, 6, 1, 5, 8, 1, 8, 8, 3, 0, 9, 9, 3, 0, 3, 7, 0, 5, 2, 8, 8, 9
Offset: 1

Views

Author

Paolo Xausa, Oct 23 2024

Keywords

Examples

			1.17260393995585738864140752838611657014705708835...
		

Crossrefs

Cf. A377274 (surface area), A377275 (volume), A093577 (midradius), A377277 (Dehn invariant).
Cf. A187110 (analogous for a regular tetrahedron).
Cf. A010478.

Programs

  • Mathematica
    First[RealDigits[Sqrt[22]/4, 10, 100]] (* or *)
    First[RealDigits[PolyhedronData["TruncatedTetrahedron", "Circumradius"], 10, 100]]

Formula

Equals sqrt(22)/4 = A010478/4.
Showing 1-9 of 9 results.