A020025 Nearest integer to Gamma(n + 7/8)/Gamma(7/8).
1, 1, 2, 5, 18, 89, 523, 3599, 28342, 251532, 2483877, 27012163, 320769441, 4129906549, 57302453361, 852373993744, 13531437150692, 228343001917932, 4081631159283027, 77040788131467135, 1531185664112909315
Offset: 0
Keywords
Programs
-
Maple
Digits := 64:f := proc(n,x) round(GAMMA(n+x)/GAMMA(x)); end;
Comments