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

A210973 Decimal expansion of cube root of (3/4).

Original entry on oeis.org

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

Views

Author

Omar E. Pol, Aug 09 2012

Keywords

Comments

Radius of a sphere with volume Pi.

Examples

			0.908560296416069829445605878... =  A002581 / A005480.
		

Crossrefs

Cube root of A152627.
Cf. A005486.

Programs

Formula

(3/4)^(1/3).

A335094 Decimal expansion of (15 - 4*sqrt(2))/8.

Original entry on oeis.org

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

Views

Author

Jeremy Tan, Sep 12 2020

Keywords

Comments

Largest overhang off an edge achievable with four unit-length bricks.
Corresponding values for one, two and three bricks are 1/2, 3/4 and 1 respectively.

Examples

			1.1678932188134524755991556378951...
		

Crossrefs

Cf. A020761 (1/2), A152627 (3/4).

Programs

  • Mathematica
    First@ RealDigits@ N[(15 - 4 Sqrt[2])/8, 102]
  • PARI
    (15-4*sqrt(2))/8
Showing 1-2 of 2 results.