login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A020061
Integer part of GAMMA(n+7/10)/GAMMA(7/10).
2
1, 0, 1, 3, 11, 55, 318, 2133, 16430, 142945, 1386569, 14836294, 173584649, 2204525051, 30201993205, 443969300123, 6970318011936, 116404310799338, 2060356301148292, 38528662831473069, 759014657780019468
OFFSET
0,4
MAPLE
Digits := 64:f := proc(n, x) trunc(GAMMA(n+x)/GAMMA(x)); end;
CROSSREFS
Sequence in context: A377965 A094259 A091845 * A370514 A330041 A125696
KEYWORD
nonn
AUTHOR
STATUS
approved