-2067
domain: Z
Appears in sequences
- The r-th term of the n-th row of the following array contains the sum of r successively decreasing integers beginning from n, 0 < r <= n (see Example).at n=11A110426
- a(n) = 13 + 12*n - n^2.at n=52A136316
- Triangle T(n,m)= binomial(2*n,m) + binomial(2*n,n-m) -binomial(2*n,n) read by rows.at n=31A176564
- Triangle T(n,m)= binomial(2*n,m) + binomial(2*n,n-m) -binomial(2*n,n) read by rows.at n=32A176564
- Values of n such that L(11) and N(11) are both prime, where L(k) = (n^2+n+1)*2^(2*k) + (2*n+1)*2^k + 1, N(k) = (n^2+n+1)*2^k + n.at n=35A227449
- First term of n-th difference sequence of (floor(e*k/2)), k >= 0.at n=15A325738