1063623
domain: N
Appears in sequences
- a(n) = 2*n*a(n-1) + 1 with a(0) = 1.at n=7A010844
- Square array, read by antidiagonals: form the Euler-Seidel matrix for the sequence {2^k*k!} and then divide column k by 2^k*k!.at n=28A143411
- Triangle read by rows: T(n,k) = 2*k*T(n-1,n-1) + 1 (n >= 0, 0 <= k <= n), with T(0,0) = 1.at n=35A161380
- Square array A(n,k), n >= 0, k >= 0, read by antidiagonals, where column k is the expansion of the e.g.f. exp(x)/(1 - k*x).at n=52A320031
- Triangle read by rows: T(n, k) = n! * 2^k * hypergeom([-k], [-n], 1/2).at n=35A374428