A020034 Nearest integer to Gamma(n + 1/7)/Gamma(1/7).
1, 0, 0, 0, 1, 5, 23, 144, 1028, 8370, 76527, 776207, 8649165, 105025576, 1380336142, 19521896861, 295617295326, 4772107767405, 81807561726950, 1484222905617529, 28412267050392705, 572304236300767347
Offset: 0
Keywords
Programs
-
Maple
Digits := 64:f := proc(n,x) round(GAMMA(n+x)/GAMMA(x)); end;
Comments