|
| |
|
|
A006151
|
|
Number of Dyck paths.
(Formerly M4288)
|
|
3
|
|
|
|
1, 1, 6, 91, 2548, 111384, 6852768, 553361016, 55804330152, 6774025632340, 962310111888300, 156490840602392625, 28622389306817092500, 5804104057179375825000, 1289547073500366035700000
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
0,3
|
|
|
COMMENTS
|
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, Apr 12 2007
|
|
|
REFERENCES
|
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. Physique et Informatique. Ph.D Dissertation, Universit\'{e} Bordeaux I, 1983.
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
|
|
|
LINKS
|
Table of n, a(n) for n=0..14.
|
|
|
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, Sep 10 2008]
|
|
|
CROSSREFS
|
Sequence in context: A226382 A095864 A219220 * A005327 A182263 A171910
Adjacent sequences: A006148 A006149 A006150 * A006152 A006153 A006154
|
|
|
KEYWORD
|
nonn
|
|
|
AUTHOR
|
N. J. A. Sloane.
|
|
|
EXTENSIONS
|
More terms from Alois P. Heinz, Sep 10 2008
|
|
|
STATUS
|
approved
|
| |
|
|