-34992
domain: Z
Appears in sequences
- Triangle read by rows of coefficients in expansion of (3-2x)^n, where n is a nonnegative integer.at n=37A303901
- Triangle read by rows: T(0,0) = 1; T(n,k) = 3*T(n-1,k) - 2*T(n-2,k-1) for k = 0..floor(n/2); T(n,k)=0 for n or k < 0. Triangle of coefficients of Fermat polynomials.at n=26A303941
- Triangle read by rows of coefficients in expansions of (-2 + 3*x)^n, where n is nonnegative integer.at n=43A317498
- Triangle read by rows: T(0,0) = 1; T(n,k) = 3 T(n-1,k) - 2 * T(n-3,k-1) for k = 0..floor(n/3); T(n,k)=0 for n or k < 0.at n=23A317502