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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A010471 Decimal expansion of square root of 14. 9
3, 7, 4, 1, 6, 5, 7, 3, 8, 6, 7, 7, 3, 9, 4, 1, 3, 8, 5, 5, 8, 3, 7, 4, 8, 7, 3, 2, 3, 1, 6, 5, 4, 9, 3, 0, 1, 7, 5, 6, 0, 1, 9, 8, 0, 7, 7, 7, 8, 7, 2, 6, 9, 4, 6, 3, 0, 3, 7, 4, 5, 4, 6, 7, 3, 2, 0, 0, 3, 5, 1, 5, 6, 3, 0, 6, 9, 3, 9, 0, 2, 7, 9, 7, 6, 8, 0, 9, 8, 9, 5, 1, 9, 4, 3, 7, 9, 5, 7 (list; constant; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Continued fraction expansion is 3 followed by {1, 2, 1, 6} repeated. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 02 2009]

LINKS

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

EXAMPLE

3.741657386773941385583748732316549301756019807778726946303745467320035...

MATHEMATICA

RealDigits[N[Sqrt[14], 200]][[1]] (*From Vladimir Joseph Stephan Orlovsky, Feb 21 2011*)

PROG

(PARI) { default(realprecision, 20080); x=sqrt(14); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010471.txt", n, " ", d)); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 02 2009]

CROSSREFS

Cf. A010123 (continued fraction).

Sequence in context: A108297 A135928 A011444 * A077226 A175316 A197145

Adjacent sequences:  A010468 A010469 A010470 * A010472 A010473 A010474

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 17 02:08 EST 2012. Contains 205978 sequences.