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

A122553 a(0)=1, a(n)=3 for n > 0.

Original entry on oeis.org

1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3
Offset: 0

Views

Author

Philippe Deléham, Sep 20 2006

Keywords

Comments

Continued fraction for (sqrt(13) - 1)/2 = A223139.
Decimal expansion of 4/30. - Alonso del Arte, Aug 16 2012
4/3 is the volume of the regular octahedron inscribed in the unit-radius sphere. - Amiram Eldar, Jun 02 2023

References

  • Calvin C. Clawson, Mathematical Mysteries, The Beauty and Magic of Numbers, Springer, 2013, pp. 95-96, 224.

Crossrefs

Cf. A118273 (cube), A339259 (regular icosahedron), A363437 (regular tetrahedron), A363438 (regular dodecahedron).
Cf. A223139.

Programs

Formula

a(n) = 3 - 2*0^n.
G.f.: (1 + 2*x)/(1 - x).
Sum_{n >= 0} a(n)*10^(-n) = 4/3.
From Amiram Eldar, Jun 05 2021: (Start)
4/3 = Product_{k>=1} (1 + 1/2^(2^k)).
4/3 = Sum_{k>=0} binomial(2*k,k)/((k+2)*4^k). (End)
Sum_{k>0} 3*k/4^k = 4/3 [Nicole Oresme]. - Stefano Spezia, Jun 27 2024
K_{n>=3} n/(n-2) = 4/3 (see Clawson at p. 224). - Stefano Spezia, Jul 01 2024
E.g.f.: 3*exp(x) - 2. - Elmo R. Oliveira, Aug 05 2024

A118273 Decimal expansion of (4/3)^(3/2).

Original entry on oeis.org

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

Views

Author

Eric W. Weisstein, Apr 21 2006

Keywords

Comments

The volume of the cube inscribed in the unit-radius sphere. - Amiram Eldar, Jun 02 2023

Examples

			1.539600717839002038...
		

References

  • Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 5.24, p. 412.

Crossrefs

Cf. A122553 (octahedron), A339259 (regular icosahedron), A363437 (regular tetrahedron), A363438 (regular dodecahedron).

Programs

Formula

Equals 8 * A020784.

A339260 Decimal expansion of the maximum possible volume of a polyhedron with 8 vertices inscribed in the unit sphere.

Original entry on oeis.org

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

Views

Author

Hugo Pfoertner, Nov 29 2020

Keywords

Comments

Berman and Hanes (see link, page 81) proved in 1970 that an arrangement of 8 points on the surface of a sphere with 4 points with node degree 4 and 4 points with node degree 5 is the one with a maximum volume of their convex hull.

Examples

			1.8157161042244203975084949306331777890131009552754398376663729...
		

Crossrefs

Cf. A010527 (volume of double 5-pyramid), A081314, A081366, A122553 (volume of octahedron), A339259.

Programs

  • Mathematica
    RealDigits[Sqrt[(475 + 29*Sqrt[145])/250], 10, 120][[1]] (* Amiram Eldar, Jun 01 2023 *)
  • PARI
    sqrt((475+29*sqrt(145))/250)

Formula

Equals sqrt((475 + 29*sqrt(145))/250).

A339261 Decimal expansion of the conjecturally maximum possible volume of a polyhedron with 9 vertices inscribed in the unit sphere.

Original entry on oeis.org

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

Views

Author

Hugo Pfoertner, Dec 05 2020

Keywords

Examples

			2.0437501158996398411663654642269853338632606152947518187182157956871...
		

Crossrefs

Cf. A010527 (volume of double 5-pyramid), A081314, A081366, A122553 (volume of octahedron), A339259, A339260, A339261, A339262, A339263.

Programs

  • Mathematica
    RealDigits[3*Sqrt[2*Sqrt[3] - 3], 10, 120][[1]] (* Amiram Eldar, Jun 28 2023 *)
  • PARI
    3*sqrt(2*sqrt(3) - 3)

Formula

Equals 3*sqrt(2*sqrt(3) - 3).

A339262 Decimal expansion of the conjecturally maximum possible volume of a polyhedron with 10 vertices inscribed in the unit sphere.

Original entry on oeis.org

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

Views

Author

Hugo Pfoertner, Dec 07 2020

Keywords

Comments

The polyhedron (see linked illustration) has vertices at the poles and two square rings of vertices rotated by Pi/4 against each other, with a polar angle of approx. +-62.89908285 degrees against the poles. The polyhedron is completely described by this angle and its order 16 symmetry. It would be desirable to know a closed formula representation of this angle and the volume.

Examples

			2.218711131545399403247282751128417013810725374663344381750049084201...
		

Crossrefs

Cf. A010527 (volume of double 5-pyramid), A081314, A081366, A122553 (volume of octahedron), A339259, A339260, A339261, A339263.

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.

A363438 Decimal expansion of the volume of the regular dodecahedron inscribed in the unit-radius sphere.

Original entry on oeis.org

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

Views

Author

Amiram Eldar, Jun 02 2023

Keywords

Examples

			2.78516386312262296729255491273594698789932177207633...
		

Crossrefs

Cf. A118273 (cube), A122553 (regular octahedron), A339259 (regular icosahedron), A363437 (regular tetrahedron).
Cf. A001622.
Other constants related to the regular dodecahedron: A102769, A131595, A179296, A232810, A237603, A239798, A341906.

Programs

  • Mathematica
    RealDigits[(2*(5 + Sqrt[5]))/(3*Sqrt[3]), 10, 120][[1]]
  • PARI
    2*sqrt(5+sqrt(5))/sqrt(27) \\ Charles R Greathouse IV, Feb 07 2025

Formula

Equals 2*sqrt(5+sqrt(5))/(3*sqrt(3)).
Equals 4*(phi+2)/(3*sqrt(3)), where phi is the golden ratio (A001622).
Equals A102769 / A179296 ^ 3.

A339263 Decimal expansion of the conjecturally maximum possible volume of a polyhedron with 11 vertices inscribed in the unit sphere.

Original entry on oeis.org

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

Views

Author

Hugo Pfoertner, Dec 07 2020

Keywords

Comments

The polyhedron (see linked illustration) with a symmetry group of order 4 has a vertex in the north pole on its axis of symmetry. The remaining 10 vertices are diametrically opposite in pairs relative to this axis of symmetry. The polar vertex has vertex degree 6. 8 vertices have vertex degree 5. 2 vertices have vertex degree 4.
This allocation seems to be the best possible approximation of a medial distribution of the vertex degrees, which is a known necessary condition for maximum volume. Of the 25 possible triangulations with vertex degree >= 4, all the others have more than 2 vertices with vertex degree 4, which leads to more pointed corners and therefore smaller volumes.

Examples

			2.35463449506861520323688059263892654160344864269342168599607566...
		

Crossrefs

Cf. A010527 (volume of double 5-pyramid), A081314, A081366, A122553 (volume of octahedron), A339259, A339260, A339261, A339262.
Showing 1-8 of 8 results.