-1009
domain: Z
Appears in sequences
- Triangle of coefficients in the numerators of rational functions in tanh(1) that express the (2n)th du Bois-Reymond constants as C_0 = 0, C_2 = -4 - 1/(1-tanh(1)), for n>1, C_2n = -3 - (Sum_{k=0..n} a(n,k)*tanh(1)^k) / (2^n*n! * (1-tanh(1))^n).at n=28A104053
- Corresponds to m = 3 in a family of 4th-order linear recurrence sequences given by a(m,n) = m^4*a(n-4) + (2*m)^2*a(n-3) - 4*a(n-1), a(m,0) = -1, a(m,1) = 4, a(m,2) = -13 + 6*(m-1) + 3*(m-1)^2, a(m,3) = (-8+m^2)^2.at n=6A113249
- Alternating sum of the squares of the first n odd-indexed Fibonacci numbers.at n=5A156089
- The cube of the g.f. equals the g.f. of A196306.at n=10A196307
- Primes or negative values of primes of the form 59*n^2 - 1873*n + 8941 for n>=0.at n=25A217604
- a(0) = 1; a(n) = Sum_{k=1..n} (-1)^(n - k) * binomial(n,k) * a(k-1) * a(n-k).at n=6A331404
- Square array T(n,k), n >= 1, k >= 0, read by antidiagonals downwards, where T(n,k) = Sum_{j=1..n} (-k)^(floor(n/j) - 1).at n=50A345033