A187109 Decimal expansion of sqrt(2/11).
4, 2, 6, 4, 0, 1, 4, 3, 2, 7, 1, 1, 2, 2, 0, 8, 6, 8, 5, 9, 6, 8, 7, 5, 4, 6, 4, 8, 6, 7, 6, 7, 8, 7, 5, 2, 7, 8, 0, 7, 4, 8, 0, 3, 2, 1, 2, 8, 3, 3, 9, 7, 4, 1, 2, 3, 6, 8, 8, 1, 9, 9, 0, 0, 9, 2, 4, 5, 6, 7, 8, 4, 7, 9, 5, 7, 4, 9, 0, 6, 5, 5, 8, 9, 2, 8, 3, 2, 3, 6
Offset: 0
Examples
sqrt(2/11) = 0.42640143271122086859687546486767875278074803212834...
Links
- G. C. Greubel, Table of n, a(n) for n = 0..10000
Programs
-
Magma
SetDefaultRealField(RealField(100)); Sqrt(2/11); // G. C. Greubel, Oct 02 2018
-
Mathematica
RealDigits[N[Sqrt[2/11],300]][[1]]
-
PARI
sqrt(2/11) \\ Charles R Greathouse IV, Apr 25 2016