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.

Previous Showing 11-11 of 11 results.

A306966 Decimal expansion of t+t^2, where t is the tribonacci constant, the real root of x^3 - x^2 - x - 1.

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Mar 23 2019

Keywords

Comments

By definition, this is also t^3-1 (cf. A276801).

Examples

			5.222262523120398626674561101108321187373560789846...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[Root[x^3-x^2-x-1, 1]^3-1, 10, 100][[1]] (* Amiram Eldar, Mar 23 2019 *)
  • PARI
    solve(x=0, 10, x^3 - x^2 - x - 1)^3 - 1 \\ Michel Marcus, Mar 23 2019
Previous Showing 11-11 of 11 results.