Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #5 Dec 23 2024 17:48:34
%S 9,1,0,6,8,3,6,0,2,5,2,2,9,5,9,0,9,7,8,4,2,4,8,2,1,1,3,8,3,5,2,9,0,7,
%T 8,8,9,8,0,9,3,5,0,8,4,6,0,3,4,6,0,2,0,9,3,5,1,9,3,5,6,5,9,8,1,7,3,1,
%U 1,0,0,5,6,3,6,2,6,6,6,7,9,0,2,7,0,4,8,7,2,8,9,1,9,0,8,2,8,5,8,5
%N Decimal expansion of (1 + sqrt(3))/3.
%D Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 8.6, p. 504.
%F Equals A090388/3.
%e 0.91068360252295909784248211383529078898093508460346...
%t RealDigits[(1+Sqrt[3])/3,10,100][[1]]
%Y Cf. A002194, A090388.
%K nonn,cons,easy
%O 0,1
%A _Stefano Spezia_, Dec 23 2024