-3760
domain: Z
Appears in sequences
- Triangle T(n,k), read by rows, formed by setting all entries in the zeroth column and in the main diagonal ((n,n) entries) to 1 and defining the rest of the entries by the recursion T(n,k) = T(n-1,k) - T(n,k-1).at n=64A096470
- Triangle built from partial sums of Catalan numbers multiplied by powers of nonpositive numbers.at n=56A112707
- Transform of Fibonacci(n+1) with Hankel transform (-1)^binomial(n+1,2) * Fibonacci(n+1).at n=20A156906