[go: up one dir, main page]

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

Showing entries 1-10 | older changes
Array read by antidiagonals of trinomial coefficients.
(history; published version)
#20 by N. J. A. Sloane at Fri Jul 03 14:55:05 EDT 2020
LINKS

Milan Janjic, <a href="httphttps://www.emiscs.amsuwaterloo.orgca/journals/JIS/VOL19/Janjic/janjic73.html">Binomial Coefficients and Enumeration of Restricted Words</a>, Journal of Integer Sequences, 2016, Vol 19, #16.7.3

Discussion
Fri Jul 03
14:55
OEIS Server: https://oeis.org/edit/global/2859
#19 by Susanna Cuyler at Wed Aug 23 12:24:49 EDT 2017
STATUS

editing

approved

#18 by Susanna Cuyler at Wed Aug 23 12:24:46 EDT 2017
LINKS

Milan Janjic, <a href="http://www.emis.ams.org/journals/JIS/VOL19/Janjic/janjic73.html">Binomial Coefficients and Enumeration of Restricted Words</a>, Journal of Integer Sequences, 2016, Vol 19, #16.7.3

STATUS

approved

editing

#17 by N. J. A. Sloane at Tue Feb 28 22:31:29 EST 2017
STATUS

proposed

approved

#16 by G. C. Greubel at Tue Feb 28 12:21:37 EST 2017
STATUS

editing

proposed

#15 by G. C. Greubel at Tue Feb 28 12:21:28 EST 2017
COMMENTS

Read as a number triangle, this is the Riordan array (1, x(1+x+x^2)) with T(n,k) =sum Sum_{i=0..floor((n+k)/2), } C(k,2i+2k-n)*C(2i+2k-n,i)}. Rows start {1}, {0,1}, {0,1,1}, {0,1,2,1}, {0,0,3,3,1},... Row sums are then the trinomial numbers A000073(n+2). Diagonal sums are A013979. - Paul Barry, Feb 15 2005

LINKS

G. C. Greubel, <a href="/A071675/b071675.txt">Table of n, a(n) for the first 50 rows, flattened</a>

FORMULA

T(n, k) = T(n-1, k) + T(n-1, k-1) + T(n-1, k-2) starting with T(0, 0)=1. See A027907 for more.

As a number triangle, T(n, k) =sum Sum_{i=0..floor((n-k)/2), } C(n-k-i, i) * C(k, n-k-i)}; . - Paul Barry, Apr 26 2005

MATHEMATICA

T[n_, k_] := Sum[Binomial[n - k - j, j]*Binomial[k, n - k - j], {j, 0,

Floor[(n - k)/2]}]; Table[T[n, k], {n, 0, 10}, {k, 0, n}] // Flatten (* G. C. Greubel, Feb 28 2017 *)

STATUS

approved

editing

#14 by Charles R Greathouse IV at Thu May 01 02:44:22 EDT 2014
COMMENTS

Let {a_(k,i)}, k>=1, i=0,...,k, be the k-th antidiagonal of the array. Then s_k(n)=sum{i=0,...,k}a_(k,i)* binomial(n,k) is the n-th element of the k-th column of A213742. For example, s_1(n)=binomial(n,1)=n is the first column of A213742 for n>1, s_2(n)=binomial(n,1)+binomial(n,2)is the second column of A213742 for n>1, etc. In particular (see comment in A213742) in cases k=4,5,6,7,8, s_k(n) is A005718(n+2), A005719(n), A005720(n), A001919(n), A064055(n+3), respectively. - _Vladimir Shevelev _ and _Peter J. C. Moses, _, Jun 22 2012

Discussion
Thu May 01
02:44
OEIS Server: https://oeis.org/edit/global/2202
#13 by Joerg Arndt at Sat Jun 23 07:57:54 EDT 2012
STATUS

reviewed

approved

#12 by Joerg Arndt at Sat Jun 23 05:36:43 EDT 2012
STATUS

proposed

reviewed

#11 by Joerg Arndt at Sat Jun 23 05:36:36 EDT 2012
STATUS

editing

proposed