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.

A246710 Decimal expansion of eighth root of 3.

Original entry on oeis.org

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

Views

Author

Alonso del Arte, Sep 01 2014

Keywords

Examples

			3^(1/8) = 1.147202690439877089473...
		

Crossrefs

Cf. A246709 (seventh root of 3), A011446 (ninth root of 3), A011269 (fifteenth root of 9).

Programs

  • Mathematica
    RealDigits[3^(1/8), 10, 108][[1]]

Formula

Equals A011002^(1/2). - R. J. Mathar, Sep 03 2025