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!)
A040035 Continued fraction for sqrt(42). 2
6, 2, 12, 2, 12, 2, 12, 2, 12, 2, 12, 2, 12, 2, 12, 2, 12, 2, 12, 2, 12, 2, 12, 2, 12, 2, 12, 2, 12, 2, 12, 2, 12, 2, 12, 2, 12, 2, 12, 2, 12, 2, 12, 2, 12, 2, 12, 2, 12, 2, 12, 2, 12, 2, 12, 2, 12, 2, 12, 2, 12, 2, 12, 2, 12, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
G. Xiao, Contfrac
EXAMPLE
6.4807406984078602309659674... = 6 + 1/(2 + 1/(12 + 1/(2 + 1/(12 + ...)))). - Harry J. Smith, Jun 05 2009
MAPLE
Digits := 100: convert(evalf(sqrt(N)), confrac, 90, 'cvgts'):
MATHEMATICA
ContinuedFraction[Sqrt[42], 300] (* Vladimir Joseph Stephan Orlovsky, Mar 06 2011 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 29000); x=contfrac(sqrt(42)); for (n=0, 20000, write("b040035.txt", n, " ", x[n+1])); } \\ Harry J. Smith, Jun 05 2009
CROSSREFS
Cf. A010496 Decimal expansion. - Harry J. Smith, Jun 05 2009
Sequence in context: A100616 A097474 A194351 * A065272 A070394 A065174
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)