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.

A196533 Decimal expansion of 15*e.

Original entry on oeis.org

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

Views

Author

R. J. Mathar, Oct 03 2011

Keywords

Examples

			40.7742274268856785304043120702... = 15*A001113 = 30*A019739.
		

Programs

Formula

Equals sum(j>=1, j^3/(j-1)! ).
Equals 10 * sum(n>=1, A000217(n)/n! ). - Richard R. Forberg, Jul 14 2013