cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A110318 Number of arcs covered by other arcs in all RNA secondary structures of size n+5 (i.e., with n+5 nodes).

Original entry on oeis.org

1, 5, 17, 53, 157, 448, 1250, 3434, 9326, 25114, 67196, 178895, 474398, 1254072, 3306738, 8701193, 22857026, 59958380, 157098360, 411214120, 1075491286, 2810892598, 7342205478, 19168694232, 50023584613, 130497101659, 340325126923, 887307420361
Offset: 0

Views

Author

Emeric Deutsch, Jul 19 2005

Keywords

Examples

			a(0)=1 because in the 8 (=A004148(5)) RNA secondary structures of size 5, namely 1/2/3/4/5, 13/2/4/5, 14/2/3/5, 15/2/3/4, 1/24/3/5, 1/25/3/4, 1/2/35/4 and 15/24/3 we have altogether 1 arc covered by another arc: in 15/24/3 the arc 24 is covered by the arc 15.
		

Crossrefs

Programs

  • Maple
    Q:=sqrt(1-2*z-z^2-2*z^3+z^4): G:=2*(1-2*z-z^3-(1-z)*Q)/Q/z^5/(1-z+z^2+Q)^2: Gser:=series(G,z=0,38): 1,seq(coeff(Gser,z^n),n=1..30);
  • Mathematica
    CoefficientList[Series[2 (1 - 2 x - x^3 - (1 - x) Sqrt[1 - 2 x - x^2 - 2 x^3 + x^4]) / (x^5 Sqrt[1 - 2 x - x^2 - 2 x^3 + x^4] (1 - x + x^2 + Sqrt[1 - 2 x - x^2 - 2 x^3 + x^4])^2), {x, 0, 33}], x] (* Vincenzo Librandi, Jun 13 2017 *)

Formula

G.f.: 2(1-2z-z^3-(1-z)Q)/(z^5*Q(1-z+z^2+Q)^2), where Q:=sqrt(1-2z-z^2-2z^3+z^4).
a(n) = Sum_{k>=0} k*A110317(n+5,k).
Showing 1-1 of 1 results.