-954
domain: Z
Appears in sequences
- Triangle, read by rows, where column 0 is [1,-1,-2,-3,...,-n,...] and column k+1 is generated by the binomial transform of column k preceded by a zero (column k includes the k zeros above the main diagonal).at n=39A117334
- Triangle read by rows: T(0,0)=1; T(n,k) is the coefficient of x^k in the polynomial (-1)^n*p(n,x), where p(n,x) is the characteristic polynomial of the n X n tridiagonal matrix with 3's on the main diagonal and -1's on the super- and subdiagonal (n >= 1; 0 <= k <= n).at n=22A123965
- Duplicate of A123965.at n=22A124025
- Triangle of coefficients of Chebyshev's S(n,x-3) polynomials (exponents of x in increasing order).at n=22A207815
- Integer solutions to n^4 = x^3 + y^2 (values of x sorted by n).at n=12A221744
- a(n) = (prime(n)^2 - prime(n-1)*prime(n+1))/2, n >= 3.at n=50A342567