252887040domain: NAppears in sequencesa(n) = n * (n+1)^2 * (n+2)^3 * (n+3)^4.at n=5A101214a(n) = Product_{k=1..n} (n + k)^k.at n=4A368132