Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Evaluate the Fuss–Catalan number
ResourceFunction["FussCatalanNumber"][n,m] gives the Fuss–Catalan number |
Evaluate numerically:
| In[1]:= |
| Out[1]= |
Evaluate for large arguments:
| In[2]:= |
| Out[2]= |
Evaluate for half-integer arguments:
| In[3]:= |
| Out[3]= |
| In[4]:= |
| Out[4]= |
FussCatalanNumber threads elementwise over lists:
| In[5]:= |
| Out[5]= |
FussCatalanNumber[n,m] counts the number of groupings of 1,…,(m-1)n+1 taken m at a time:
| In[6]:= |
| Out[6]= |
| In[7]:= |
| Out[7]= |
Use FussCatalanNumber to count the number of m-Raney sequences:
| In[8]:= |
| Out[8]= |
| In[9]:= |
| Out[9]= |
FussCatalanNumber[n,2] is equivalent to CatalanNumber[n]:
| In[10]:= |
| Out[10]= |
A convolution relation satisfied by FussCatalanNumber:
| In[11]:= | ![]() |
| Out[11]= |
This work is licensed under a Creative Commons Attribution 4.0 International License