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