A020035 Nearest integer to Gamma(n + 5/6)/Gamma(5/6).
1, 1, 2, 4, 17, 80, 468, 3197, 25042, 221209, 2175217, 23564850, 278850730, 3578584369, 49503750432, 734305631413, 11626505830701, 195712848150141, 3490212458677514, 65732334638426516, 1303691303662125906
Offset: 0
Keywords
Programs
-
Maple
Digits := 64:f := proc(n,x) round(GAMMA(n+x)/GAMMA(x)); end;
Comments