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.

A205774 G.f. satisfies: A(x) = 1/Product_{n>=1} (1 - x^n*A(x^n)^3).

Original entry on oeis.org

1, 1, 5, 27, 177, 1245, 9399, 73659, 595510, 4923724, 41451675, 354071010, 3061018302, 26732084764, 235476740731, 2089770720125, 18666863392846, 167697751329817, 1514206777182411, 13734387733516323, 125083419013852945, 1143367086845429280
Offset: 0

Views

Author

Paul D. Hanna, Jan 31 2012

Keywords

Examples

			 G.f.: A(x) = 1 + x + 5*x^2 + 27*x^3 + 177*x^4 + 1245*x^5 +...
where
A(x) = 1/((1 - x*A(x)^3) * (1 - x^2*A(x^2)^3) * (1 - x^3*A(x^3)^3) *...).
		

Crossrefs