A171547 Decimal expansion of sqrt(3/14).
4, 6, 2, 9, 1, 0, 0, 4, 9, 8, 8, 6, 2, 7, 5, 7, 3, 0, 7, 8, 3, 2, 8, 3, 3, 8, 8, 2, 9, 1, 9, 9, 9, 7, 6, 1, 2, 6, 4, 6, 5, 7, 4, 5, 0, 5, 0, 4, 1, 6, 7, 6, 1, 0, 6, 9, 3, 6, 6, 8, 1, 7, 1, 2, 7, 2, 1, 1, 5, 5, 2, 6, 9, 8, 8, 8, 6, 0, 3, 1, 2, 2, 4, 2, 8, 8, 2, 9, 2, 1, 9, 0, 0, 4, 0, 0, 7, 3, 1, 1, 1, 9, 6, 7, 5
Offset: 0
Examples
sqrt(3/14) = sqrt(42)/14 = 0.462910049886275730783283388291999761264...
Links
- Daniel Starodubtsev, Table of n, a(n) for n = 0..9998
- Wikipedia, Table of Clebsch-Gordan coefficients
Programs
-
Mathematica
RealDigits[Sqrt[3/14],10,120][[1]] (* Harvey P. Dale, Sep 23 2011 *)
Comments