cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A040185 Continued fraction for sqrt(200).

This page as a plain text file.
%I A040185 #26 Feb 08 2025 13:51:58
%S A040185 14,7,28,7,28,7,28,7,28,7,28,7,28,7,28,7,28,7,28,7,28,7,28,7,28,7,28,
%T A040185 7,28,7,28,7,28,7,28,7,28,7,28,7,28,7,28,7,28,7,28,7,28,7,28,7,28,7,
%U A040185 28,7,28,7,28,7,28,7,28,7,28,7,28,7,28,7,28,7,28,7,28
%N A040185 Continued fraction for sqrt(200).
%H A040185 <a href="/index/Con#confC">Index entries for continued fractions for constants</a>
%H A040185 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (0,1).
%p A040185 with(numtheory): Digits := 300: convert(evalf(sqrt(200)),confrac);
%t A040185 ContinuedFraction[Sqrt[200],300] (* _Vladimir Joseph Stephan Orlovsky_, Mar 28 2011 *)
%t A040185 PadRight[{14},120,{28,7}] (* _Harvey P. Dale_, Feb 08 2025 *)
%Y A040185 Cf. A040000 (for sqrt(2)), A040015 (for sqrt(20))
%K A040185 nonn,cofr,easy
%O A040185 0,1
%A A040185 _N. J. A. Sloane_