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.

A020122 Ceiling of Gamma(n+3/7)/Gamma(3/7).

Original entry on oeis.org

1, 1, 1, 2, 6, 23, 123, 788, 5853, 49331, 465113, 4850461, 55433830, 688963307, 9251792973, 133490155744, 2059562402903, 33835668047687, 589707357402531, 10867464157846630, 211139303638163097, 4313274345751046121
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A220608.

Programs

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