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.

A351214 Decimal expansion of the 17th root of 3.

Original entry on oeis.org

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

Views

Author

Mark Andreas, Mar 09 2022

Keywords

Examples

			1.0667581171328452951068613563212343784040253...
		

Crossrefs

Cf. A351209 (12th root) A351210 (13th root) A351211 (14th root) A351212 (15th root) A351212 (16th root).

Programs

  • Maple
    Digits:=100: evalf(3^(1/17));
  • Mathematica
    RealDigits[3^(1/17), 10, 108][[1]]
  • PARI
    sqrtn(3,17)

Formula

Equals 3^(1/17).