The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062985 Generalized Catalan array FS(5; n,r). 6
1, 1, 1, 1, 1, 1, 1, 2, 3, 4, 5, 5, 5, 5, 5, 1, 3, 6, 10, 15, 20, 25, 30, 35, 35, 35, 35, 35, 1, 4, 10, 20, 35, 55, 80, 110, 145, 180, 215, 250, 285, 285, 285, 285, 285, 1, 5, 15, 35, 70, 125, 205, 315, 460, 640, 855, 1105 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,8
COMMENTS
In the Frey-Sellers reference this array is called {n over r}_{m-1}, with m=5.
The step width sequence of this staircase array is [1,4,4,4,....], i.e. the degree of the row polynomials is [0,4,8,12,...]= A008586.
The columns r=0..7 (without leading zeros) give A000012 (powers of 1), A000027 (natural), A000217 (triangular), A000292 (tetrahedral), A000332(4+n), A062988-A062990.
LINKS
D. D. Frey and J. A. Sellers, Generalizing Bailey's generalization of the Catalan numbers, The Fibonacci Quarterly, 39 (2001) 142-148.
FORMULA
a(0, 0)=1, a(n, -1)=0, n >= 1; a(n, r)=0 if r>4*n; a(n, r)=a(n, r-1)+a(n-1, r) else.
G.f. for column r=4*k+j, k >= 0, j=1, 2, 3, 4: (x^(k+1))*N(5; k, x)/(1-x)^(4*k+1+j), with row polynomials of array A062986.
EXAMPLE
{1}; {1,1,1,1,1}; {1,2,3,4,5,5,5,5,5}; ...; N(5; 1,x)=5-10*x+10*x^2-5*x^3+x^4.
CROSSREFS
Sequence in context: A085763 A273264 A281826 * A168092 A210032 A093392
KEYWORD
nonn,easy,tabf
AUTHOR
Wolfdieter Lang, Jul 12 2001
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 6 23:24 EDT 2024. Contains 373135 sequences. (Running on oeis4.)