123244
domain: N
Appears in sequences
- a(n) = Sum_{k=1..n} C(n-1,k-1) * S2(n,k) for n>0, a(0)=1, where S2(n,k) = A048993(n,k) are Stirling numbers of the 2nd kind.at n=8A134055
- Number of 7-step left-handed knight's tours (moves only out two, left one) on an n X n board summed over all starting positions.at n=18A187177
- Number of length n+5 0..3 arrays with some three disjoint pairs in each consecutive six terms having the same sum.at n=25A248484
- Triangle read by rows, T(n, k) = Sum_{j=0..n} (-1)^(n-j)*C(-j, -n)*S2(k, j), S2 the Stirling set numbers A048993, for n >= 0 and 0 <= k <= n.at n=44A271701