632700
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=15A107667
- Column 0 of triangle A107667.at n=5A107668
- Matrix square of triangle A107667.at n=16A107670
- Numbers that are product of a second hexagonal number (A014105) and a square pyramidal numbers (A000330) in at least two ways.at n=31A306122
- 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=26A342202