[go: up one dir, main page]

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

newer changes | Showing entries 11-20 | older changes
Triangle read by rows: T(n,k) = Sum_{j>=0} j!*T(n-j-1, k-1) for n >= 0, k >= 0.
(history; published version)
#128 by Joerg Arndt at Fri Jul 14 01:38:34 EDT 2023
STATUS

proposed

reviewed

#127 by Michel Marcus at Fri Jul 14 01:25:49 EDT 2023
STATUS

editing

proposed

#126 by Michel Marcus at Fri Jul 14 01:25:46 EDT 2023
LINKS

Paul Barry and A. Hennessy, <a href="https://cs.uwaterloo.ca/journals/JIS/VOL14/Barry2/barry126.html">A Note on Narayana Triangles and Related Polynomials, Riordan Arrays, and MIMO Capacity Calculations </a>, J. Int. Seq. 14 (2011) # 11.3.8.

STATUS

approved

editing

#125 by Peter Luschny at Wed Jun 21 01:21:56 EDT 2023
STATUS

proposed

approved

#124 by Andrey Zabolotskiy at Tue Jun 20 17:16:12 EDT 2023
STATUS

editing

proposed

#123 by Andrey Zabolotskiy at Tue Jun 20 17:16:00 EDT 2023
FORMULA

The operator DELTA takes two sequences r = (r_0, r_1, ...), s = (s_0, s_1, ...) and produces a triangle T(n, k), 0 <= k <= n, as follows:

Let q(k) = x*r_k + y*s_k for k >= 0; let P(n, k) (n >= 0, k >= -1) be defined recursively by P(0, k) = 1 for k >= 0; P(n, -1) = 0 for n >= 1; P(n, k) = P(n, k-1) + q(k)*P(n-1, k+1) for n >= 1, k >= 0. Then P(n, k) is a homogeneous polynomial in x and y of degree n and T(n, k) = coefficient of x^(n-k)*y^k in P(n, 0).

The operator DELTA takes two sequences r = (r_0, r_1, ...), s = (s_0, s_1, ...) and produces a triangle T(n, k), 0 <= k <= n, as follows:

Let q(k) = x*r_k + y*s_k for k >= 0; let P(n, k) (n >= 0, k >= -1) be defined recursively by P(0, k) = 1 for k >= 0; P(n, -1) = 0 for n >= 1; P(n, k) = P(n, k-1) + q(k)*P(n-1, k+1) for n >= 1, k >= 0. Then P(n, k) is a homogeneous polynomial in x and y of degree n and T(n, k) = coefficient of x^(n-k)*y^k in P(n, 0).

STATUS

proposed

editing

#122 by Peter Luschny at Tue Jun 20 11:05:04 EDT 2023
STATUS

editing

proposed

Discussion
Tue Jun 20
11:52
Andrey Zabolotskiy: I kind of agree with you, but not satisfied by your proposed alternative solution. This block of text is still not sufficiently separated from the rest of the section. Maybe move it to the top of the Formula section, where it actually was between 2003 and 2015?
#121 by Peter Luschny at Tue Jun 20 11:04:24 EDT 2023
FORMULA

# The operator DELTA takes two sequences r = (r_0, r_1, ...), s = (s_0, s_1, ...) and produces a triangle T(n, k), 0 <= k <= n, as follows: (Start)

Let q(k) = x*r_k + y*s_k for k >= 0; let P(n, k) (n >= 0, k >= -1) be defined recursively by P(0, k) = 1 for k >= 0; P(n, -1) = 0 for n >= 1; P(n, k) = P(n, k-1) + q(k)*P(n-1, k+1) for n >= 1, k >= 0. Then P(n, k) is a homogeneous polynomial in x and y of degree n and T(n, k) = coefficient of x^(n-k)*y^k in P(n, 0).

Then P(n, k) is a homogeneous polynomial in x and y of degree n and T(n, k) = coefficient of x^(n-k)*y^k in P(n, 0). (End)

STATUS

proposed

editing

#120 by Andrey Zabolotskiy at Tue Jun 20 09:46:10 EDT 2023
STATUS

editing

proposed

Discussion
Tue Jun 20
11:02
Peter Luschny: No, this is a clear abuse of a standard notation, the purpose of which is to delineate an author's contributions. And not to structure text or anything else.
#119 by Andrey Zabolotskiy at Tue Jun 20 09:45:41 EDT 2023
COMMENTS

In general, the triangle [r_0,r_1,r_2,r_3,...] DELTA [s_0,s_1,s_2,s_3,...] has generating function 1/(1-(r_0*x+s_0*x*y)/(1-(r_1*x+s_1*x*y)/(1-(r_2*x+s_2*x*y)/1-(r_3*x+s_3*x*y)/(1-...(continued fraction). See also the Formula section below.

FORMULA

# The operator DELTA takes two sequences r = (r_0, r_1, ...), s = (s_0, s_1, ...) and produces a triangle T(n, k), 0 <= k <= n, as follows: (Start)

Then P(n, k) is a homogeneous polynomial in x and y of degree n and T(n, k) = coefficient of x^(n-k)*y^k in P(n, 0). (End)

STATUS

approved

editing