login

Revision History for A208338

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Triangle of coefficients of polynomials u(n,x) jointly generated with A208339; see the Formula section.
(history; published version)
#14 by Bruno Berselli at Fri Jan 24 03:27:17 EST 2020
STATUS

reviewed

approved

#13 by Michel Marcus at Fri Jan 24 00:23:55 EST 2020
STATUS

proposed

reviewed

#12 by Jon E. Schoenfield at Thu Jan 23 22:59:51 EST 2020
STATUS

editing

proposed

#11 by Jon E. Schoenfield at Thu Jan 23 22:59:48 EST 2020
COMMENTS

Subtriangle of the triangle given by (1, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...) DELTA (0, 1, 2, -1, 0, 0, 0, 0, 0, 0, 0, ...) where DELTA is the operator defined in A084938 . - Philippe Deléham, Apr 09 2012

FORMULA

u(n,x) = u(n-1,x) + x*v(n-1,x),

v(n,x) = (x+1)*u(n-1,x) + 2x*v(n-1,x),

Contribution from _From _Philippe Deléham_, Apr 09 2012. : (Start)

As DELTA-triangle T(n,k) with 0 <= k <= n :

T(n,k) = T(n-1,k) + 2*T(n-1,k-1) - T(n-2,k-1) + T(n-2,k-2), T(0,0) = T(1,0) = T(2,0) = T(2,1) = 1, T(1,1) = T(2,2) = 0 and T(n,k) = 0 if k < 0 or if k > n. (End)

EXAMPLE

1;

1..., 1;

1..., 2..., 3;

1..., 3..., 7...., 7;

1..., 4..., 12..., 20..., 17;

1

1 + x

1 + 2x + 3x^2

1 + 3x + 7x^2 + 7x^3

1 + 4x + 12x^2 + 20x^3 + 17x^4

From Philippe Deléham, Apr 09 2012: (Start)

(1, 0, 0, 0, 0, 0, 0, ...) DELTA (0, 1, 2, -1, 0, 0, 0, ...) begins :

1;

1, 0;

1, 1, 0;

1, 2, 3, 0;

1, 3, 7, 7, 0;

1, 4, 12, 20, 17, 0;

1, 5, 18, 40, 57, 41, 0 . - _Philippe Deléham_, Apr 09 2012; (End)

STATUS

approved

editing

#10 by N. J. A. Sloane at Sun Sep 08 19:59:30 EDT 2013
COMMENTS

Subtriangle of the triangle given by (1, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...) DELTA (0, 1, 2, -1, 0, 0, 0, 0, 0, 0, 0, ...) where DELTA is the operator defined in A084938 . - _Philippe Deléham, _, Apr 09 2012

FORMULA

Contribution from _Philippe Deléham, _, Apr 09 2012. (Start)

EXAMPLE

1, 5, 18, 40, 57, 41, 0 . - _Philippe Deléham, _, Apr 09 2012

Discussion
Sun Sep 08
19:59
OEIS Server: https://oeis.org/edit/global/1941
#9 by N. J. A. Sloane at Fri Feb 22 14:40:28 EST 2013
COMMENTS

Subtriangle of the triangle given by (1, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...) DELTA (0, 1, 2, -1, 0, 0, 0, 0, 0, 0, 0, ...) where DELTA is the operator defined in A084938 . - DELEHAM Philippe, Deléham, Apr 09 2012

FORMULA

Contribution from DELEHAM Philippe, Deléham, Apr 09 2012. (Start)

EXAMPLE

1, 5, 18, 40, 57, 41, 0 . - DELEHAM Philippe, Deléham, Apr 09 2012

Discussion
Fri Feb 22
14:40
OEIS Server: https://oeis.org/edit/global/1863
#8 by T. D. Noe at Mon Apr 09 18:02:10 EDT 2012
STATUS

proposed

approved

#7 by DELEHAM Philippe at Mon Apr 09 16:14:46 EDT 2012
STATUS

editing

proposed

#6 by DELEHAM Philippe at Mon Apr 09 16:14:40 EDT 2012
COMMENTS

Subtriangle of the triangle given by (1, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...) DELTA (0, 1, 2, -1, 0, 0, 0, 0, 0, 0, 0, ...) where DELTA is the operator defined in A084938 . - DELEHAM Philippe, Apr 09 2012

FORMULA

Contribution from DELEHAM Philippe, Apr 09 2012. (Start)

As DELTA-triangle T(n,k) with 0<=k<=n :

G.f.: (1-2*y*x-y^2*x^2)/(1-x-2*y*x+y*x^2-y^2*x^2).

T(n,k) = T(n-1,k) + 2*T(n-1,k-1) - T(n-2,k-1) + T(n-2,k-2), T(0,0) = T(1,0) = T(2,0) = T(2,1) = 1, T(1,1) = T(2,2) = 0 and T(n,k) = 0 if k<0 or if k>n. (End)

EXAMPLE

(1, 0, 0, 0, 0, 0, 0, ...) DELTA (0, 1, 2, -1, 0, 0, 0, ...) begins :

1

1, 0

1, 1, 0

1, 2, 3, 0

1, 3, 7, 7, 0

1, 4, 12, 20, 17, 0

1, 5, 18, 40, 57, 41, 0 . - DELEHAM Philippe, Apr 09 2012

STATUS

approved

editing

#5 by Russ Cox at Fri Mar 30 18:58:13 EDT 2012
AUTHOR

_Clark Kimberling (ck6(AT)evansville.edu), _, Feb 27 2012

Discussion
Fri Mar 30
18:58
OEIS Server: https://oeis.org/edit/global/285