login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A246846
a(n) = Catalan(n) mod Fibonacci(n).
2
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,4
LINKS
MATHEMATICA
Table[Mod[CatalanNumber[n], Fibonacci[n]], {n, 50}]
PROG
(Magma) [Catalan(n) mod Fibonacci(n): n in [1..50]];
CROSSREFS
Sequence in context: A357969 A292943 A279906 * A292474 A127528 A063070
KEYWORD
nonn,less
AUTHOR
Vincenzo Librandi, Sep 05 2014
STATUS
approved