login
A396995
Square array A(n,k), n >= 1, k >= 0, read by antidiagonals downwards, where column k is the expansion of B^k(x), where B(x) is the g.f. of A378576.
4
1, 1, 0, 1, 1, 0, 1, 2, 6, 0, 1, 3, 14, 66, 0, 1, 4, 24, 163, 981, 0, 1, 5, 36, 297, 2496, 17576, 0, 1, 6, 50, 474, 4711, 45577, 359101, 0, 1, 7, 66, 700, 7816, 88073, 944034, 8109026, 0, 1, 8, 84, 981, 12025, 150144, 1856179, 21546983, 198480901, 0
OFFSET
1,8
LINKS
FORMULA
G.f. B(x) satisfies B(x) = x*(1 + B^l(x)), where B^l(x) denotes the l-th iterate of B.
Let a(n,k,l) = [x^n] B^k(x), where B^k(x) is the k-th iterate of B.
a(n,0,l) = 0^(n-1) and a(n,k,l) = a(n,k-1,l) + Sum_{j=1..n-1} a(j,k+l-1,l) * a(n-j,k-1,l) for k > 0.
A(n,k) = a(n,k,6).
EXAMPLE
Square array begins:
1, 1, 1, 1, 1, 1, 1, ...
0, 1, 2, 3, 4, 5, 6, ...
0, 6, 14, 24, 36, 50, 66, ...
0, 66, 163, 297, 474, 700, 981, ...
0, 981, 2496, 4711, 7816, 12025, 17576, ...
0, 17576, 45577, 88073, 150144, 238000, 359101, ...
...
CROSSREFS
Column k=1 gives A378576.
Column k=6 gives A378576(n+1).
Sequence in context: A118354 A384621 A381603 * A080730 A232178 A016590
KEYWORD
nonn,tabl
AUTHOR
Seiichi Manyama, Jun 13 2026
STATUS
approved