A110347 a(n) = meantorial(n) = the product of the set of n closest numbers with an arithmetic mean of n.
1, 3, 24, 180, 2520, 30240, 604800, 9979200, 259459200, 5448643200, 174356582400, 4446092851200, 168951528345600, 5068545850368000, 223016017416192000, 7694052600858624000, 384702630042931200000, 15003402571674316800000
Offset: 1
Examples
a(3) = 2*3*4 = 24, a(6)= 3*4*5*7*8*9 = 30240.
Crossrefs
Cf. A110348.
Formula
a(2n+1) = (n+1)(n+2)...(2n+1)(2n+2) ...(3n+1)(3n+2). a(2n) = n(n+1)(n+2)...(2n-2)(2n-1)(2n+1)(2n+2)...(3n-1)(3n).
Extensions
More terms from Joshua Zucker, May 08 2006
Comments