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

A020031
Nearest integer to Gamma(n + 4/7)/Gamma(4/7).
0
1, 1, 1, 2, 8, 38, 210, 1380, 10450, 89574, 857352, 9063435, 104876887, 1318452295, 17893281148, 260730668151, 4059948975491, 67279154450986, 1182190856781603, 21954973054515490, 429690186924088871
OFFSET
0,4
COMMENTS
a(n) equals A020121(n) or A020076(n). - R. J. Mathar, May 18 2007
MAPLE
Digits := 64:f := proc(n, x) round(GAMMA(n+x)/GAMMA(x)); end;
MATHEMATICA
Round[Gamma[Range[0, 20]+4/7]/Gamma[4/7]] (* Harvey P. Dale, Dec 24 2023 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved