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.

A020111 Ceiling of GAMMA(n+5/9)/GAMMA(5/9).

Original entry on oeis.org

1, 1, 1, 3, 8, 36, 199, 1303, 9844, 84217, 804739, 8494461, 98158214, 1232430909, 16706285647, 243169268857, 3782633071104, 62623591954943, 1099391947653438, 20399828362013788, 398929976857158504
Offset: 0

Views

Author

Keywords

Programs

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