|
Search: id:A000912
|
|
|
| A000912 |
|
Number of bond-rooted polyenoids with 2n+1 edges. |
|
+0 2
|
|
| 0, 2, 4, 14, 40, 132, 424, 1430, 4848, 16796, 58744, 208012, 742768, 2674440, 9694416, 35357670, 129643360, 477638700, 1767258328, 6564120420, 24466250224, 91482563640, 343059554864, 1289904147324, 4861946193440, 18367353072152
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
REFERENCES
|
S. J. Cyvin, J. Brunvoll, E. Brendsdal, B. N. Cyvin and E. K. Lloyd, Enumeration of polyene hydrocarbons: a complete mathematical solution, J. Chem. Inf. Comput. Sci., 35 (1995) 743-751
|
|
FORMULA
|
a(n)=c(n+1) if n is odd and a(n)=c(n+1)-c(n/2) if n is even, where c(n)=binom(2n, n)/(n+1) are the Catalan numbers (A000108). G.f.=[sqrt(1-4x^2)-sqrt(1-4x)-2x]/(2x^2). a(n)=2*A000150(n+1). - Emeric Deutsch (deutsch(AT)duke.poly.edu), Dec 19 2004
|
|
MAPLE
|
c:=n->binomial(2*n, n)/(n+1):a:=proc(n) if n mod 2 = 1 then c(n+1) else c(n+1)-c(n/2) fi end: seq(a(n), n=0..28); (Deutsch)
|
|
CROSSREFS
|
Adjacent sequences: A000909 A000910 A000911 this_sequence A000913 A000914 A000915
Sequence in context: A006252 A079995 A129367 this_sequence A128750 A047152 A007866
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
E. K. Lloyd (E.K.Lloyd(AT)soton.ac.uk)
|
|
EXTENSIONS
|
More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Dec 19 2004
|
|
|
Search completed in 0.002 seconds
|