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!)
A010544 Decimal expansion of square root of 93. 9
9, 6, 4, 3, 6, 5, 0, 7, 6, 0, 9, 9, 2, 9, 5, 4, 9, 9, 5, 7, 6, 0, 0, 3, 1, 0, 4, 7, 4, 3, 2, 6, 6, 3, 1, 8, 3, 9, 0, 6, 9, 0, 3, 6, 9, 3, 0, 6, 3, 2, 5, 2, 4, 0, 7, 3, 0, 0, 1, 7, 6, 8, 8, 7, 7, 3, 1, 2, 8, 6, 4, 1, 8, 6, 6, 8, 6, 4, 9, 7, 2, 2, 9, 0, 0, 0, 5, 4, 7, 0, 9, 2, 9, 3, 6, 0, 8, 5, 9 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Continued fraction expansion is 9 followed by {1, 1, 1, 4, 6, 4, 1, 1, 1, 18} repeated. - Harry J. Smith, Jun 11 2009
LINKS
EXAMPLE
9.643650760992954995760031047432663183906903693063252407300176887731286...
MATHEMATICA
RealDigits[N[93^(1/2), 200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Jan 24 2012 *)
PROG
(PARI) default(realprecision, 20080); x=sqrt(93); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010544.txt", n, " ", d)); \\ Harry J. Smith, Jun 11 2009
CROSSREFS
Cf. A010164 (continued fraction).
Sequence in context: A331550 A253267 A309070 * A343308 A198869 A094130
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 March 28 08:02 EDT 2024. Contains 371236 sequences. (Running on oeis4.)