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.

A092513 Decimal expansion of e^7.

Original entry on oeis.org

1, 0, 9, 6, 6, 3, 3, 1, 5, 8, 4, 2, 8, 4, 5, 8, 5, 9, 9, 2, 6, 3, 7, 2, 0, 2, 3, 8, 2, 8, 8, 1, 2, 1, 4, 3, 2, 4, 4, 2, 2, 1, 9, 1, 3, 4, 8, 3, 3, 6, 1, 3, 1, 4, 3, 7, 8, 2, 7, 3, 9, 2, 4, 0, 7, 7, 6, 1, 2, 1, 7, 6, 9, 3, 3, 1, 2, 3, 3, 1, 2, 9, 0, 2, 2, 4, 7, 8, 5, 6, 8, 7, 8, 7, 2, 4, 9, 8, 4, 3, 8, 8, 4, 2, 0
Offset: 4

Views

Author

Mohammad K. Azarian, Apr 05 2004

Keywords

Examples

			1096.6331584284585992...
		

Crossrefs

Programs

Formula

From Peter Bala, Jan 12 2022: (Start)
e^7 = (1/167)*Sum_{n >= 0} 7^(n+8)/((n+7)^2*(n+8)^2*n!) - 19440/167.
19440/e^7 = 7!*Sum_{n >= 0} (-7)^(n+5)*n^2/(n+7)! - 167. (End)