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

A020028
Nearest integer to Gamma(n + 1/8)/Gamma(1/8).
0
1, 0, 0, 0, 1, 4, 20, 121, 862, 7000, 63876, 646743, 7195013, 87239530, 1145018832, 16173391002, 244622538903, 3944538439806, 67550220781672, 1224347751667801, 23415650750646696, 471239971356764754
OFFSET
0,6
COMMENTS
Gamma(n + 1/8)/Gamma(1/8) = 1, 1/8, 9/64, 153/512, 3825/4096, 126225/32768, 5175225/262144, 253586025/2097152, ... - R. J. Mathar, Sep 04 2016
MAPLE
Digits := 64:f := proc(n, x) round(GAMMA(n+x)/GAMMA(x)); end;
MATHEMATICA
Table[Round[Gamma[n+1/8]/Gamma[1/8]], {n, 0, 30}] (* Harvey P. Dale, Sep 05 2020 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved