A210279 (6n)!/6^n.
1, 120, 13305600, 29640619008000, 478741050720092160000, 34111736086958726676480000000, 7973107998754741458076119859200000000, 5019026197962676820927435579005599744000000000
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..80
Crossrefs
Programs
-
Magma
[Factorial(6*n)/6^n: n in [0..10]]; // Vincenzo Librandi, Feb 15 2013
-
Mathematica
Table[(6 n)!/6^n, {n, 0, 11}] (* Vincenzo Librandi, Feb 15 2013 *) With[{nn=50},Take[CoefficientList[Series[1/(1-x^6/6),{x,0,nn}],x] Range[0,nn-2]!,{1,-1,6}]] (* Harvey P. Dale, Sep 25 2023 *)
Formula
E.g.f.: 1/(1-x^6/6).