A078984 Numerators of continued fraction convergents to zeta(3).
1, 5, 6, 113, 119, 232, 351, 1636, 1987, 19519, 177658, 374835, 552493, 927328, 1479821, 3886970, 28688611, 32575581, 61264192, 461424925, 5136938367, 5598363292, 10735301659, 16333664951, 59736296512, 76069961463
Offset: 0
Links
- Harvey P. Dale, Table of n, a(n) for n = 0..999
Programs
-
Mathematica
Numerator[Convergents[Zeta[3],30]] (* Harvey P. Dale, May 19 2012 *)
-
PARI
a(n)=component(component(contfracpnqn(contfrac(zeta(3),n+1)),1),1)
Extensions
Offset changed by Andrew Howroyd, Jul 10 2024