A384623
Square array A(n,k), n >= 0, k >= 0, read by antidiagonals downwards, where column k is the expansion of B(x)^k, where B(x) is the g.f. of A384622.
Original entry on oeis.org
1, 1, 0, 1, 1, 0, 1, 2, 7, 0, 1, 3, 15, 75, 0, 1, 4, 24, 164, 989, 0, 1, 5, 34, 268, 2177, 14822, 0, 1, 6, 45, 388, 3585, 32672, 242833, 0, 1, 7, 57, 525, 5235, 53922, 534781, 4253818, 0, 1, 8, 70, 680, 7150, 78972, 882304, 9349160, 78573475, 0, 1, 9, 84, 854, 9354, 108251, 1292456, 15399930, 172255669, 1516124048, 0
Offset: 0
Square array begins:
1, 1, 1, 1, 1, 1, 1, ...
0, 1, 2, 3, 4, 5, 6, ...
0, 7, 15, 24, 34, 45, 57, ...
0, 75, 164, 268, 388, 525, 680, ...
0, 989, 2177, 3585, 5235, 7150, 9354, ...
0, 14822, 32672, 53922, 78972, 108251, 142218, ...
0, 242833, 534781, 882304, 1292456, 1772920, 2332044, ...
-
a(n, k) = if(k==0, 0^n, k*sum(j=0, n, binomial(n+j+k, j)/(n+j+k)*a(n-j, 5*j)));
A384620
Square array A(n,k), n >= 0, k >= 0, read by antidiagonals downwards, where column k is the expansion of (B(x)/x)^k, where B(x) is the g.f. of A213639.
Original entry on oeis.org
1, 1, 0, 1, 1, 0, 1, 2, 5, 0, 1, 3, 11, 38, 0, 1, 4, 18, 86, 357, 0, 1, 5, 26, 145, 815, 3832, 0, 1, 6, 35, 216, 1389, 8758, 45189, 0, 1, 7, 45, 300, 2095, 14967, 103056, 572378, 0, 1, 8, 56, 398, 2950, 22668, 175937, 1300586, 7676653, 0, 1, 9, 68, 511, 3972, 32091, 266470, 2214012, 17368633, 107971691, 0
Offset: 0
Square array begins:
1, 1, 1, 1, 1, 1, 1, ...
0, 1, 2, 3, 4, 5, 6, ...
0, 5, 11, 18, 26, 35, 45, ...
0, 38, 86, 145, 216, 300, 398, ...
0, 357, 815, 1389, 2095, 2950, 3972, ...
0, 3832, 8758, 14967, 22668, 32091, 43488, ...
0, 45189, 103056, 175937, 266470, 377620, 512705, ...
-
a(n, k) = if(k==0, 0^n, k*sum(j=0, n, binomial(n+j+k, j)/(n+j+k)*a(n-j, 3*j)));
A384621
Square array A(n,k), n >= 0, k >= 0, read by antidiagonals downwards, where column k is the expansion of (B(x)/x)^k, where B(x) is the g.f. of A376176.
Original entry on oeis.org
1, 1, 0, 1, 1, 0, 1, 2, 6, 0, 1, 3, 13, 55, 0, 1, 4, 21, 122, 622, 0, 1, 5, 30, 202, 1390, 8015, 0, 1, 6, 40, 296, 2322, 17934, 113164, 0, 1, 7, 51, 405, 3437, 30030, 252847, 1711898, 0, 1, 8, 63, 530, 4755, 44600, 423111, 3814724, 27357970, 0, 1, 9, 76, 672, 6297, 61966, 628454, 6369930, 60766238, 457507917, 0
Offset: 0
Square array begins:
1, 1, 1, 1, 1, 1, 1, ...
0, 1, 2, 3, 4, 5, 6, ...
0, 6, 13, 21, 30, 40, 51, ...
0, 55, 122, 202, 296, 405, 530, ...
0, 622, 1390, 2322, 3437, 4755, 6297, ...
0, 8015, 17934, 30030, 44600, 61966, 82476, ...
0, 113164, 252847, 423111, 628454, 873840, 1164730, ...
-
a(n, k) = if(k==0, 0^n, k*sum(j=0, n, binomial(n+j+k, j)/(n+j+k)*a(n-j, 4*j)));
Showing 1-3 of 3 results.