A020038 Nearest integer to Gamma(n + 3/5)/Gamma(3/5).
1, 1, 1, 2, 9, 41, 231, 1528, 11610, 99850, 958562, 10160756, 117864768, 1485096081, 20197306708, 294880677942, 4600138575888, 76362300359740, 1343976486331426, 24997962645764522, 489960067856984638
Offset: 0
Keywords
Programs
-
Maple
Digits := 64:f := proc(n,x) round(GAMMA(n+x)/GAMMA(x)); end;
-
Mathematica
Table[Round[QGamma[n+3/5,1]/QGamma[3/5,1]],{n,0,20}] (* Harvey P. Dale, May 19 2019 *)
Comments