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.

A020106 Ceiling of GAMMA(n+7/10)/GAMMA(7/10).

Original entry on oeis.org

1, 1, 2, 4, 12, 56, 319, 2134, 16431, 142946, 1386570, 14836295, 173584650, 2204525052, 30201993206, 443969300124, 6970318011937, 116404310799339, 2060356301148293, 38528662831473070, 759014657780019469
Offset: 0

Views

Author

Keywords

Programs

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