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.

A010167 Continued fraction for sqrt(96).

This page as a plain text file.
%I A010167 #27 Nov 15 2023 01:15:35
%S A010167 9,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,
%T A010167 1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,
%U A010167 1,3,1,18,1,3,1,18,1,3,1,18
%N A010167 Continued fraction for sqrt(96).
%H A010167 Harry J. Smith, <a href="/A010167/b010167.txt">Table of n, a(n) for n = 0..20000</a>
%H A010167 G. Xiao, <a href="http://wims.unice.fr/~wims/en_tool~number~contfrac.en.html">Contfrac</a>.
%H A010167 <a href="/index/Con#confC">Index entries for continued fractions for constants</a>.
%H A010167 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (0,0,0,1).
%F A010167 From _Amiram Eldar_, Nov 14 2023: (Start)
%F A010167 Multiplicative with a(2) = 3, a(2^e) = 18 for e >= 2, and a(p^e) = 1 for an odd prime p.
%F A010167 Dirichlet g.f.: zeta(s) * (1 + 1/2^(s-1) + 15/4^s). (End)
%e A010167 9.79795897113271239278913629... = 9 + 1/(1 + 1/(3 + 1/(1 + 1/(18 + ...)))). - _Harry J. Smith_, Jun 11 2009
%t A010167 ContinuedFraction[Sqrt[96],300] (* _Vladimir Joseph Stephan Orlovsky_, Mar 10 2011 *)
%t A010167 PadRight[{9},120,{18,1,3,1}] (* _Harvey P. Dale_, Apr 14 2020 *)
%o A010167 (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(sqrt(96)); for (n=0, 20000, write("b010167.txt", n, " ", x[n+1])); } \\ _Harry J. Smith_, Jun 11 2009
%Y A010167 Cf. A010547 (decimal expansion).
%K A010167 nonn,cofr,easy,mult
%O A010167 0,1
%A A010167 _N. J. A. Sloane_