A171535 Decimal expansion of 2*sqrt(2/15).
7, 3, 0, 2, 9, 6, 7, 4, 3, 3, 4, 0, 2, 2, 1, 4, 8, 4, 6, 0, 9, 2, 9, 3, 0, 4, 3, 7, 3, 4, 4, 0, 2, 8, 4, 5, 2, 7, 0, 3, 2, 6, 2, 5, 9, 9, 9, 7, 3, 1, 1, 0, 0, 5, 6, 3, 5, 8, 5, 9, 2, 6, 6, 3, 0, 9, 9, 9, 1, 0, 3, 6, 1, 6, 3, 6, 3, 0, 3, 1, 1, 7, 3, 4, 4, 7, 7, 9, 1, 4, 8, 8, 5, 1, 6, 0, 8, 3, 4, 3, 5, 2, 9, 6, 9
Offset: 0
Examples
sqrt(8/15) = 0.73029674334022148460929304... = 2*0.365148371..
Links
- G. C. Greubel, Table of n, a(n) for n = 0..10000
- Wikipedia, Table of Clebsch-Gordan coefficients
Programs
-
Magma
SetDefaultRealField(RealField(100)); Sqrt(8/15); // G. C. Greubel, Oct 02 2018
-
Mathematica
RealDigits[2*Sqrt[2/15], 10, 100][[1]] (* G. C. Greubel, Oct 02 2018 *)
-
PARI
default(realprecision, 100); sqrt(8/15) \\ G. C. Greubel, Oct 02 2018
Comments