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.

A020130 Ceiling of GAMMA(n+1/5)/GAMMA(1/5).

Original entry on oeis.org

1, 1, 1, 1, 2, 8, 37, 229, 1648, 13508, 124269, 1267543, 14196478, 173197025, 2286200719, 32464050200, 493453563030, 7993947721072, 137495900802424, 2502425394604114, 48046567576398987, 970540665043259526
Offset: 0

Views

Author

Keywords

Programs

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