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.

This page as a plain text file.
%I A324498 #7 Nov 07 2022 18:47:40
%S A324498 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,
%T A324498 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,
%U A324498 3,4,5,9,3,5,9,0,7,9,1,5,8,8,7,1,0,7,0,4,8,7
%N A324498 Decimal expansion of the real solution to x^2*(x-1)^3 = 1.
%C A324498 Asymptotic ratio of consecutive terms in A137402 for n -> infinity.
%D A324498 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.
%e A324498 1.701606887181170833692216460855428822694647544928573584857782426376...
%t A324498 RealDigits[Root[x^2 (x-1)^3-1,1],10,120][[1]] (* _Harvey P. Dale_, Nov 07 2022 *)
%o A324498 (PARI) solve(x=1,2,x^2*(x-1)^3-1)
%Y A324498 Cf. A137356, A137357, A137358, A137402.
%K A324498 nonn,cons
%O A324498 1,2
%A A324498 _Hugo Pfoertner_, Mar 04 2019