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-2 of 2 results.

A065065 Number of noncrossing connected graphs with nodes on a circle having n edges.

Original entry on oeis.org

1, 3, 13, 64, 341, 1913, 11132, 66573, 406653, 2526351, 15913347, 101396034, 652378120, 4232439734, 27657380019, 181872596607, 1202641671293, 7991878198287, 53343146808137, 357464739709920, 2404073823950915
Offset: 1

Views

Author

Emeric Deutsch, Nov 06 2001

Keywords

Examples

			a(3)=13 because we have 1 triangle on 3 nodes and 12 non-crossing trees on 4 nodes.
		

Crossrefs

Programs

  • Maple
    A065065 := n-> sum(binomial(3*k-3,n+k)*binomial(n-1,n-k+1)/(k-1),k=ceil((n+3)/2)..n+1);
  • Mathematica
    terms = 21;
    A[_] = 0;
    Do[A[x_] = x (1 + 3 A[x] + 4 A[x]^2 + A[x]^3) + O[x]^(terms+1), {terms+1}];
    CoefficientList[A[x]/x, x] (* Jean-François Alcover, Jul 29 2018, after Vladimir Kruchinin *)
  • PARI
    a(n)=sum(k=ceil((n+3)/2), n+1, binomial(3*k-3,n+k)*binomial(n-1,n-k+1)/(k-1)); \\ Andrew Howroyd, Nov 12 2017
    
  • PARI
    Vec(serreverse(x/(1+3*x+4*x^2+x^3) + O(x^20))) \\ Andrew Howroyd, Nov 12 2017

Formula

a(n) = Sum_{k=ceiling((n+3)/2)..n+1} binomial(3*k-3,n+k)*binomial(n-1,n-k+1)/(k-1).
G.f. satisfies: A(x) = x*(1+3*A(x)+4*A(x)^2+A(x)^3). - Vladimir Kruchinin, Nov 12 2014
a(n) = Sum_{m=n..2*n-2} A127537(m,n). - Andrew Howroyd, Nov 12 2017
D-finite with recurrence 8*n*(2*n+1)*a(n) +2*(-46*n^2+55*n-18)*a(n-1) +6*(-30*n^2+60*n-7)*a(n-2) +2*(n-3)*(28*n-163)*a(n-3) +93*(n-3)*(n-4)*a(n-4)=0. - R. J. Mathar, Jul 26 2022

A354622 Irregular triangle read by rows: Refined 3-Narayana triangle. Coefficients of partition polynomials of A134264, a refined Narayana triangle enumerating noncrossing partitions, with all h_k other than h_0, h_3, h_6, ..., h_(3n), ... replaced by zero.

Original entry on oeis.org

1, 1, 3, 1, 9, 12, 1, 12, 6, 66, 55, 1, 15, 15, 105, 105, 455, 273, 1, 18, 18, 9, 153, 306, 51, 816, 1224, 3060, 1428, 1, 21, 21, 21, 210, 420, 210, 210, 1330, 3990, 1330, 5985, 11970, 20349, 7752, 1, 24, 24, 24, 12, 276, 552, 552, 276, 276, 2024, 6072, 3036, 6072, 506, 10626, 42504, 21252, 42504, 106260, 134596, 43263
Offset: 1

Views

Author

Tom Copeland, Jul 08 2022

Keywords

Comments

