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

A020109
Ceiling of GAMMA(n+8/9)/GAMMA(8/9).
2
1, 1, 2, 5, 19, 93, 544, 3742, 29514, 262342, 2594262, 28248628, 335844793, 4328666216, 60120364101, 895125421054, 14222548356739, 240203038913808, 4296965473902564, 81164903395937307, 1614279745319197539
OFFSET
0,3
MAPLE
Digits := 64:f := proc(n, x) ceil(GAMMA(n+x)/GAMMA(x)); end;
CROSSREFS
Sequence in context: A103816 A052169 A020019 * A020015 A363210 A291061
KEYWORD
nonn
AUTHOR
STATUS
approved