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.

A020094 Ceiling of GAMMA(n+1/12)/GAMMA(1/12).

Original entry on oeis.org

1, 1, 1, 1, 1, 3, 13, 74, 519, 4193, 38084, 384011, 4256113, 51428024, 672849974, 9475970455, 142929221024, 2298778304797, 39270796040273, 710146895061598, 13551969914092153, 272168729108017393, 5738224038694033365
Offset: 0

Views

Author

Keywords

Programs

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