A set of partition polynomials with these coefficients and the polynomials of A338135 can be generated by substitution of the refined Narayana, or noncrossing partition, polynomials N_n[h_1,...,h_n] of A134264 (h_0=1) into themselves--once for A338135 and twice for this entry--or by setting the indeterminates h_n of A134264 to zero except for h_0, h_3, h_6, ..., h_(3n), ... with h_0 = 1 and ultimately re-indexing. This is equivalent to recursive use of the Lagrange inversion formula on f(x) = x / h(x) = x / (1 + h_1 x + h_2 x^2 + ...) since its compositional inverse is f^{(-1)}(x) = x + N_1(h_1) x + N_2(h_1,h_2) x^2 + .... The equivalence of the two methods of generation--the substitution and the zeroing out--follows from the general theorems stated by Peter Bala in his presentation of formulas for A108767 in 2008, which stem from a fixed point-iteration formalism of a basic identity for a compositional inverse pair, x* h(f^{(-1)}(x)) = f^{(-1)}(x), where, as above, h(x) = x / f(x).
The sets of refined m-Narayana polynomials are used by Cachazo and Umbert to characterize the scattering amplitudes of a class of quantum fields (see, e.g., section 7.3).
These could also be called the refined 3-Dyck path polynomials. From the interpretation of A134264 as Dyck paths in A125181, or staircases whose steps never rise above the diagonal of a square grid (see illustrations in Weisstein), the monomials of the partition polynomial N_4 = 1 (4') + 4 (1') (3') + 2 (2')^2 + 6 (1')^2 (2') + 1 (1')^4 of A134264 have the following correspondences:
1 (4') --> 1 staircase of one step of height 4,
4 (1') (3') --> 4 staircases of 1 step of height 1 and 1 step of height 3,
2 (2')^2 --> 2 staircases of 2 steps of height 2,
6 (1')^2 (2') --> 6 staircases of 2 steps of height 1 and 1 step of height 2,
1 (1')^4 --> 1 staircase of 4 steps of height 1.
Consequently, the partition polynomials G_{3n} of this entry enumerate staircases of height 3n with steps of heights 3, 6, 9, ..., 3k, ... only.
Diverse combinatorial models of the refined m-Narayana, or m-Dyck, polynomials are inherited from those presented for the refined Narayana, or noncrossing partition, polynomials in A134264 and A125181 and in the references therein.
A127537 gives a combinatorial model (see title and Domb and Barret therein, Table 2, p. 355) that contains the coefficients of the monomials h_1^n and h_1^(n-2) h_2, i.e., A001764 and A003408.

Examples

			Triangle begins:
  1;
  1,  3;
  1,  9, 12;
  1, 12,  6, 66,  55;
  1, 15, 15, 105, 105, 455, 273;
  ...
Row 1: G_3  = g_3
row 2: G_6  = g_6 + 3 g_3^2
row 3: G_9  = g_9 + 9 g_3 g_6 + 12 g_3^3
row 4: G_12 = g_12 + 12 g_3 g_9 + 6 g_6^2 + 66 g_3^2 g_6 + 55 g_3^4
row 5: G_15 = g_15 + 15 g_3 g_12 + 15 g_6 g_9 + 105 g_3^2 g_9 + 105 g_3 g_6^2
              + 455 g_3^3 g_6 + 273 g_3^5.
.
In the notation of Abramowitz and Stegun p. 831 with indices of the partitions above divided by 3 and partition indeterminates h_n denoted (n):
R_1 = (1);
R_2 = (2) + 3 (1)^2;
R_3 = (3) + 9 (1) (2) + 12 (1)^3;
R_4 = (4) + 12 (1) (3) + 6 (2)^2 + 66 (1)^2 (2) + 55 (1)^4;
R_5 = (5) + 15 (1) (4) + 15 (2) (3) + 105 (1)^2 (3) + 105 (1) (2)^2 + 455 (1)^3(2)
          + 273 (1)^5.
		

Crossrefs

The length of row n is equal to A000041(n).
Row sums give A002293, n >= 1.

Programs

  • Mathematica
    Table[Binomial[Total[y], Length[y]-1] (Length[y]-1)! / Product[Count[y, i]!, {i, Max@@y}], {n, 8}, {y, Sort[Sort /@ IntegerPartitions[3n, n, Range[3, 3n, 3]]]}] // Flatten (* Andrey Zabolotskiy, Feb 19 2024, using Gus Wiseman's code for A134264 *)
  • PARI
    \\ Compare with A134264
    C(v)={my(n=vecsum(v), S=Set(v)); n!/((n-#v+1)!*prod(i=1, #S, my(x=S[i]); (#select(y->y==x, v))!))}
    row(n)=[C(3*Vec(p)) | p<-partitions(n)]
    { for(n=1, 7, print(row(n))) } \\ Andrew Howroyd, Feb 19 2024

Formula

Coefficients of the monomials are those of the surviving monomials of the partition polynomials of A134264 after zeroing all indeterminates other than h_0, h_3, h_6, h_9, ..., h_(3n), .... The multinomial coefficients of A125181 also apply for G_n, giving the coefficient of the monomial h_1^e_1 h_2^e_2 ... h_n^n of R_n with se := e_1 + e_2 + ... + e_n as (3n)! / ((3n-se+1)! (e_1)! (e_2)! ... (e_n)!).
1*e_1 + 2*e_2 + ... + n*e_n = n for each monomial of R_n.
The partition polynomials R_n = N_n^3 of this entry can be determined from those of A338135, N_n^2, by substituting the partition polynomials of A134264, N_n, for the indeterminate h_n = (n) of N_n^2 or by doing the same for A134264 twice. E.g., N_1(h_1) = h_1, N_2(h_1,h_2) = h_2 + h_1^2, so N_2^2(h_1,h_2) = N_2(N_1,N_2) = N_2 + N_1 = h_2 + h_1^2 + h_1^2 = h_2 + 2 h_1^2 and N_2^3(h_1,h_2) = N_2^2(N_1,N_2) = N_2 + 2 N_1^2 = h_2 + h_1^2 + 2 h_1^2 = h_2 + 3 h_1^2.
Reduces with all indeterminates h_n = (n) = t to A173020.
The coefficient of the monomial h_1^n is (3*n)! / ((3*n-n+1)! n!) = A001764(n) (see also A179848 and A235534). In general, the coefficients of these monomials of the refined (m+1)-Narayana polynomials are the Fuss-Catalan sequence associated to the row sums of the refined m-Narayana polynomials.
The coefficient of the monomial h_1^(n-2) h_2 is (3n)! / ((3n-n+2)! (n-2)!) = A003408(n-2) for n > 1.
The coefficient of the monomial h_1^(n-3) h_3 is (3n)! / ((3n-n+3)! (n-3)!) = A004321(n) for n > 2.

Extensions

Rows 6-8 added by Andrey Zabolotskiy, Feb 19 2024
Showing 1-2 of 2 results.