2905943040
domain: N
Appears in sequences
- a(n) = n^3*binomial(2*n, n)*Fibonacci(n)^2.at n=8A119698
- Number of permutations of 1..n with no element e[i>=2]<e[1+floor((i-2)/5)] (5-way heap).at n=15A178010
- Maximal coefficient (ignoring signs) in Hermite polynomial of order n.at n=15A277281
- Table read by ascending antidiagonals: T(n, k) is the maximum number of quasi k-gons that are not k-gons in a finite projective plane of order n, with k >= 3.at n=26A342307
- a(n) = Sum_{k=0..floor(n/3)} 2^k * 3^(n-3*k) * binomial(k+6,6) * binomial(k,2*(n-3*k)).at n=29A391961