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.

A374750 Decimal expansion of the second smallest univoque Pisot number.

Original entry on oeis.org

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

Views

Author

Paolo Xausa, Jul 18 2024

Keywords

Examples

			1.8866814375493413002581625771460337570154853175...
		

Crossrefs

Cf. A127583 (smallest), A374751 (third smallest).

Programs

  • Mathematica
    First[RealDigits[Root[#^12 - 2*#^11 + #^10 - 2*#^9 + #^8 - #^3 + #^2 - # + 1 &, 2], 10, 100]]

Formula

Equals the real root > 1 of x^12 - 2*x^11 + x^10 - 2*x^9 + x^8 - x^3 + x^2 - x + 1.