The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A262674 Decimal expansion of the real root of x^3 - 6x^2 + 4x - 2. 0
5, 3, 1, 8, 6, 2, 8, 2, 1, 7, 7, 5, 0, 1, 8, 5, 6, 5, 9, 1, 0, 9, 6, 8, 0, 1, 5, 3, 3, 1, 8, 0, 2, 2, 4, 6, 7, 7, 2, 1, 9, 1, 9, 8, 0, 8, 8, 3, 6, 9, 0, 0, 2, 6, 0, 2, 2, 8, 0, 9, 1, 9, 9, 5, 8, 4, 0, 1, 9, 5, 8, 9, 7, 4, 5, 7, 3, 2, 1, 8, 7, 4, 3, 6, 6, 5, 3, 4, 5, 9, 1, 0, 7, 4, 8, 7, 1, 5, 4, 0, 0, 4, 5, 5, 8, 9 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Algebraic integer of degree 3. - Charles R Greathouse IV, Apr 18 2016
LINKS
Tito Piezas III, The 163 Dimensions of the Moonshine Functions, A Collection of Algebraic Identities.
FORMULA
Equals (1/3)*(6 + (135 - 3*sqrt(489))^(1/3) + (3*(45 + sqrt(489)))^(1/3)).
Also equals exp(Pi*i/24)*eta(tau)/eta(2*tau), where eta is Dedekind's eta function and tau = (1 + sqrt(163) i) / 2.
Equals 2 + A160332. - R. J. Mathar, Sep 29 2015
EXAMPLE
5.318628217750185659109680153318022467721919808836900260228...
MATHEMATICA
RealDigits[Root[#^3 - 6#^2 + 4# - 2&, 1], 10, 106] // First
PROG
(PARI) solve(x=5, 6, x^3 - 6*x^2 + 4*x - 2) \\ Michel Marcus, Sep 27 2015
(PARI) polrootsreal(x^3-6*x^2+4*x-2)[1] \\ Charles R Greathouse IV, Apr 18 2016
CROSSREFS
Cf. A060295.
Sequence in context: A259619 A111498 A092140 * A011363 A021192 A074396
KEYWORD
nonn,cons,easy
AUTHOR
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 June 1 15:48 EDT 2024. Contains 373025 sequences. (Running on oeis4.)