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.

A040929 Continued fraction for sqrt(960).

This page as a plain text file.
%I A040929 #23 Jan 17 2024 01:38:05
%S A040929 30,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,
%T A040929 1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,
%U A040929 60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60
%N A040929 Continued fraction for sqrt(960).
%H A040929 <a href="/index/Con#confC">Index entries for continued fractions for constants</a>.
%H A040929 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (0,1).
%F A040929 From _Amiram Eldar_, Jan 17 2024: (Start)
%F A040929 Multiplicative with a(2^e) = 60, and a(p^e) = 1 for an odd prime p.
%F A040929 Dirichlet g.f.: zeta(s) * (1 + 59/2^s). (End)
%p A040929 with(numtheory): Digits := 300: convert(evalf(sqrt(960)),confrac);
%t A040929 ContinuedFraction[Sqrt[960], 100] (* _Amiram Eldar_, Jan 17 2024 *)
%K A040929 nonn,cofr,mult,easy
%O A040929 0,1
%A A040929 _N. J. A. Sloane_