391189
domain: N
Appears in sequences
- Triangular matrix T, read by rows, that satisfies: [T^k](n,k) = T(n,k-1) for n>=k>0, or, equivalently, (column k of T^k) = SHIFT_LEFT(column k-1 of T) when zeros above the diagonal are ignored.at n=45A107876
- Triangular matrix T, read by rows, that satisfies: [T^k](n,k) = T(n,k-1) for n>=k>0, or, equivalently, (column k of T^k) = SHIFT_LEFT(column k-1 of T) when zeros above the diagonal are ignored.at n=46A107876
- Column 1 of triangle A107876.at n=8A107877
- Matrix square of triangle A107876; equals matrix product of triangles: A107876^2 = A107862^-1*A107870 = A107867^-1*A107873.at n=47A107880
- Matrix inverse of triangle A098568, where A098568(n, k) = C( (k+1)*(k+2)/2 + n-k-1, n-k) for n>=k>=0.at n=46A121434
- G.f. A(x) satisfies: [x^k] A(x) / (1-x)^n = 0 for k = n*(n+1)/2 + 1 through k = (n+1)*(n+2)/2 for n >= 0.at n=44A305605
- Number of integer compositions of n where adjacent parts are indivisible (either way) and the last and first part are also indivisible (either way).at n=39A318727