A090458 Decimal expansion of (3 + sqrt(21))/2.
3, 7, 9, 1, 2, 8, 7, 8, 4, 7, 4, 7, 7, 9, 2, 0, 0, 0, 3, 2, 9, 4, 0, 2, 3, 5, 9, 6, 8, 6, 4, 0, 0, 4, 2, 4, 4, 4, 9, 2, 2, 2, 8, 2, 8, 8, 3, 8, 3, 9, 8, 5, 9, 5, 1, 3, 0, 3, 6, 2, 1, 0, 6, 1, 9, 5, 3, 4, 3, 4, 2, 1, 2, 7, 7, 3, 8, 8, 5, 4, 4, 3, 3, 0, 2, 1, 8, 0, 7, 7, 9, 7, 4, 6, 7, 2, 2, 5, 1, 6, 3
Offset: 1
Examples
3.79128784747792...
References
- Leonhard Euler, Vollständige Anleitung zur Algebra, (1770), Reclam, Leipzig, 1883, p.306, Kapitel 12, 187.
Links
- Chai Wah Wu, Table of n, a(n) for n = 1..10000
- Leonhard Euler, Elements of Algebra, p. 244, Article 748.
- Markus Sigg, Heuristic argument for the asymptotic value of the even/odd ratio of number of steps in the Collatz iteration, 2020.
- Index entries for algebraic numbers, degree 2
Crossrefs
Programs
-
Mathematica
FromContinuedFraction[{3,1,{3,1}}] ContinuedFraction[%,20] RealDigits[N[%%,120]] (*A090458*) N[%%%,40] RealDigits[(3 + Sqrt[21])/2, 10, 50][[1]] (* G. C. Greubel, Jul 03 2017 *)
-
PARI
solve(x=3,4,x^2-3*x-3) \\ Charles R Greathouse IV, Oct 04 2011
-
PARI
(3+sqrt(21))/2 \\ Charles R Greathouse IV, Oct 04 2011
Formula
Equals (27 + 6*sqrt(21))^(1/3). - Wolfdieter Lang, Sep 01 2022
Extensions
Additional comments from Rick L. Shepherd, Jul 02 2004
Comments