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.

A058692 a(n) = B(n) - 1, where B(n) = Bell numbers, A000110.

Original entry on oeis.org

1, 4, 14, 51, 202, 876, 4139, 21146, 115974, 678569, 4213596, 27644436, 190899321, 1382958544, 10480142146, 82864869803, 682076806158, 5832742205056, 51724158235371, 474869816156750, 4506715738447322, 44152005855084345
Offset: 2

Views

Author

N. J. A. Sloane, Dec 30 2000

Keywords

Examples

			G.f. = x^2 + 4*x^3 + 14*x^4 + 51*x^5 + 202*x^6 + 876*x^7 + 4139*x^8 + ...
		

Crossrefs

Column k=2 of both A058710 and A058711 (which are the same except for column k=0).
Cf. A000110.

Programs

Formula

G.f.: Sum_{k > 1} x^k / ((1 - x) * (1 - x^2) * ... * (1 - x^k)). - Michael Somos, Feb 26 2014
E.g.f.: exp(exp(x) - 1) - exp(x). - Ilya Gutkovskiy, Feb 08 2020