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.

A020025 Nearest integer to Gamma(n + 7/8)/Gamma(7/8).

Original entry on oeis.org

1, 1, 2, 5, 18, 89, 523, 3599, 28342, 251532, 2483877, 27012163, 320769441, 4129906549, 57302453361, 852373993744, 13531437150692, 228343001917932, 4081631159283027, 77040788131467135, 1531185664112909315
Offset: 0

Views

Author

Keywords

Comments

Gamma(n + 7/8)/Gamma(7/8) = 1, 7/8, 105/64, 2415/512, 74865/4096, 2919735/32768, 137227545/262144, ... - R. J. Mathar, Sep 04 2016

Crossrefs

Programs

  • Maple
    Digits := 64:f := proc(n,x) round(GAMMA(n+x)/GAMMA(x)); end;