A212886 Decimal expansion of 2/(3*sqrt(3)) = 2*sqrt(3)/9.
3, 8, 4, 9, 0, 0, 1, 7, 9, 4, 5, 9, 7, 5, 0, 5, 0, 9, 6, 7, 2, 7, 6, 5, 8, 5, 3, 6, 6, 7, 9, 7, 1, 6, 3, 7, 0, 9, 8, 4, 0, 1, 1, 6, 7, 5, 1, 3, 4, 1, 7, 9, 1, 7, 3, 4, 5, 7, 3, 4, 8, 8, 4, 3, 2, 2, 6, 5, 1, 7, 8, 1, 5, 3, 5, 2, 8, 8, 8, 9, 7, 1, 2, 9, 1, 4, 3, 5, 9, 7, 0, 5, 7, 1, 6, 6, 3, 5, 0, 1, 5, 0, 1, 3, 9
Offset: 0
Examples
0.384900179459750509672765853667971637098401167513417917345734...
References
- Eric Billault, Walter Damin, Robert Ferréol et al., MPSI - Classes Prépas, Khôlles de Maths, Ellipses, 2012, exercice 17.07 pages 386, 389-390.
Links
- MathStackExchange, Apex of an Exponential Function, 2015.
- Index entries for algebraic numbers, degree 2
Programs
-
Mathematica
RealDigits[2/(3*Sqrt[3]), 10, 105] (* T. D. Noe, May 31 2012 *)
-
PARI
default(realprecision, 1000); 2*sqrt(3)/9
Formula
(2/9)*sqrt(3) = (2/9)*A002194.
Comments