login
A367393
a(n) = A103136(2*n, n), the central terms of the inverse of the Delannoy triangle.
0
1, -3, 22, -194, 1838, -18082, 182054, -1861890, 19258078, -200898626, 2109785654, -22275498434, 236225927182, -2514344180194, 26845804973638, -287403142763522, 3084015902579646, -33160937871888514, 357206218412519510, -3853959574555396290, 41640758821142160110
OFFSET
0,2
COMMENTS
A combinatorial interpretation in terms of Schroeder paths is given in A103136.
PROG
(SageMath) # Using function A103136.
def A367393List(size):
M = A103136(2*size)
return [M[2*n][n] for n in range(size)]
print(A367393List(21))
CROSSREFS
Cf. A103136.
Sequence in context: A001393 A046743 A121952 * A250888 A098618 A357031
KEYWORD
sign
AUTHOR
Peter Luschny, Nov 16 2023
STATUS
approved