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.

Showing 1-1 of 1 results.

A131448 Denominators of n-th approximation of factorial (also called harmonic) expansion of Euler's constant gamma (A001620).

Original entry on oeis.org

1, 2, 2, 24, 40, 144, 5040, 40320, 6048, 6048, 19958400, 53222400, 53222400, 87178291200, 118879488000, 5230697472000, 8083805184000, 3201186852864000, 40548366802944000, 2432902008176640000, 17030314057236480000
Offset: 1

Views

Author

Wolfdieter Lang, Aug 07 2007

Keywords

Comments

For the Havil reference and a W. Lang link see A131447.

Examples

			Rationals r(n): [0, 1/2, 1/2, 13/24, 23/40, 83/144, 2909/5040, 23273/40320, 3491/6048, ...]
		

Crossrefs

Cf. A001620, A096622, A131447 (numerators).

Formula

a(n) = denominator(r(n)), with r(n) = Sum_{k=1..n} b(k)/k!, and b(k) = A096622(k) (factorial expansion of gamma).
Showing 1-1 of 1 results.