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.

A324498 Decimal expansion of the real solution to x^2*(x-1)^3 = 1.

Original entry on oeis.org

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

Views

Author

Hugo Pfoertner, Mar 04 2019

Keywords

Comments

Asymptotic ratio of consecutive terms in A137402 for n -> infinity.

Examples

			1.701606887181170833692216460855428822694647544928573584857782426376...
		

References

  • Donald E. Knuth, The Art of Computer Programming, Vol. 4, fascicle 1, section 7.1.4, p. 207, answer to exercise 126, Addison-Wesley, 2009.

Crossrefs

Programs

  • Mathematica
    RealDigits[Root[x^2 (x-1)^3-1,1],10,120][[1]] (* Harvey P. Dale, Nov 07 2022 *)
  • PARI
    solve(x=1,2,x^2*(x-1)^3-1)