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.

A020107 Ceiling of GAMMA(n+3/10)/GAMMA(3/10).

Original entry on oeis.org

1, 1, 1, 1, 3, 13, 68, 426, 3103, 25751, 239484, 2466678, 27873457, 342843515, 4559818741, 65205407995, 997642742322, 16261576699845, 281325276907304, 5148252567403659, 99361274550890614, 2017033873383079454
Offset: 0

Views

Author

Keywords

Programs

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