A020028 Nearest integer to Gamma(n + 1/8)/Gamma(1/8).
1, 0, 0, 0, 1, 4, 20, 121, 862, 7000, 63876, 646743, 7195013, 87239530, 1145018832, 16173391002, 244622538903, 3944538439806, 67550220781672, 1224347751667801, 23415650750646696, 471239971356764754
Offset: 0
Keywords
Programs
-
Maple
Digits := 64:f := proc(n,x) round(GAMMA(n+x)/GAMMA(x)); end;
-
Mathematica
Table[Round[Gamma[n+1/8]/Gamma[1/8]],{n,0,30}] (* Harvey P. Dale, Sep 05 2020 *)
Comments