|
Search: id:A066822
|
|
|
| A066822 |
|
The fourth row of A038622, triangular array that counts rooted polyominoes. |
|
+0 1
|
|
| 1, 5, 20, 71, 238, 770, 2436, 7590, 23397, 71566, 217646, 659022, 1988805, 5986176, 17980968, 53922096, 161492571, 483149385, 1444245936, 4314214443, 12880107548
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
There is a general solution for all rows of this triangular array: For the k-th row and n-th term on this row: a(0)=0; a(1)=1; a(n) = (2*k-1+n)*n*a(n) = 2*(n+k)*(n+k-1)*a(n-1) + 3*(n+k-1)*(n+k-2)*a(n-2)
|
|
REFERENCES
|
D. Gouyou-Beauchamps and G. Viennot, Equivalence of the two-dimensional directed animal problem to a one-dimensional path problem, Adv. in Appl. Math. 9 (1988), no. 3, 334-357.
|
|
FORMULA
|
a(0)=0; a(1)=1; (n+7)*n*a(n)=2*(n+4)*(n+3)*a(n-1) + 3*(n+3)*(n+2)*a(n-2)
|
|
PROGRAM
|
(PARI) s=[0, 1]; {A038622(n, k)=if(n==0, 1, t=(2*(n+k)*(n+k-1)*s[2]+3*(n+k-1)*(n+k-2)*s[1])/((n+2*k-1)*n); s[1]=s[2]; s[2]=t; t)}
|
|
CROSSREFS
|
Cf. A038622.
Sequence in context: A054444 A121332 A122695 this_sequence A137212 A118049 A114247
Adjacent sequences: A066819 A066820 A066821 this_sequence A066823 A066824 A066825
|
|
KEYWORD
|
easy,nice,nonn
|
|
AUTHOR
|
Randall L. Rathbun, Jan 19 2002
|
|
|
Search completed in 0.002 seconds
|