23836540
domain: N
Appears in sequences
- Triangular matrix T, read by rows, that satisfies: T = D + SHIFT_LEFT(T^2) where SHIFT_LEFT shifts each row 1 place to the left and D is the diagonal matrix {1, 2, 3, ...}.at n=21A107667
- Column 0 of triangle A107667.at n=6A107668
- Matrix square of triangle A107667.at n=22A107670
- T(n,k) = V(n,k)/k!, where V(n,k) = k^(n*k) - Sum_{t=1..k-1} binomial(k,t)*k^(n*(k-t))*V(n,t) for n, k >= 1; square array T read by upwards antidiagonals.at n=34A342202