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.

A020104 Ceiling of GAMMA(n+1/11)/GAMMA(1/11).

Original entry on oeis.org

1, 1, 1, 1, 1, 3, 14, 82, 577, 4665, 42406, 427909, 4745900, 57382240, 751185684, 10584889175, 159735600270, 2570291022523, 43928610203109, 794708493674423, 15171707606511702, 304813398276280546, 6428791672736098776
Offset: 0

Views

Author

Keywords

Programs

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