Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Revision History for A328610

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

Showing entries 1-10 | older changes
Irregular triangular array read by rows: the rows show the coefficients of the first of two factors of even-degree polynomials described in Comments.
(history; published version)
#12 by N. J. A. Sloane at Thu Oct 31 21:42:22 EDT 2019
STATUS

proposed

approved

#11 by Clark Kimberling at Thu Oct 31 09:27:04 EDT 2019
STATUS

editing

proposed

#10 by Clark Kimberling at Thu Oct 31 09:26:48 EDT 2019
NAME

Irregular triangular array read by rows: the rows show the coefficients of the first of two factors of even-degree polynomials described in Comments.

#9 by N. J. A. Sloane at Thu Oct 31 01:49:02 EDT 2019
STATUS

proposed

editing

#8 by Jon E. Schoenfield at Thu Oct 24 23:47:52 EDT 2019
STATUS

editing

proposed

Discussion
Thu Oct 24
23:49
Jon E. Schoenfield: Or we could use maybe a row of "----------------------" or "==============" below the words "First nine rows:"?
Fri Oct 25
00:49
Michel Marcus: would it have made sense to define T(0, 0) be 1 and get a tabl triangle ?
01:15
Jianing Song: Hi Clark, why not use those earlier A-numbers?
09:12
Clark Kimberling: Michel (and others):  I thought about adding "1" before submitting the sequence and decided against doing so.  If "1" is added, readers might think it actually means something about the polynomials.
Jianing: When I clicked "Contribute new sequence" for one sequence, I got an earlier A-number, but when I clicked for two sequences, I got A328610 and A328611 instead of earlier numbers.
Sat Oct 26
04:48
Jianing Song: Yes. I think you can use A307693 and A327314-318 and A327320-323. Those are A-numbers allocated for you earlier.
10:54
Clark Kimberling: Thanks, Jianing.  I'd forgotten those and will use them soon.
Thu Oct 31
01:49
N. J. A. Sloane: Please add "read by rows" after Triangular array
#7 by Jon E. Schoenfield at Thu Oct 24 23:47:47 EDT 2019
NAME

Irregular triangular array: the rows show the coefficients of the first of two factors of even -degree polynomials described in Comments.

STATUS

proposed

editing

#6 by Jon E. Schoenfield at Thu Oct 24 23:25:12 EDT 2019
STATUS

editing

proposed

#5 by Jon E. Schoenfield at Thu Oct 24 23:25:10 EDT 2019
COMMENTS

It appears that, after the first term, column 1 consists of the Fibonacci numbers, F(k), for k >= 1; see A000045. It appears that after the first row, the row sums are F(2k+1), and the alternating row sums are (-1)^k F(k).

EXAMPLE

*********************

.

-2 , 1 ; (coefficients of -2 + x)

1 , 0 , 1 ; (coefficients of 1 + x^2)

1 , 3 , 0 , 1;

2 , 4 , 6 , 0 , 1;

3 , 10 , 10 , 10 , 0 , 1;

5 , 18 , 30 , 20 , 15 , 0 , 1;

8 , 35 , 63 , 70 , 35 , 21 , 0 , 1;

13 , 64 , 140 , 168 , 140 , 56 , 28 , 0 , 1;

21 , 117 , 288 , 420 , 378 , 252 , 84 , 36 , 0 , 1;

STATUS

proposed

editing

#4 by Clark Kimberling at Thu Oct 24 21:13:47 EDT 2019
STATUS

editing

proposed

#3 by Clark Kimberling at Thu Oct 24 21:05:45 EDT 2019
NAME

allocated for Clark KimberlingIrregular triangular array: the rows show the coefficients of the first of two factors of even degree polynomials described in Comments.

DATA

-2, 1, 1, 0, 1, 1, 3, 0, 1, 2, 4, 6, 0, 1, 3, 10, 10, 10, 0, 1, 5, 18, 30, 20, 15, 0, 1, 8, 35, 63, 70, 35, 21, 0, 1, 13, 64, 140, 168, 140, 56, 28, 0, 1, 21, 117, 288, 420, 378, 252, 84, 36, 0, 1, 34, 210, 585, 960, 1050, 756, 420, 120, 45, 0, 1, 55, 374

OFFSET

1,1

COMMENTS

Let p(n) denote the polynomial (1/n!)*(numerator of n-th derivative of (1-x)/(1-x-x^2)). It is conjectured in A326925 that if n = 2k, then p(n) = f(k)*g(k), where f(k) and g(k) are polynomials of degree k. Row k of the present array shows the coefficients of f(k).

It appears that, after the first term, column 1 consists of the Fibonacci numbers, F(k), for k >=1; see A000045. It appears that after the first row, the row sums are F(2k+1), and the alternating row sums are (-1)^k F(k).

LINKS

Clark Kimberling, <a href="/A328610/b328610.txt">Table of n, a(n) for n = 1..1325</a>

EXAMPLE

First nine rows:

*********************

-2 1 (coefficients of -2 + x)

1 0 1 (coefficients of 1 + x^2)

1 3 0 1

2 4 6 0 1

3 10 10 10 0 1

5 18 30 20 15 0 1

8 35 63 70 35 21 0 1

13 64 140 168 140 56 28 0 1

21 117 288 420 378 252 84 36 0 1

MATHEMATICA

g[x_, n_] := Numerator[(-1)^(n + 1) Factor[D[(1 - x)/(1 - x - x^2), {x, n}]]];

f = Table[FactorList[g[x, n]/n!], {n, 1, 60, 2}]; (* polynomials *)

r[n_] := Rest[f[[n]]];

Column[Table[First[CoefficientList[r[n][[1]], x]], {n, 1, 16}]] (* A328610 *)

Column[Table[-First[CoefficientList[r[n][[2]], x]], {n, 1, 16}]] (* A328611 *)

CROSSREFS
KEYWORD

allocated

sign,tabf

AUTHOR

Clark Kimberling, Oct 24 2019

STATUS

approved

editing