A100733 a(n) = (4*n)!.
1, 24, 40320, 479001600, 20922789888000, 2432902008176640000, 620448401733239439360000, 304888344611713860501504000000, 263130836933693530167218012160000000, 371993326789901217467999448150835200000000, 815915283247897734345611269596115894272000000000
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..100
Programs
-
Magma
[Factorial(4*n): n in [0..10]]; // Vincenzo Librandi, Sep 24 2011
-
Mathematica
(4*Range[0,20])! (* Harvey P. Dale, Oct 03 2014 *)
Formula
E.g.f.: 1/(1-x^4).
From Ilya Gutkovskiy, Jan 20 2017: (Start)
a(n) ~ sqrt(Pi)*2^(8*n+3/2)*n^(4*n+1/2)/exp(4*n).
Sum_{n>=0} 1/a(n) = (cos(1) + cosh(1))/2 = 1.04169147034169174... = A332890. (End)
Sum_{n>=0} (-1)^n/a(n) = cos(1/sqrt(2))*cosh(1/sqrt(2)). - Amiram Eldar, Feb 14 2021
Extensions
More terms from Harvey P. Dale, Oct 03 2014
Comments