131760
domain: N
Appears in sequences
- Array read by antidiagonals: T(m,n) = Sum_{i=1..m} i*(n-1+i)!.at n=30A100630
- Table read by antidiagonals: T(m,n) gives the ordinal number in the table of permutations of length n+1 of the permutation which reverses the first m+1 items on a list of length n+1, leaving the remaining items unaltered. For example, T(5,7) is 28494 and the 28494th row of the permutation table of order 8 is 5 4 3 2 1 0 6 7.at n=43A100711
- a(n) = Fibonacci(n)*A109041(n) for n>=1, with a(0)=1, where A109041 lists the coefficients in eta(q)^9/eta(q^3)^3.at n=15A205973
- Triangle of F(n,r) of r-geometric numbers, 1 <= r <= n.at n=33A219374
- G.f.: Sum_{n>=0} R_n(x+x*y) * x^(2*n)*y^n / (1-x-x*y)^(4*n+1) = Sum_{n>=0} Sum_{k=0..n} C(n,k)^4 * x^n*y^k, where R_n(x+x*y) equals the n-th row polynomial R_n(z) = Sum_{k=0..2*n} T(n,k)*z^k at z = x+x*y.at n=10A248600
- a(n) = Sum_{k=0..n}(binomial(n-1,n-k)*binomial(n+k-1,n-k)).at n=9A262442
- Sum of the divisors of A000129(n) (Pell numbers).at n=13A363829