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.

A280102 Engel expansion of e to the base Pi.

Original entry on oeis.org

2, 5, 20, 89, 809, 10704, 145989, 2054864, 19686928, 128199160
Offset: 0

Views

Author

G. C. Greubel, Dec 25 2016

Keywords

Examples

			e = Pi/2 + Pi^2/(2*5) + Pi^3/(2*5*20) + Pi^4/(2*5*20*89) + Pi^5/(2*5*20*89*809) + ...
		

Crossrefs

Cf. A232325.