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

A020098
Ceiling of GAMMA(n+7/11)/GAMMA(7/11).
2
1, 1, 2, 3, 10, 47, 261, 1732, 13221, 114178, 1100260, 11702762, 136177585, 1720789476, 23465311033, 343446825120, 5370259447317, 89341588987180, 1575660751228446, 29364586727439204, 576613703011533458
OFFSET
0,3
MAPLE
Digits := 64:f := proc(n, x) ceil(GAMMA(n+x)/GAMMA(x)); end;
CROSSREFS
Sequence in context: A020116 A290713 A308112 * A013081 A054921 A192258
KEYWORD
nonn
AUTHOR
STATUS
approved