A020032 Nearest integer to Gamma(n + 3/7)/Gamma(3/7).
1, 0, 1, 1, 5, 23, 123, 788, 5853, 49330, 465113, 4850460, 55433829, 688963306, 9251792972, 133490155744, 2059562402903, 33835668047686, 589707357402530, 10867464157846630, 211139303638163097, 4313274345751046120
Offset: 0
Keywords
Programs
-
Maple
Digits := 64:f := proc(n,x) round(GAMMA(n+x)/GAMMA(x)); end;
Comments