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.

A336198 Decimal expansion of the radius of a sphere centered on the surface of a unit-radius sphere and dividing it into two parts of equal volume.

Original entry on oeis.org

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

Views

Author

Amiram Eldar, Jul 11 2020

Keywords

Comments

The solution to the grazing goat problem in three dimensions.

Examples

			1.228544863735220903448994497685293465644191645518602...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[x /. Solve[3*x^4 - 8*x^3 + 8 == 0 && x > 0, {x}, Reals][[1]], 10, 100][[1]]

Formula

The smaller of the 2 real roots of the equation 3*x^4 - 8*x^3 + 8 = 0.