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.

A246846 a(n) = Catalan(n) mod Fibonacci(n).

Original entry on oeis.org

0, 0, 1, 2, 2, 4, 0, 2, 0, 21, 46, 76, 96, 2, 115, 369, 330, 1804, 481, 330, 8632, 6184, 18226, 35100, 42702, 17098, 108120, 249950, 342721, 433224, 1118854, 760977, 2881920, 566378, 4113707, 2229460, 2634351, 19518945, 48149442, 41302415, 97296382, 35211640
Offset: 1

Views

Author

Vincenzo Librandi, Sep 05 2014

Keywords

Crossrefs

Programs

  • Magma
    [Catalan(n) mod Fibonacci(n): n in [1..50]];
  • Mathematica
    Table[Mod[CatalanNumber[n], Fibonacci[n]], {n, 50}]