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”).

A040519
Continued fraction for sqrt(543).
2
23, 3, 3, 3, 1, 14, 1, 3, 3, 3, 46, 3, 3, 3, 1, 14, 1, 3, 3, 3, 46, 3, 3, 3, 1, 14, 1, 3, 3, 3, 46, 3, 3, 3, 1, 14, 1, 3, 3, 3, 46, 3, 3, 3, 1, 14, 1, 3, 3, 3, 46, 3, 3, 3, 1, 14, 1, 3, 3, 3, 46, 3, 3, 3, 1, 14, 1, 3, 3, 3, 46, 3, 3, 3, 1, 14, 1, 3, 3, 3, 46, 3, 3, 3, 1
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(543)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[543], 120] (* or *) PadRight[{23}, 120, {46, 3, 3, 3, 1, 14, 1, 3, 3, 3}] (* Harvey P. Dale, May 29 2013 *)
CROSSREFS
Sequence in context: A040518 A354206 A040517 * A040520 A271473 A317323
KEYWORD
nonn,cofr,easy,less
AUTHOR
STATUS
approved