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.

A040275 Continued fraction for sqrt(293).

This page as a plain text file.
%I A040275 #18 Jul 08 2025 23:01:58
%S A040275 17,8,1,1,8,34,8,1,1,8,34,8,1,1,8,34,8,1,1,8,34,8,1,1,8,34,8,1,1,8,34,
%T A040275 8,1,1,8,34,8,1,1,8,34,8,1,1,8,34,8,1,1,8,34,8,1,1,8,34,8,1,1,8,34,8,
%U A040275 1,1,8,34,8,1,1,8,34,8,1,1,8,34,8,1,1,8,34,8,1,1,8
%N A040275 Continued fraction for sqrt(293).
%H A040275 <a href="/index/Con#confC">Index entries for continued fractions for constants</a>
%H A040275 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (0, 0, 0, 0, 1).
%p A040275 with(numtheory): Digits := 300: convert(evalf(sqrt(293)),confrac);
%t A040275 ContinuedFraction[Sqrt[293],120] (* or *) PadRight[{17},120,{34,8,1,1,8}] (* _Harvey P. Dale_, Apr 09 2017 *)
%K A040275 nonn,cofr,easy
%O A040275 0,1
%A A040275 _N. J. A. Sloane_