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!)
A010492 Decimal expansion of square root of 38. 7
6, 1, 6, 4, 4, 1, 4, 0, 0, 2, 9, 6, 8, 9, 7, 6, 4, 5, 0, 2, 5, 0, 1, 9, 2, 3, 8, 1, 4, 5, 4, 2, 4, 4, 2, 2, 5, 2, 3, 5, 6, 2, 4, 0, 2, 3, 4, 4, 4, 5, 7, 4, 5, 4, 4, 8, 7, 4, 5, 7, 2, 0, 7, 2, 4, 5, 8, 3, 9, 9, 6, 5, 0, 2, 6, 3, 6, 6, 4, 2, 1, 2, 9, 6, 6, 7, 2, 9, 7, 9, 9, 1, 9, 8, 8, 9, 9, 9, 4 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Continued fraction expansion is 6 followed by {6, 12} repeated. - Harry J. Smith, Jun 04 2009
LINKS
EXAMPLE
6.164414002968976450250192381454244225235624023444574544874572072458399....
MATHEMATICA
RealDigits[N[Sqrt[38], 200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Feb 24 2011 *)
PROG
(PARI) default(realprecision, 20080); x=sqrt(38); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010492.txt", n, " ", d)); \\ Harry J. Smith, Jun 04 2009
CROSSREFS
Cf. A040031 (continued fraction).
Sequence in context: A176398 A318478 A221210 * A276515 A144544 A070514
KEYWORD
nonn,cons
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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)