login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A010488 Decimal expansion of square root of 33. 8
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 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Continued fraction expansion is 5 followed by {1, 2, 1, 10} repeated. - Harry J. Smith, Jun 04 2009
LINKS
EXAMPLE
5.744562646538028659850611468218929318220264457982792367699877470565900...
MATHEMATICA
RealDigits[N[Sqrt[33], 200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Feb 24 2011 *)
PROG
(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
CROSSREFS
Cf. A010131 (continued fraction).
Sequence in context: A243395 A245655 A011497 * A300081 A293843 A240946
KEYWORD
nonn,cons,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)