A020029 Nearest integer to Gamma(n + 6/7)/Gamma(6/7).
1, 1, 2, 5, 18, 85, 499, 3422, 26889, 238158, 2347553, 25487720, 302211543, 3885576978, 53842995268, 799953072548, 12684970150411, 213832353964067, 3818434892215474, 72004772253206073, 1429809049027949160
Offset: 0
Keywords
Programs
-
Maple
Digits := 64:f := proc(n,x) round(GAMMA(n+x)/GAMMA(x)); end;
-
Mathematica
Table[Round[Gamma[n+6/7]/Gamma[6/7]],{n,0,20}] (* Harvey P. Dale, Dec 16 2023 *)
Comments