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.

A040268 Continued fraction for sqrt(285).

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