[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
login
Revision History for A156319 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Triangle by columns: (1, 2, 0, 0, 0, ...) in every column.
(history; published version)
#18 by Charles R Greathouse IV at Thu Sep 08 08:45:41 EDT 2022
PROG

(MAGMAMagma) T:= func< n, k | k eq n select 1 else k eq n-1 select 2 else 0 >;

Discussion
Thu Sep 08
08:45
OEIS Server: https://oeis.org/edit/global/2944
#17 by Harvey P. Dale at Mon Feb 28 19:30:10 EST 2022
STATUS

editing

approved

#16 by Harvey P. Dale at Mon Feb 28 19:30:07 EST 2022
MATHEMATICA

Join[{1}, Flatten[Table[PadRight[{2, 1}, n, 0], {n, 3, 20}]]] (* Harvey P. Dale, Feb 28 2022 *)

STATUS

approved

editing

#15 by Joerg Arndt at Sun Jan 26 01:03:54 EST 2020
STATUS

proposed

approved

#14 by Jon E. Schoenfield at Sat Jan 25 22:29:12 EST 2020
STATUS

editing

proposed

#13 by Jon E. Schoenfield at Sat Jan 25 22:29:06 EST 2020
NAME

Triangle by columns: (1, 2, 0, 0, 0, ...) in every column.

COMMENTS

Inverse = a triangle with (1, -2, 4, -8, 16, ...) in every column.

Triangle T(n,k), 0 <= k <= n, given by [2,-2,0,0,0,0,0,0,...] DELTA [1,0,0,0,0,0,0,0,...] where DELTA is the operator defined in A084938. - __Philippe Deléham_, Feb 08 2009

FORMULA

Triangle read by rows, T(n,k) = 1 if (n = k); , 2 if k = n-1, 0 otherwise.

By columns, (1, 2, 0, 0, 0, ...) in every column.

EXAMPLE

First few rows of the triangle =:

STATUS

approved

editing

#12 by Peter Luschny at Sat Sep 21 02:29:26 EDT 2019
STATUS

proposed

approved

#11 by Michel Marcus at Sat Sep 21 02:13:33 EDT 2019
STATUS

editing

proposed

#10 by Michel Marcus at Sat Sep 21 02:13:28 EDT 2019
CROSSREFS
STATUS

proposed

editing

#9 by G. C. Greubel at Fri Sep 20 23:54:26 EDT 2019
STATUS

editing

proposed