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.

A040563 Continued fraction for sqrt(588).

This page as a plain text file.
%I A040563 #24 Jul 08 2025 23:28:52
%S A040563 24,4,48,4,48,4,48,4,48,4,48,4,48,4,48,4,48,4,48,4,48,4,48,4,48,4,48,
%T A040563 4,48,4,48,4,48,4,48,4,48,4,48,4,48,4,48,4,48,4,48,4,48,4,48,4,48,4,
%U A040563 48,4,48,4,48,4,48,4,48,4,48,4,48,4,48,4,48,4,48,4,48
%N A040563 Continued fraction for sqrt(588).
%H A040563 <a href="/index/Con#confC">Index entries for continued fractions for constants</a>
%H A040563 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (0, 1).
%F A040563 a(n) = a(n-2). - _Wesley Ivan Hurt_, Apr 18 2023
%p A040563 with(numtheory): Digits := 300: convert(evalf(sqrt(588)),confrac);
%t A040563 PadRight[{24},80,{48,4}] (* or *) Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[588],80]](* _Harvey P. Dale_, Mar 24 2012 *)
%K A040563 nonn,cofr,easy,less
%O A040563 0,1
%A A040563 _N. J. A. Sloane_