A020061 Integer part of GAMMA(n+7/10)/GAMMA(7/10).
1, 0, 1, 3, 11, 55, 318, 2133, 16430, 142945, 1386569, 14836294, 173584649, 2204525051, 30201993205, 443969300123, 6970318011936, 116404310799338, 2060356301148292, 38528662831473069, 759014657780019468
Offset: 0
Keywords
Programs
-
Maple
Digits := 64:f := proc(n,x) trunc(GAMMA(n+x)/GAMMA(x)); end;