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.

A020131 Ceiling of Gamma(n+3/4)/Gamma(3/4).

Original entry on oeis.org

1, 1, 2, 4, 14, 65, 370, 2496, 19339, 169215, 1649844, 17735823, 208395916, 2657047924, 36534408954, 538882532061, 8487399879955, 142163947989233, 2523410076808877, 47313938940166439, 934450294068287158, 19389843601916958526, 421729098341693847928, 9594336987273535040342
Offset: 0

Views

Author

Keywords

Programs

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