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.

A040196 Continued fraction for sqrt(211).

This page as a plain text file.
%I A040196 #13 Jul 08 2025 22:55:03
%S A040196 14,1,1,9,5,1,2,2,1,1,4,3,1,13,1,3,4,1,1,2,2,1,5,9,1,1,28,1,1,9,5,1,2,
%T A040196 2,1,1,4,3,1,13,1,3,4,1,1,2,2,1,5,9,1,1,28,1,1,9,5,1,2,2,1,1,4,3,1,13,
%U A040196 1,3,4,1,1,2,2,1,5,9,1,1,28,1,1,9,5,1,2,2,1,1,4,3
%N A040196 Continued fraction for sqrt(211).
%H A040196 <a href="/index/Con#confC">Index entries for continued fractions for constants</a>
%H A040196 <a href="/index/Rec#order_26">Index entries for linear recurrences with constant coefficients</a>, signature (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1).
%p A040196 with(numtheory): Digits := 300: convert(evalf(sqrt(211)),confrac);
%t A040196 ContinuedFraction[Sqrt[211],90] (* _Harvey P. Dale_, Jan 21 2013 *)
%K A040196 nonn,cofr,easy
%O A040196 0,1
%A A040196 _N. J. A. Sloane_