OFFSET
0,2
COMMENTS
LINKS
Paul D. Hanna, Table of n, a(n) for n = 0..201
FORMULA
a(n) ~ c * d^n * n^(2*n + 1/2) / exp(2*n), where d = 36.47634888601519724695... and c = 4.4928520452446669... - Vaclav Kotesovec, Mar 02 2026
EXAMPLE
Rectangular array A393760 begins
n = 0: [1, 9, 552, 85842, 24653700, ...];
n = 1: [2, 16, 1020, 165536, 49320160, ...];
n = 2: [3, 25, 1692, 289538, 90173820, ...];
n = 3: [4, 36, 2604, 471456, 153941040, ...];
n = 4: [5, 49, 3792, 726674, 248954740, ...];
...
where the n-th row o.g.f. R(n,x) satisfies:
[x^m] exp( m^2*(m + n)*x - m*R(n,x) ) = 0 for m >= 1, n >= 0.
The main diagonal in the above table forms this sequence.
PROG
CROSSREFS
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Mar 01 2026
STATUS
approved
