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.

A246604 a(n) = Catalan(n) - n.

Original entry on oeis.org

1, 0, 0, 2, 10, 37, 126, 422, 1422, 4853, 16786, 58775, 208000, 742887, 2674426, 9694830, 35357654, 129644773, 477638682, 1767263171, 6564120400, 24466266999, 91482563618, 343059613627, 1289904147300, 4861946401427, 18367353072126, 69533550915977, 263747951750332, 1002242216651339
Offset: 0

Views

Author

Vincenzo Librandi, Aug 31 2014

Keywords

Crossrefs

All of A000108, A001453, A246604, A273526, A120304, A289615, A289616, A289652, A289653, A289654 are very similar sequences.

Programs

  • Magma
    [Catalan(n)-n: n in [0..30]];
  • Mathematica
    Table[(CatalanNumber[n] - n), {n, 0, 20}]