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.

A348908 Decimal expansion of the positive real root of x^4 - 3*x - 6.

Original entry on oeis.org

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

Views

Author

Stefano Spezia, Nov 03 2021

Keywords

Comments

This constant appears in the upper bounds formula of the peak sidelobe level of Rudin-Shapiro sequences.

Examples

			1.8426267135838135939675706175443422...
		

Crossrefs

Programs

  • Mathematica
    First[RealDigits[N[Root[x^4-3x-6,x,2],89]]]
  • PARI
    solve(x=0, 2, x^4 - 3*x - 6) \\ Michel Marcus, Nov 03 2021

Formula

See the formula in Links section.