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.

A020034 Nearest integer to Gamma(n + 1/7)/Gamma(1/7).

Original entry on oeis.org

1, 0, 0, 0, 1, 5, 23, 144, 1028, 8370, 76527, 776207, 8649165, 105025576, 1380336142, 19521896861, 295617295326, 4772107767405, 81807561726950, 1484222905617529, 28412267050392705, 572304236300767347
Offset: 0

Views

Author

Keywords

Comments

Gamma(n + 1/7)/Gamma(1/7) = 1, 1/7, 8/49, 120/343, 2640/2401, 76560/16807, 2756160/117649, 118514880/823543, ... - R. J. Mathar, Sep 04 2016

Crossrefs

Programs

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