526338
domain: N
Appears in sequences
- a(n) = n^2*(n-1)^3/4.at n=19A019584
- Triangle read by rows: T(n, k) = t(n-k, k), where t(0,0) = 1, t(n,m) = 0 if n < 0 or m < 0, else t(n,m) = f(m)*t(n-1,m) + f(n)*t(n,m-1), and f(n) = 6*n + 3.at n=22A257625
- Triangle read by rows: T(n, k) = t(n-k, k), where t(0,0) = 1, t(n,m) = 0 if n < 0 or m < 0, else t(n,m) = f(m)*t(n-1,m) + f(n)*t(n,m-1), and f(n) = 6*n + 3.at n=26A257625
- Numbers whose square can be written as the average of two positive cubes in more than one way.at n=3A322101