cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A020026 Nearest integer to Gamma(n + 5/8)/Gamma(5/8).

Original entry on oeis.org

1, 1, 1, 3, 10, 45, 251, 1666, 12701, 109544, 1054364, 11202617, 130230419, 1644159040, 22401666926, 327624378798, 5119130918712, 85105551523595, 1499985345603354, 27937227061862467, 548268081089050918
Offset: 0

Views

Author

Keywords

Comments

Gamma(n + 5/8)/Gamma(5/8) = 1, 5/8, 65/64, 1365/512, 39585/4096, 1464645/32768, 65909025/262144, ... - R. J. Mathar, Sep 04 2016

Crossrefs

Programs

  • Maple
    Digits := 64:f := proc(n,x) round(GAMMA(n+x)/GAMMA(x)); end;
Showing 1-1 of 1 results.