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.

A232434 Limit of rows in triangle A232433 when read in reverse order.

Original entry on oeis.org

1, 2, 6, 14, 32, 68, 142, 276, 542, 1022, 1876, 3394, 6066, 10628, 18412, 31344, 52868, 88370, 146180, 239310, 388370, 624688, 997586, 1582640, 2493908, 3902574, 6069194, 9378078, 14411150, 22034860, 33520642, 50747992, 76471200, 114689926, 171242092, 254587046, 376981800, 556129468, 817412048, 1197096472, 1747047580
Offset: 1

Views

Author

Paul D. Hanna, Nov 23 2013

Keywords

Comments

Conjecture: a(n) equals sum of f(lambda) over all partitions of n, where f is defined recursively as f({})=1; f(lambda)=binomial(i+j,j) f(mu)f(nu); with i and j the row and column of the box in the Young-Ferrers diagram of lambda such that i+j is maximized, and mu is lambda with the first i rows removed, and nu is lambda with the first j columns removed. See Math Overflow link. - Wouter Meeussen, Apr 07 2014

Examples

			The triangle A232433 of coefficients of x^n*q^k, n >= 0, k = 0..n*(n-1)/2, begins:
[1];
[1];
[2, 1];
[6, 6, 2, 1];
[24, 36, 22, 14, 6, 2, 1];
[120, 240, 210, 160, 104, 56, 32, 14, 6, 2, 1];
[720, 1800, 2040, 1830, 1448, 992, 674, 408, 232, 128, 68, 32, 14, 6, 2, 1]; ...
where this sequence is the limit of the rows read in reverse order.
		

Crossrefs

Cf. A232433.

Programs

Formula

E.g.f. of triangle A232433 satisfies: G(x,q) = exp(Integral G(x,q)*G(q*x,q) dx).