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!)
A010158 Continued fraction for sqrt(85). 4
9, 4, 1, 1, 4, 18, 4, 1, 1, 4, 18, 4, 1, 1, 4, 18, 4, 1, 1, 4, 18, 4, 1, 1, 4, 18, 4, 1, 1, 4, 18, 4, 1, 1, 4, 18, 4, 1, 1, 4, 18, 4, 1, 1, 4, 18, 4, 1, 1, 4, 18, 4, 1, 1, 4, 18, 4, 1, 1, 4, 18, 4, 1, 1, 4, 18, 4, 1, 1, 4, 18, 4, 1, 1, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
G. Xiao, Contfrac
EXAMPLE
9.219544457292887310002274281... = 9 + 1/(4 + 1/(1 + 1/(1 + 1/(4 + ...)))). - Harry J. Smith, Jun 10 2009
MATHEMATICA
ContinuedFraction[Sqrt[85], 300] (* Vladimir Joseph Stephan Orlovsky, Mar 09 2011 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 24000); x=contfrac(sqrt(85)); for (n=0, 20000, write("b010158.txt", n, " ", x[n+1])); } \\ Harry J. Smith, Jun 10 2009
CROSSREFS
Cf. A010536 Decimal expansion. - Harry J. Smith, Jun 10 2009
Sequence in context: A263192 A355282 A270309 * A336274 A286229 A242611
KEYWORD
nonn,cofr
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)