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!)
A040059 Continued fraction for sqrt(68). 4
8, 4, 16, 4, 16, 4, 16, 4, 16, 4, 16, 4, 16, 4, 16, 4, 16, 4, 16, 4, 16, 4, 16, 4, 16, 4, 16, 4, 16, 4, 16, 4, 16, 4, 16, 4, 16, 4, 16, 4, 16, 4, 16, 4, 16, 4, 16, 4, 16, 4, 16, 4, 16, 4, 16, 4, 16, 4, 16, 4, 16, 4, 16, 4, 16, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
G. Xiao, Contfrac
EXAMPLE
8.2462112512353210996428197... = 8 + 1/(4 + 1/(16 + 1/(4 + 1/(16 + ...)))). - Harry J. Smith, Jun 08 2009
MAPLE
Digits := 100: convert(evalf(sqrt(N)), confrac, 90, 'cvgts'):
MATHEMATICA
ContinuedFraction[Sqrt[68], 300] (* Vladimir Joseph Stephan Orlovsky, Mar 08 2011 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 37000); x=contfrac(sqrt(68)); for (n=0, 20000, write("b040059.txt", n, " ", x[n+1])); } \\ Harry J. Smith, Jun 08 2009
CROSSREFS
Cf. A010520 Decimal expansion. - Harry J. Smith, Jun 08 2009
Sequence in context: A131873 A220130 A276071 * A178603 A018810 A070485
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 April 24 16:56 EDT 2024. Contains 371962 sequences. (Running on oeis4.)