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

A020130
Ceiling of GAMMA(n+1/5)/GAMMA(1/5).
2
1, 1, 1, 1, 2, 8, 37, 229, 1648, 13508, 124269, 1267543, 14196478, 173197025, 2286200719, 32464050200, 493453563030, 7993947721072, 137495900802424, 2502425394604114, 48046567576398987, 970540665043259526
OFFSET
0,5
MAPLE
Digits := 64:f := proc(n, x) ceil(GAMMA(n+x)/GAMMA(x)); end;
CROSSREFS
Sequence in context: A342052 A317873 A289316 * A159051 A053520 A202744
KEYWORD
nonn
AUTHOR
STATUS
approved