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-6 of 6 results.

A179294 Decimal expansion of radius of inscribed sphere about a regular icosahedron with edge = 1.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

Icosahedron: A three-dimensional figure with 20 equilateral triangle faces, 12 vertices, and 30 edges.

Examples

			0.75576131407617073048013370202500139263844478889356105922958289203910...
		

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 inradii: A020781 (tetrahedron), A020763 (octahedron), A237603 (dodecahedron).

Programs

  • Mathematica
    RealDigits[(Sqrt[42+18Sqrt[5]]/12), 10, 175][[1]]
  • PARI
    sqrt((7+3*sqrt(5))/6)/2 \\ Stefano Spezia, Jan 27 2025

Formula

Equals sqrt(42 + 18*sqrt(5))/12.

Extensions

Partially rewritten by Charles R Greathouse IV, Feb 03 2011

A020761 Decimal expansion of 1/2.

Original entry on oeis.org

5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
Offset: 0

Views

Author

Keywords

Comments

Real part of all nontrivial zeros of the Riemann zeta function (assuming the Riemann hypothesis to be true). - Alonso del Arte, Jul 02 2011
Radius of a sphere with surface area Pi. - Omar E. Pol, Aug 09 2012
Radius of the midsphere (tangent to the edges) in a regular octahedron with unit edges. Also radius of the inscribed sphere (tangent to faces) in a cube with unit edges. - Stanislav Sykora, Mar 27 2014
Construct a rectangle of maximal area inside an arbitrary triangle. The ratio of the rectangle's area to the triangle's area is 1/2. - Rick L. Shepherd, Jul 30 2014

Examples

			1/2 = 0.50000000000000...
		

Crossrefs

Cf. In platonic solids:
midsphere radii:
A020765 (tetrahedron),
A010503 (cube),
A019863 (icosahedron),
A239798 (dodecahedron);
insphere radii:
A020781 (tetrahedron),
A020763 (octahedron),
A179294 (icosahedron),
A237603 (dodecahedron).

Programs

  • Maple
    Digits:=100; evalf(1/2); # Wesley Ivan Hurt, Mar 27 2014
  • Mathematica
    RealDigits[1/2, 10, 128][[1]] (* Alonso del Arte, Dec 13 2013 *)
    LinearRecurrence[{1},{5,0},99] (* Ray Chandler, Jul 15 2015 *)
  • PARI
    { default(realprecision); x=1/2*10; for(n=1, 100, d=floor(x); x=(x-d)*10; print1(d, ", ")) } \\ Felix Fröhlich, Jul 24 2014
    
  • PARI
    a(n) = 5*(n==0); \\ Michel Marcus, Jul 25 2014

Formula

Equals Sum_{k>=1} (1/3^k). Hence 1/2 = 0.1111111111111... in base 3.
Cosine of 60 degrees, i.e., cos(Pi/3).
-zeta(0), zeta being the Riemann function. - Stanislav Sykora, Mar 27 2014
a(0) = 5; a(n) = 0, n > 0. - Wesley Ivan Hurt, Mar 27 2014
a(n) = 5 * floor(1/(n + 1)). - Wesley Ivan Hurt, Mar 27 2014
Equals 2*A019824*A019884. - R. J. Mathar, Jan 17 2021

A020763 Decimal expansion of 1/sqrt(6).

Original entry on oeis.org

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

Views

Author

Keywords

Comments

Radius of the inscribed sphere (tangent to all faces) in a regular octahedron with unit edge. - Stanislav Sykora, Nov 21 2013

Examples

			0.408248290463863016366214012450981898660991246776111688072115427875...
		

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 in radii: A020781 (tetrahedron), A179294 (icosahedron), A237603 (dodecahedron). - Stanislav Sykora, Feb 25 2014

Programs

Formula

From Michal Paulovic, Dec 09 2022: (Start)
Equals A157697/2 = A010503 * A020760 = 1/A010464.
Equals [0, 2; 2, 4] (periodic continued fraction expansion). (End)

A187110 Decimal expansion of sqrt(3/8).

Original entry on oeis.org

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

Views

Author

Keywords

Comments

Apart from leading digits, the same as A174925.
Radius of the circumscribed sphere (congruent with vertices) for a regular tetrahedron with unit edges. - Stanislav Sykora, Nov 20 2013

Examples

			sqrt(3/8)=0.61237243569579452454932101867647284799148687016417..
		

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 circumradii: A010503 (octahedron), A010527 (cube), A019881 (icosahedron), A179296 (dodecahedron). - Stanislav Sykora, Feb 10 2014

Programs

Formula

Equals A010464/4. - Stefano Spezia, Jan 26 2025
Equals 3*A020781 = A115754/2 = sqrt(A301755). - Hugo Pfoertner, Jan 26 2025

A237603 Decimal expansion of the inscribed sphere radius in a regular dodecahedron with unit edge.

Original entry on oeis.org

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

Views

Author

Stanislav Sykora, Feb 25 2014

Keywords

Comments

Equals phi^2/(2*xi), where phi is the golden ratio (A001622, 2*cos(Pi/5)) and xi is its associate (A182007, 2*sin(Pi/5)).

Examples

			1.1135163644116067351943750394869493758831503698864877726012080...
		

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. A001622, A182007, A019863, A019863, A019952, A374771 (sphere volume).
Cf. Platonic solids inradii: A020781 (tetrahedron), A020763 (octahedron), A179294 (icosahedron).

Programs

  • Mathematica
    RealDigits[ Cos[Pi/5]^2 / Sin[Pi/5], 10, 111][[1]] (* Or *)
    RealDigits[ Sqrt[5/8 + 11/(8 Sqrt[5])], 10, 111][[1]] (* Robert G. Wilson v, Feb 28 2014 *)
  • PARI
    sqrt(250+110*sqrt(5))/20

Formula

Equals A001622^2/A182007 = (cos(Pi/5))^2/sin(Pi/5) = A019863^2/A019845 = cos(Pi/5)*cotan(Pi/5) = A019863*A019952 = 1/sin(Pi/5) - sin(Pi/5) = A019845^(-1) - A019845 = sqrt(250+110*sqrt(5))/20.

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.
Showing 1-6 of 6 results.