A010798 a(n) = n! * (n+1)! * (n+2)! * (n+3)! / (2! * 3! * 4!).
1, 120, 43200, 36288000, 60963840000, 184354652160000, 929147446886400000, 7358847779340288000000, 87423111618562621440000000, 1500180595374534583910400000000, 36040338623277818843863449600000000
Offset: 1
Links
Crossrefs
Column 4 in triangle A009963.
Programs
-
Mathematica
#/(2!3!4!)&/@Times@@@Partition[Range[20]!,4,1] (* Harvey P. Dale, Jul 29 2022 *)
Extensions
Offset changed to 1 by Seiichi Manyama, Aug 14 2023