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.

A020032 Nearest integer to Gamma(n + 3/7)/Gamma(3/7).

Original entry on oeis.org

1, 0, 1, 1, 5, 23, 123, 788, 5853, 49330, 465113, 4850460, 55433829, 688963306, 9251792972, 133490155744, 2059562402903, 33835668047686, 589707357402530, 10867464157846630, 211139303638163097, 4313274345751046120
Offset: 0

Views

Author

Keywords

Comments

Gamma(n + 3/7)/Gamma(3/7) = 1, 3/7, 30/49, 510/343, 12240/2401, 379440/16807, 14418720/117649, 648842400/823543, ... - R. J. Mathar, Sep 04 2016

Crossrefs

Programs

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