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

A040844
Continued fraction for sqrt(874).
2
29, 1, 1, 3, 2, 3, 1, 1, 58, 1, 1, 3, 2, 3, 1, 1, 58, 1, 1, 3, 2, 3, 1, 1, 58, 1, 1, 3, 2, 3, 1, 1, 58, 1, 1, 3, 2, 3, 1, 1, 58, 1, 1, 3, 2, 3, 1, 1, 58, 1, 1, 3, 2, 3, 1, 1, 58, 1, 1, 3, 2, 3, 1, 1, 58, 1, 1, 3, 2, 3, 1, 1, 58, 1, 1, 3, 2, 3, 1, 1, 58, 1, 1, 3, 2, 3, 1, 1
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(874)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[874], 120] (* or *) PadRight[{29}, 120, {58, 1, 1, 3, 2, 3, 1, 1}] (* Harvey P. Dale, Sep 19 2016 *)
CROSSREFS
Sequence in context: A040850 A040845 A040846 * A040843 A040842 A040841
KEYWORD
nonn,cofr,easy
AUTHOR
STATUS
approved