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.

A374002 Decimal expansion of the positive real root of x^6 - 2*x^5 + x^4 - x^2 + x - 1.

Original entry on oeis.org

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

Views

Author

Paolo Xausa, Jun 25 2024

Keywords

Comments

Eighth smallest Pisot-Vijayaraghavan number.

Examples

			1.561752067720297294702995364060723780790847286947...
		

Crossrefs

Programs

  • Mathematica
    First[RealDigits[Root[#^6 - 2*#^5 + #^4 - #^2 + # - 1 &, 2], 10, 100]]