A010488 Decimal expansion of square root of 33.
5, 7, 4, 4, 5, 6, 2, 6, 4, 6, 5, 3, 8, 0, 2, 8, 6, 5, 9, 8, 5, 0, 6, 1, 1, 4, 6, 8, 2, 1, 8, 9, 2, 9, 3, 1, 8, 2, 2, 0, 2, 6, 4, 4, 5, 7, 9, 8, 2, 7, 9, 2, 3, 6, 7, 6, 9, 9, 8, 7, 7, 4, 7, 0, 5, 6, 5, 9, 0, 0, 7, 2, 1, 4, 5, 7, 4, 0, 4, 6, 2, 7, 0, 2, 7, 1, 2, 5, 3, 6, 5, 5, 9, 6, 7, 8, 8, 1, 2
Offset: 1
Examples
5.744562646538028659850611468218929318220264457982792367699877470565900...
Links
Crossrefs
Cf. A010131 (continued fraction).
Programs
-
Mathematica
RealDigits[N[Sqrt[33],200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Feb 24 2011 *)
-
PARI
default(realprecision, 20080); x=sqrt(33); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010488.txt", n, " ", d)); \\ Harry J. Smith, Jun 04 2009
Comments