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.

A020109 Ceiling of GAMMA(n+8/9)/GAMMA(8/9).

Original entry on oeis.org

1, 1, 2, 5, 19, 93, 544, 3742, 29514, 262342, 2594262, 28248628, 335844793, 4328666216, 60120364101, 895125421054, 14222548356739, 240203038913808, 4296965473902564, 81164903395937307, 1614279745319197539
Offset: 0

Views

Author

Keywords

Programs

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