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.

A104268 a(n) = 2*4^(n-1) - (3n-1)/(2n+2)*C(2n,n).

Original entry on oeis.org

1, 3, 12, 51, 218, 926, 3902, 16323, 67866, 280746, 1156576, 4748398, 19439332, 79391708, 323584322, 1316578403, 5348814842, 21702312818, 87955584152, 356114261498, 1440568977932, 5822909703908, 23520345224732
Offset: 1

Views

Author

Ralf Stephan, Apr 17 2005

Keywords

Comments

Cardinality of the set of nesting-similarity classes.
Number of Lyngsø-Pedersen structures with n arcs [Saule et al., Theorem 1]. - Eric M. Schmidt, Sep 20 2017

Crossrefs

Equals A006419(n-1) + A000108(n).

Programs

  • Mathematica
    Table[2 4^(n-1)-(3n-1)/(2n+2) Binomial[2n,n],{n,30}] (* Harvey P. Dale, Oct 03 2011 *)

Formula

G.f.: C+z^2(2zC'+C)^2C, with C(z) the g.f. of the Catalan numbers.
G.f.: (x*(8*x+5*Sqrt[1-4 x]-9)-2*Sqrt[1-4 x]+2)/(2*(1-4*x)*x^2). [Harvey P. Dale, Oct 03 2011]
D-finite with recurrence 2*(n+1)*a(n) +(-21*n+1)*a(n-1) +2*(36*n-43)*a(n-2) +40*(-2*n+5)*a(n-3)=0. - R. J. Mathar, Jun 08 2016