1018710
domain: N
Appears in sequences
- a(n) = if n mod 2 = 1 then (n^2-1)*n^3/4 else n^5/4.at n=21A122657
- Triangle read by rows: T(n,k) = (-1)^k * n! * 2^(n-2*k) * binomial(n,k) * binomial(2*k,k) (0<=k<=n).at n=34A123516
- Triangle read by rows: T(n,k) is the number of trees with n leaves of exactly k colors and all non-leaf nodes having degree 3.at n=52A339650
- Triangle read by rows: n-th row polynomial equals the numerator of the rational function (-1)^n*f(x) * (d/dx)^n (1/f(x)), where f(x) = sqrt(x + x^2).at n=29A368235