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”).

A020129
Ceiling of GAMMA(n+2/5)/GAMMA(2/5).
2
1, 1, 1, 2, 5, 21, 109, 695, 5143, 43194, 406017, 4222570, 48137292, 596902409, 7998492274, 115178288737, 1773745646540, 29089428603256, 506156057696642, 9313271461618196, 180677466355392996, 3685820313650017112
OFFSET
0,4
MAPLE
Digits := 64:f := proc(n, x) ceil(GAMMA(n+x)/GAMMA(x)); end;
CROSSREFS
Sequence in context: A002628 A370656 A357919 * A129582 A152576 A328286
KEYWORD
nonn
AUTHOR
STATUS
approved