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.

A020114 Ceiling of GAMMA(n+1/9)/GAMMA(1/9).

Original entry on oeis.org

1, 1, 1, 1, 1, 4, 18, 105, 741, 6006, 54718, 553254, 6147264, 74450194, 976124761, 13774204959, 208143541602, 3353423725802, 57380805974820, 1039230152655058, 19860842917407766, 399423618672311730
Offset: 0

Views

Author

Keywords

Programs

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