756756000
domain: N
Appears in sequences
- Fifth column of triangle A062138 (generalized a=5 Laguerre).at n=6A062151
- Problem 66 in Knuth's Art of Computer Programming, vol. 4, section 7.2.1.5 asks which integer partition of n produces the most set partitions. The n-th term of this sequence is the number of set partitions produced by that integer partition.at n=16A102356
- T(n, k) = (m*n)!/(k!*(n-k)!)^m with m = 3; triangle read by rows, 0 <= k <= n.at n=17A320824
- T(n, k) = (m*n)!/(k!*(n-k)!)^m with m = 3; triangle read by rows, 0 <= k <= n.at n=18A320824
- Least integers of their prime signature (A025487) whose average number of distinct prime factors of their divisors is an integer.at n=24A346015