login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A010544 Decimal expansion of square root of 93. 5
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; internal format)
OFFSET

1,1

COMMENTS

Continued fraction expansion is 9 followed by {1, 1, 1, 4, 6, 4, 1, 1, 1, 18} repeated. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 11 2009]

LINKS

Harry J. Smith, Table of n, a(n) for n = 1..20000

EXAMPLE

9.643650760992954995760031047432663183906903693063252407300176887731286...

MATHEMATICA

RealDigits[N[93^(1/2), 200]][[1]] (* From 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)); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 11 2009]

CROSSREFS

Cf. A010164 (continued fraction).

Sequence in context: A099817 A200280 A198363 * A198869 A094130 A201755

Adjacent sequences:  A010541 A010542 A010543 * A010545 A010546 A010547

KEYWORD

nonn,cons

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 19:09 EST 2012. Contains 205852 sequences.