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.

A078984 Numerators of continued fraction convergents to zeta(3).

This page as a plain text file.
%I A078984 #21 Dec 10 2024 05:38:56
%S A078984 1,5,6,113,119,232,351,1636,1987,19519,177658,374835,552493,927328,
%T A078984 1479821,3886970,28688611,32575581,61264192,461424925,5136938367,
%U A078984 5598363292,10735301659,16333664951,59736296512,76069961463
%N A078984 Numerators of continued fraction convergents to zeta(3).
%H A078984 Harvey P. Dale, <a href="/A078984/b078984.txt">Table of n, a(n) for n = 0..999</a>
%t A078984 Numerator[Convergents[Zeta[3],30]] (* _Harvey P. Dale_, May 19 2012 *)
%o A078984 (PARI) a(n)=component(component(contfracpnqn(contfrac(zeta(3),n+1)),1),1)
%Y A078984 Cf. A078985 (denominators), A013631 (continued fraction).
%K A078984 cofr,frac,nonn
%O A078984 0,2
%A A078984 _Benoit Cloitre_, Dec 20 2002
%E A078984 Offset changed by _Andrew Howroyd_, Jul 10 2024