login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A324498
Decimal expansion of the real solution to x^2*(x-1)^3 = 1.
1
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,2
COMMENTS
Asymptotic ratio of consecutive terms in A137402 for n -> infinity.
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.
EXAMPLE
1.701606887181170833692216460855428822694647544928573584857782426376...
MATHEMATICA
RealDigits[Root[x^2 (x-1)^3-1, 1], 10, 120][[1]] (* Harvey P. Dale, Nov 07 2022 *)
PROG
(PARI) solve(x=1, 2, x^2*(x-1)^3-1)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Hugo Pfoertner, Mar 04 2019
STATUS
approved