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.

A371841 G.f. A(x) satisfies A(A(A(A(A(A(x)))))) = x + 6*x^2 + 36*x^3.

Original entry on oeis.org

0, 1, 1, 1, -35, 325, -1295, -12455, 283285, -2186675, -5612255, 324564625, -2869315163, -12271744331, 490525545169, -2159646628535, -58485623789483, 634417586418781, 8780962428445537, -156001827155519807, -2145519156372933275, 50455156500263955781
Offset: 0

Views

Author

Seiichi Manyama, May 04 2024

Keywords

Examples

			A(A(x)) = x + 2*x^2 + 4*x^3 - 64*x^4 + 448*x^5 - 832*x^6 - 24704*x^7 + ...
A(A(A(x))) = x + 3*x^2 + 9*x^3 - 81*x^4 + 405*x^5 + 243*x^6 - 28431*x^7 + ...
		

Crossrefs

Formula

Define the sequence b(n,m) as follows. If n
Let B(x) = A(A(x)) and C(x) = A(A(A(x))).
B(B(B(x))) = C(C(x)) = x + 6*x^2 + 36*x^3.
B(x) = F(2*x)/2, where F(x) is the g.f. for A220288.
C(x) = G(3*x)/3, where G(x) is the g.f. for A220110.