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.

A192985 E.g.f. satisfies: A(x) = 1 + x*Sum_{n>=0} (A(x)^n - 1)^n/n!.

Original entry on oeis.org

1, 1, 2, 18, 324, 8600, 304110, 13494012, 723167816, 45583507944, 3314590951050, 273983096442440, 25451868722986332, 2633115724586963772, 301154828427859401086, 37850982841326873432060, 5202124730575982650388880
Offset: 0

Views

Author

Paul D. Hanna, Jul 13 2011

Keywords

Examples

			E.g.f.: A(x) = 1 + x + 2*x^2/2! + 18*x^3/3! + 324*x^4/4! + 8600*x^5/5! +...
where A(x/G(x)) = 1 + x and G(x) is the e.g.f. of A192935:
G(x) = 1 + x + 4*x^2/2! + 39*x^3/3! + 592*x^4/4! + 12965*x^5/5! +...
		

Crossrefs

Cf. A192935.

Formula

E.g.f. satisfies: A(x/G(x)) = 1 + x where G(x) = Sum_{n>=0} ((1+x)^n-1)^n/n! and G(x) = x/Series_Reversion(A(x)-1) = e.g.f. of A192935.