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

A040360
Continued fraction for sqrt(380).
1
19, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38, 2, 38
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(380)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[380], 90] (* or *) PadRight[{19}, 90, {38, 2}] (* Harvey P. Dale, Jan 04 2015 *)
CROSSREFS
Sequence in context: A051312 A256635 A040359 * A040351 A040352 A349406
KEYWORD
nonn,cofr,easy
AUTHOR
STATUS
approved