|
Search: id:A006151
|
|
|
| A006151 |
|
Number of Dyck paths. (Formerly M4288)
|
|
+0 3
|
|
| 1, 1, 6, 91, 2548, 111384, 6852768, 553361016, 55804330152, 6774025632340, 962310111888300, 156490840602392625, 28622389306817092500, 5804104057179375825000, 1289547073500366035700000
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
a(n) is the determinant of the 5X5 Hankel matrix [a_0, a_1, a_2, a_3, a_4 ; a_1, a_2, a_3, a_4, a_5 ; a_2, a_3, a_4, a_5, a_6 ; a_3, a_4, a_5, a_6, a_7 ; a_4, a_5, a_6, a_7, a_8] with a_j=A000108(n+j) . - Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Apr 12 2007
|
|
REFERENCES
|
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
S. J. Cyvin and I. Gutman, Kekule structures in benzenoid hydrocarbons, Lecture Notes in Chemistry, No. 46, Springer, New York, 1988 (see p. 183).
M. de Sainte-Catherine, Couplages et Pfaffiens en Combinatoire. Phys-ique et Informatique. Ph.D Dissertation, Universit\'{e} Bordeaux I, 1983.
|
|
MAPLE
|
with (linalg): ctln:= proc(n) option remember; binomial (2*n, n)/ (n+1) end: a:= n-> det (Matrix(5, (i, j)-> ctln (i+j-2+n))): seq (a(n), n=0..20); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Sep 10 2008]
|
|
CROSSREFS
|
Sequence in context: A000680 A013297 A095864 this_sequence A005327 A113266 A053512
Adjacent sequences: A006148 A006149 A006150 this_sequence A006152 A006153 A006154
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com).
|
|
EXTENSIONS
|
More terms from Alois P. Heinz (heinz(AT)hs-heilbronn.de), Sep 10 2008
|
|
|
Search completed in 0.002 seconds
|