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.

A020115 Ceiling of GAMMA(n+7/8)/GAMMA(7/8).

Original entry on oeis.org

1, 1, 2, 5, 19, 90, 524, 3599, 28342, 251532, 2483878, 27012164, 320769441, 4129906549, 57302453361, 852373993745, 13531437150693, 228343001917932, 4081631159283028, 77040788131467136, 1531185664112909315
Offset: 0

Views

Author

Keywords

Programs

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