A279662 a(n) = (2/3)^n*Gamma(n+3/4)*Gamma(n+1)*Gamma(n+2)/Gamma(3/4).
1, 1, 7, 154, 7700, 731500, 117771500, 29678418000, 11040371496000, 5796195035400000, 4144279450311000000, 3920488359994206000000, 4790836775912919732000000, 7411424492337286825404000000, 14266992147749277138902700000000, 33670101468688294047810372000000000
Offset: 0
Keywords
Links
- Eric Weisstein's World of Mathematics, Hexagonal Pyramidal Number
- Index to sequences related to pyramidal numbers
- Index entries for sequences related to factorial numbers
Crossrefs
Programs
-
Magma
[Round((2/3)^n*Gamma(n+3/4)*Gamma(n+1)*Gamma(n+2) / Gamma(3/4)): n in [0..20]]; // Vincenzo Librandi, Dec 17 2016
-
Mathematica
FullSimplify[Table[(2/3)^n Gamma[n + 3/4] Gamma[n + 1] Gamma[n + 2]/Gamma[3/4], {n, 0, 15}]]
Formula
a(n) = Product_{k=1..n} k*(k + 1)*(4*k - 1)/6, a(0)=1.
a(n) = Product_{k=1..n} A002412(k), a(0)=1.
a(n) ~ (2*Pi)^(3/2)*(2/3)^n*n^(3*n+9/4)/(Gamma(3/4)*exp(3*n)).
Comments