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!)
A040080 Continued fraction for sqrt(90). 2
9, 2, 18, 2, 18, 2, 18, 2, 18, 2, 18, 2, 18, 2, 18, 2, 18, 2, 18, 2, 18, 2, 18, 2, 18, 2, 18, 2, 18, 2, 18, 2, 18, 2, 18, 2, 18, 2, 18, 2, 18, 2, 18, 2, 18, 2, 18, 2, 18, 2, 18, 2, 18, 2, 18, 2, 18, 2, 18, 2, 18, 2, 18, 2, 18, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
G. Xiao, Contfrac
EXAMPLE
9.4868329805051379959966806... = 9 + 1/(2 + 1/(18 + 1/(2 + 1/(18 + ...)))). - Harry J. Smith, Jun 11 2009
MAPLE
Digits := 100: convert(evalf(sqrt(N)), confrac, 90, 'cvgts'):
MATHEMATICA
ContinuedFraction[Sqrt[90], 300] (* Vladimir Joseph Stephan Orlovsky, Mar 10 2011 *)
PadRight[{9}, 120, {18, 2}] (* Harvey P. Dale, Jun 13 2017 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 32000); x=contfrac(sqrt(90)); for (n=0, 20000, write("b040080.txt", n, " ", x[n+1])); } \\ Harry J. Smith, Jun 11 2009
(PARI) a(n) = if (!n, 9, if (n % 2, 2, 18)); \\ Michel Marcus, Jan 03 2016
CROSSREFS
Cf. A010541 Decimal expansion. - Harry J. Smith, Jun 11 2009
Sequence in context: A248315 A256658 A094581 * A272033 A356356 A098289
KEYWORD
nonn,cofr,easy
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 June 22 22:09 EDT 2024. Contains 373618 sequences. (Running on oeis4.)