1708394
domain: N
Appears in sequences
- A problem of configurations: a(0) = 1; for n>0, a(n) = (2n-1)!! - Sum_{k=1..n-1} (2k-1)!! a(n-k). Also the number of shellings of an n-cube, divided by 2^n n!.at n=8A000698
- Triangular matrix T, read by rows, that satisfies: SHIFT_LEFT(column 0 of T^((2*p-1)/2)) = (2*p-1)*(column p of T), or [T^((2*p-1)/2)](m,0) = (2*p-1)*T(p+m,p+1) for all m>=1 and p>=0.at n=28A105615
- Matrix square-root of triangle A105615.at n=37A105623
- Triangle, read by rows, defined by: T(n,k) = Sum_{j=0..n-k-1} T(j+k,k)*T(n-j,k+1) for n > k >= 0, with T(n,n) = n+1.at n=28A127058
- A(n,k) is the sum over all Dyck paths of semilength n of products over all peaks p of (x_p+k*y_p)/y_p, where x_p and y_p are the coordinates of peak p; square array A(n,k), n>=0, k>=0, read by antidiagonals.at n=43A258219
- A(n,k) is the sum over all Dyck paths of semilength n of products over all peaks p of (k*x_p+y_p)/y_p, where x_p and y_p are the coordinates of peak p; square array A(n,k), n>=0, k>=0, read by antidiagonals.at n=43A258222
- Triangle T(n,k) read by rows: coefficients of polynomials P_n(t) defined in Formula section.at n=28A286781
- Array of sequences read by descending antidiagonals, row A(n) is Stieltjes generated from the sequence n, n+1, n+2, n+3, ....at n=47A321964
- Square table, read by antidiagonals: the g.f. for row n is given recursively by (2*n-1)*x*R(n,x) = 1 + (2*n-3)*x - 1/R(n-1,x) for n >= 1 with the initial value R(0,x) = Sum_{k >= 0} A112934(k+1)*x^k.at n=43A355721
- Triangle read by rows. Number of perfect matchings by number of connected components.at n=37A362308