~wattazoum/albert/albert-mod

1
2
3
4
5
6
7
8
9
/*******************************************************************/
/***  FILE :     Ty_routines.h                                   ***/
/***  AUTHOR:    Sekhar Muddana                                  ***/
/*******************************************************************/

#define    MAX_DEGREE    15   /* Maximum degree allowed for a term */

static int Catalan[] = {0,1,1,2,5,14,42,132,429,1430,4862,16796,58786,
    208012,742900,2674440};