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.

A020124 Ceiling of GAMMA(n+1/7)/GAMMA(1/7).

Original entry on oeis.org

1, 1, 1, 1, 2, 5, 24, 144, 1028, 8371, 76528, 776208, 8649166, 105025576, 1380336142, 19521896862, 295617295327, 4772107767406, 81807561726951, 1484222905617530, 28412267050392706, 572304236300767348
Offset: 0

Views

Author

Keywords

Programs

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