A020030 Nearest integer to Gamma(n + 5/7)/Gamma(5/7).
1, 1, 1, 3, 12, 58, 333, 2233, 17225, 150104, 1458150, 15623032, 183012659, 2326875239, 31911431853, 469553925838, 7378704548888, 123329776031415, 2184698889699346, 40885079221516335, 806020133224179176
Offset: 0
Keywords
Programs
-
Maple
Digits := 64:f := proc(n,x) round(GAMMA(n+x)/GAMMA(x)); end;
Comments