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.

A127585 Exponential error term from Stirling's Approximation.

Original entry on oeis.org

1, 1, 18, 345, 10243, 437769, 25260317, 1873346813, 172254143084, 19114537903943, 2506628271002200, 382005168783773474, 66734799966312471195, 13212509243902296154744, 2936153006332857671962341, 726345521215072990990045577, 198595552305314906351047196508
Offset: 0

Views

Author

Jonathan Vos Post, Apr 02 2007

Keywords

Examples

			a(1) = Floor[(sqrt(2*pi) * (1^1) * (1^(1/2))) - 1! ] = Floor(1.50662827) = 1.
a(2) = Floor[(sqrt(2*pi) * (2^2) * (2^(2/2))) - 2! ] = Floor(18.0530262) = 18.
		

Crossrefs

Formula

a(n) = floor(sqrt(2*Pi)*(n^n)*(n^(n/2))) - n!.

Extensions

More terms from Alois P. Heinz, Jan 24 2024