login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A040314
Continued fraction for sqrt(333).
2
18, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(333)), confrac);
MATHEMATICA
$MaxExtraPrecision=1000; ContinuedFraction[Sqrt[333], 120] (* Harvey P. Dale, May 03 2011 *)
CROSSREFS
Sequence in context: A008575 A059654 A080694 * A160486 A040312 A214893
KEYWORD
nonn,cofr,easy
AUTHOR
STATUS
approved