A171546 Decimal expansion of sqrt(3/35).
2, 9, 2, 7, 7, 0, 0, 2, 1, 8, 8, 4, 5, 5, 9, 9, 5, 3, 8, 0, 6, 3, 1, 5, 3, 9, 0, 8, 7, 2, 0, 3, 0, 0, 5, 6, 8, 7, 8, 1, 4, 3, 7, 9, 0, 3, 8, 4, 4, 2, 3, 7, 9, 7, 9, 8, 6, 9, 1, 3, 6, 7, 1, 4, 2, 5, 4, 3, 8, 5, 1, 3, 8, 7, 7, 2, 9, 5, 8, 3, 0, 6, 5, 5, 0, 6, 3, 7, 6, 0, 8, 1, 0, 8, 1, 5, 6, 2, 1, 0, 5, 5, 8, 4, 1
Offset: 0
Examples
sqrt(3/35) = sqrt(105)/35 = 0.2927700218845599538063153..
Links
- Wikipedia, Table of Clebsch-Gordan coefficients
Programs
-
Mathematica
RealDigits[Sqrt[3/35],10,120][[1]] (* Harvey P. Dale, Apr 20 2011 *)
Comments