login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; constant; graph; refs; listen; history; text; internal format)
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.
LINKS
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
Sequence in context: A121570 A169681 A202354 * A243908 A186642 A153626
KEYWORD
nonn,cons
AUTHOR
Hugo Pfoertner, Mar 04 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 19 23:12 EDT 2024. Contains 375310 sequences. (Running on oeis4.)