74369
domain: N
Appears in sequences
- Base 9 digits are, in order, the first n terms of the periodic sequence with initial period 1,2,3,0.at n=5A037700
- Triangle read by rows: first define the Narayana numbers: Y(n,m)=Binomial[n, m]*Binomial[n + 1, m + 1]/(n - m + 1); then t(n,m)=Sum[(-1)^j *Y(n + 1, j)*(k + 1 - j)^n, {j, 0, k + 1}].at n=25A155796
- Triangle, read by rows, T(n, k) = Sum_{j=0..k} (-1)^j*(k-j+1)^n*binomial(n+1, j) *binomial(n+2, j)/(j+1).at n=32A176124
- Number of nondecreasing strings of numbers x(i=1..8) in -n..n with sum x(i)^3 equal to 0.at n=23A188282