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.

A020132 Ceiling of GAMMA(n+1/4)/GAMMA(1/4).

Original entry on oeis.org

1, 1, 1, 1, 3, 10, 51, 319, 2311, 19061, 176311, 1807182, 20330789, 249052162, 3299941146, 47024161318, 717118460091, 11653174976469, 201017268344079, 3668565147279424, 70619879085128904, 1430052551473860293
Offset: 0

Views

Author

Keywords

Programs

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