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.

Showing 1-1 of 1 results.

A372522 G.f. A(x) satisfies A(A(A(A(A(A(x)))))) = Sum_{k>=1} k * 18^(k-1) * x^k.

Original entry on oeis.org

0, 1, 6, -18, 378, -5670, 52488, 930204, -55108026, 575622774, 46483766460, -1494416264796, -85327731650772, 5947844644410876, 192190798316367540, -29067440301002581416, -418574641900663175706, 179341053539746099078422
Offset: 0

Views

Author

Seiichi Manyama, May 04 2024

Keywords

Examples

			A(A(x)) = x + 12*x^2 + 36*x^3 + 432*x^4 - 62208*x^6 + 2846016*x^7 - ...
A(A(A(x))) = x + 18*x^2 + 162*x^3 + 1458*x^4 + 13122*x^5 + 2125764*x^7 + ...
		

Crossrefs

Formula

Define the sequence b(n,m) as follows. If n
Let F(x) = x/(1 - 18*x)^2, B(x) = A(A(x)) and C(x) = A(A(A(x))).
B(B(B(x))) = C(C(x)) = F(x).
B(x) = G(2*x)/2, where G(x) is the g.f. for A372499.
C(x) = H(9*x)/9, where H(x) is the g.f. for A309509.
Showing 1-1 of 1 results.