proposed
approved
proposed
approved
editing
proposed
Abramowitz and I. A. Stegun, eds., <a href="http://www.convertit.com/Go/ConvertIt/Reference/AMS55.ASP?Res=150&Page Handbook of Mathematical Functions. p.258</a>, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy]. p. 258.
approved
editing
proposed
approved
editing
proposed
a(n) = (1/2) * numerator of ( 2*H_{2*n+2} - H_{n+1} ), where H_{n} is the nth n-th Harmonic number. - G. C. Greubel, Jul 24 2023
approved
editing
reviewed
approved
proposed
reviewed
editing
proposed
a(n) = (1/2) * numerator of ( 2*H_{2*n+2} - H_{n+1} ), where H_{n} is the nth Harmonic number. - G. C. Greubel, Jul 24 2023
With[{H=HarmonicNumber}, Table[Numerator[2*H[2*n+2] -H[n+1]]/2 , {n, 0, 50}]] (* G. C. Greubel, Jul 24 2023 *)
(Magma) [Numerator((2*HarmonicNumber(2*n+2) - HarmonicNumber(n+1)))/2: n in [0..40]]; // G. C. Greubel, Jul 24 2023
(SageMath) [numerator(2*harmonic_number(2*n+2, 1) - harmonic_number(n+1, 1))/2 for n in range(41)] # G. C. Greubel, Jul 24 2023
approved
editing