132920
domain: N
Appears in sequences
- Numbers n such that n divides the (right) concatenation of all numbers <= n written in base 21 (most significant digit on right).at n=14A061950
- Triangle, read by rows, where T(n,k) equals the dot product of the vector of terms in row n that are to the right of T(n,k) with the vector of terms in column k that are above T(n,k): T(n,k) = Sum_{j=0..n-k-1} T(n,j+k+1)*T(j+k,k) for n > k+1 > 0, with T(n,n) = 1 and T(n,n-1) = n (n>=1).at n=46A115080
- Column 1 of triangle A115080.at n=8A115082