[go: up one dir, main page]

login
Revision History for A202840 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Number of secondary structures of size n having no stacks of length 1.
(history; published version)
#11 by R. J. Mathar at Tue Jul 26 16:04:46 EDT 2022
STATUS

editing

approved

#10 by R. J. Mathar at Tue Jul 26 16:04:42 EDT 2022
FORMULA

D-finite with recurrence +(n+4)*a(n) +(-2*n-5)*a(n-1) +(-n-1)*a(n-2) +2*(2*n-1)*a(n-3) +(-n+2)*a(n-4) +4*(-2*n+7)*a(n-5) +3*(n-5)*a(n-6) +3*(2*n-13)*a(n-7) +2*(-n+8)*a(n-8) +2*(-2*n+19)*a(n-9) +(n-11)*a(n-10)=0. - R. J. Mathar, Jul 26 2022

STATUS

approved

editing

#9 by Peter Luschny at Thu Mar 05 12:32:43 EST 2020
STATUS

reviewed

approved

#8 by Joerg Arndt at Thu Mar 05 11:56:13 EST 2020
STATUS

proposed

reviewed

#7 by Michel Marcus at Thu Mar 05 11:28:33 EST 2020
STATUS

editing

proposed

#6 by Michel Marcus at Thu Mar 05 11:28:30 EST 2020
REFERENCES

I. L. Hofacker, P. Schuster and P. F. Stadler, Combinatorics of RNA secondary structures, Discrete Appl. Math., 88, 1998, 207-237.

P. R. Stein and M. S. Waterman, On some new sequences generalizing the Catalan and Motzkin numbers, Discrete Math., 26, 1979, 261-272.

LINKS

I. L. Hofacker, P. Schuster and P. F. Stadler, <a href="https://doi.org/10.1016/S0166-218X(98)00073-0">Combinatorics of RNA secondary structures</a>, Discrete Appl. Math., 88, 1998, 207-237.

P. R. Stein and M. S. Waterman, <a href="https://doi.org/10.1016/0012-365X(79)90033-5">On some new sequences generalizing the Catalan and Motzkin numbers</a>, Discrete Math., 26 (1979), 261-272.

STATUS

approved

editing

#5 by Russ Cox at Fri Mar 30 17:36:29 EDT 2012
AUTHOR

_Emeric Deutsch (deutsch(AT)duke.poly.edu), _, Dec 25 2011

Discussion
Fri Mar 30
17:36
OEIS Server: https://oeis.org/edit/global/173
#4 by N. J. A. Sloane at Mon Dec 26 13:24:45 EST 2011
STATUS

proposed

approved

#3 by Emeric Deutsch at Sun Dec 25 15:43:52 EST 2011
STATUS

editing

proposed

#2 by Emeric Deutsch at Sun Dec 25 15:43:46 EST 2011
NAME

allocated for Emeric DeutschNumber of secondary structures of size n having no stacks of length 1.

DATA

1, 1, 1, 1, 1, 2, 4, 8, 14, 23, 38, 65, 117, 214, 391, 708, 1278, 2318, 4238, 7803, 14419, 26684, 49433, 91736, 170656, 318280, 594905, 1113868, 2088554, 3921505, 7373367, 13883045, 26174600, 49408932, 93372078, 176637791, 334491586, 634023965, 1202894908, 2284187117

OFFSET

0,6

COMMENTS

For "secondary structure" and "stack" see the Hofacker et al. reference, p. 209.

a(n) = A202838(n,0).

REFERENCES

I. L. Hofacker, P. Schuster and P. F. Stadler, Combinatorics of RNA secondary structures, Discrete Appl. Math., 88, 1998, 207-237.

P. R. Stein and M. S. Waterman, On some new sequences generalizing the Catalan and Motzkin numbers, Discrete Math., 26, 1979, 261-272.

FORMULA

G.f. G=G(z) satisfies G = 1+zG +fG(G-1)/(1+f), where f = z^4/(1-z^2).

EXAMPLE

a(5)=2; representing unpaired vertices by v and arcs by AA, BB, etc., the 8 (= A004148(5)) secondary structures of size 5 are vvvvv, AvAvv, vvAvA, AvvAv, vAvvA, AvvvA, vAvAv, ABvBA; they have 0,1,1,1,1,1,1,0 stacks of length 1, respectively.

MAPLE

f := z^4/(1-z^2): eq := G = 1+z*G+f*G*(G-1)/(1+f): G := RootOf(eq, G): Gser := simplify(series(G, z = 0, 42)): seq(coeff(Gser, z, n), n = 0 .. 39);

KEYWORD

allocated

nonn

AUTHOR

Emeric Deutsch (deutsch(AT)duke.poly.edu), Dec 25 2011

STATUS

approved

editing