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 #10 Aug 21 2023 12:37:02
%S 1,5,9,6,8,7,1,9,4,2,2,6,7,1,3,1,1,9,9,9,0,7,0,2,4,5,1,7,6,9,8,0,6,1,
%T 3,8,4,1,5,6,7,3,4,9,7,0,4,3,7,5,4,2,6,6,7,3,2,3,6,8,3,7,6,4,6,0,6,2,
%U 3,9,4,5,2,5,8,7,6,3,4,2,9,2,2,8,4,6,5,6,2,3,1,1,4,2,5,8,3,9,1,9,3,7,5,9,2
%N Decimal expansion of sqrt(255).
%C Continued fraction expansion of sqrt(255) is A040239.
%H Daniel Starodubtsev, <a href="/A176110/b176110.txt">Table of n, a(n) for n = 2..10000</a>
%H <a href="/index/Al#algebraic_02">Index entries for algebraic numbers, degree 2</a>
%e sqrt(255) = 15.96871942267131199907...
%t RealDigits[Sqrt[255],10,120][[1]] (* _Harvey P. Dale_, Mar 22 2017 *)
%Y Cf. A010472 (decimal expansion of sqrt(15)), A010473 (decimal expansion of sqrt(17)), A040239.
%K cons,nonn
%O 2,2
%A _Klaus Brockhaus_, Apr 10 2010