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.

A040314 Continued fraction for sqrt(333).

This page as a plain text file.
%I A040314 #20 Jul 08 2025 23:05:29
%S A040314 18,4,36,4,36,4,36,4,36,4,36,4,36,4,36,4,36,4,36,4,36,4,36,4,36,4,36,
%T A040314 4,36,4,36,4,36,4,36,4,36,4,36,4,36,4,36,4,36,4,36,4,36,4,36,4,36,4,
%U A040314 36,4,36,4,36,4,36,4,36,4,36,4,36,4,36,4,36,4,36,4,36
%N A040314 Continued fraction for sqrt(333).
%H A040314 <a href="/index/Con#confC">Index entries for continued fractions for constants</a>
%H A040314 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (0, 1).
%p A040314 with(numtheory): Digits := 300: convert(evalf(sqrt(333)),confrac);
%t A040314 $MaxExtraPrecision=1000;ContinuedFraction[Sqrt[333],120] (* _Harvey P. Dale_, May 03 2011 *)
%K A040314 nonn,cofr,easy
%O A040314 0,1
%A A040314 _N. J. A. Sloane_