A171541 Decimal expansion of 2*sqrt(3/35).
5, 8, 5, 5, 4, 0, 0, 4, 3, 7, 6, 9, 1, 1, 9, 9, 0, 7, 6, 1, 2, 6, 3, 0, 7, 8, 1, 7, 4, 4, 0, 6, 0, 1, 1, 3, 7, 5, 6, 2, 8, 7, 5, 8, 0, 7, 6, 8, 8, 4, 7, 5, 9, 5, 9, 7, 3, 8, 2, 7, 3, 4, 2, 8, 5, 0, 8, 7, 7, 0, 2, 7, 7, 5, 4, 5, 9, 1, 6, 6, 1, 3, 1, 0, 1, 2, 7, 5, 2, 1, 6, 2, 1, 6, 3, 1, 2, 4, 2, 1, 1, 1, 6, 8, 3
Offset: 0
Examples
sqrt(12/35) = 2*sqrt(105)/35 = 0.5855400437691199076126307817440601137562...
Links
- Daniel Starodubtsev, Table of n, a(n) for n = 0..10000
- Wikipedia, Table of Clebsch-Gordan coefficients
Programs
-
Mathematica
RealDigits[2*Sqrt[3/35],10,120][[1]] (* Harvey P. Dale, Feb 29 2012 *)
Comments