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.

A020112 Ceiling of GAMMA(n+4/9)/GAMMA(4/9).

Original entry on oeis.org

1, 1, 1, 2, 6, 25, 131, 843, 6275, 52989, 500443, 5226842, 59818301, 744405516, 10008118595, 144561713038, 2232675345795, 36715105686391, 640474621418149, 11813198572823623, 229701083360459335, 4696111037591613053
Offset: 0

Views

Author

Keywords

Programs

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