19324305
domain: N
Appears in sequences
- a(n) = denominator of r(n): r(n) is such that, for every positive integer n, the continued fraction (of rational terms) [r(1);r(2),...,r(n)] equals n(n+1)/2, the n-th triangular number.at n=14A128537
- A symmetrical triangle of coefficients based on A001147: a(n)=(2*n-1)*a(n-1); t(n,m)=a(n)^2/((2*n - 1)*a(m)*a(n - m)).at n=39A143081
- A symmetrical triangle of coefficients based on A001147: a(n)=(2*n-1)*a(n-1); t(n,m)=a(n)^2/((2*n - 1)*a(m)*a(n - m)).at n=41A143081
- T(n,k) = denominator of 2*Pi*Sum_{j=0..n-k-1} ((-1)^j*n*(k + j + 2)*(n + k +j)!*(k + j)!^2)/((n - k - j - 1)!*(2*k + j + 1)!*j!*Gamma(k + j + 3/2)*Gamma(k + j + 5/2)), triangle read by rows (n >= 1, 0 <= k <= n - 1).at n=27A159983
- Binomial(n-k-1,k) * binomial(n-k,k+1) where k = ceiling(n/4).at n=21A171006