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.

A020121 Ceiling of GAMMA(n+4/7)/GAMMA(4/7).

Original entry on oeis.org

1, 1, 1, 3, 9, 38, 211, 1381, 10451, 89575, 857352, 9063435, 104876888, 1318452296, 17893281148, 260730668151, 4059948975491, 67279154450986, 1182190856781604, 21954973054515490, 429690186924088871
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A220609.

Programs

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