Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #8 Jan 07 2020 11:22:53
%S 6,7,6,1,2,3,4,0,3,7,8,2,8,1,3,2,6,2,0,0,7,6,9,4,6,6,1,8,9,2,7,5,6,2,
%T 3,4,1,0,4,6,2,8,7,1,2,0,9,0,7,8,1,7,5,1,1,8,6,2,5,3,6,7,6,4,7,3,4,6,
%U 5,4,2,3,8,9,7,7,8,8,9,1,8,4,8,7,5,1,4,5,7,4,5,3,5,2,1,2,4,7,7,4,9,5,8,4,2
%N Decimal expansion of 4/sqrt(35).
%C The absolute value of the Clebsch-Gordan coupling coefficient <j1 j2; m1 m2 | J M> = <2 3/2 ; -2 1/2 | 5/2 -3/2>.
%H Daniel Starodubtsev, <a href="/A171538/b171538.txt">Table of n, a(n) for n = 0..10000</a>
%H Wikipedia, <a href="https://en.wikipedia.org/wiki/Table_of_Clebsch%E2%80%93Gordan_coefficients">Table of Clebsch-Gordan coefficients</a>
%F equals 4/A010490 = 2*A171543 .
%e sqrt(16/35) = 0.67612340378281326200769466...
%t RealDigits[4/Sqrt[35],10,120][[1]] (* _Harvey P. Dale_, Mar 29 2018 *)
%K cons,easy,nonn
%O 0,1
%A _R. J. Mathar_, Dec 11 2009