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

A020114
Ceiling of GAMMA(n+1/9)/GAMMA(1/9).
2
1, 1, 1, 1, 1, 4, 18, 105, 741, 6006, 54718, 553254, 6147264, 74450194, 976124761, 13774204959, 208143541602, 3353423725802, 57380805974820, 1039230152655058, 19860842917407766, 399423618672311730
OFFSET
0,6
MAPLE
Digits := 64:f := proc(n, x) ceil(GAMMA(n+x)/GAMMA(x)); end;
CROSSREFS
Sequence in context: A051827 A007711 A321278 * A376110 A354015 A009597
KEYWORD
nonn
AUTHOR
STATUS
approved