login

Revision History for A106196

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

Showing all changes.
Triangle read by rows, generated from Pascal's triangle.
(history; published version)
#10 by Michael De Vlieger at Sun Feb 13 23:17:38 EST 2022
STATUS

proposed

approved

#9 by Jon E. Schoenfield at Sun Feb 13 22:49:54 EST 2022
STATUS

editing

proposed

#8 by Jon E. Schoenfield at Sun Feb 13 22:49:52 EST 2022
COMMENTS

1, 0, 0, 0, 0, 0, ...

0, 1, 0, 0, 0, 0, ...

0, 1, 1, 0, 0, 0, ...

0, 0, 2, 1, 0, 0, ...

0, 0, 1, 3, 1, 0, ...

0, 0, 0, 3, 4, 1, ...

...

...

... as shown on page 107 of "A Primer for the Fibonacci Numbers".

1, 1, 1, 1, 1, ...

1, 2, 3, 4, 5, ...

1, 3, 5, 7, 9, ...

1, 4, 7, 10, 13, ...

1, 5, 9, 13, 17, ...

...

...

Leftmost column = Fibonacci numbers, next column (1, 2, 5, 10, 20, ...) = Fibonacci numbers convolved with themselves.

EXAMPLE

1, 1, 1, 1, 1, ...

1, 2, 3, 4, 5, ...

2, 5, 8, 11, 14, ...

3, 10, 17, 24, 31, ...

5, 20, 35, 50, 65, ...

...

...; from which we extract antidiagonals, read by rows, become triangle A106196:

1;

1, 1;

2, 2, 1;

3, 5, 3, 1;

5, 10, 8, 4, 1;

8, 20, 17, 11, 5, 1;

13, 38, 35, 24, 14, 6, 1;

21, 71, 68, 50, 31, 17, 7, 1;

...

...

STATUS

approved

editing

#7 by Michel Marcus at Mon Apr 21 01:43:23 EDT 2014
STATUS

proposed

approved

#6 by Jon E. Schoenfield at Mon Apr 21 01:15:57 EDT 2014
STATUS

editing

proposed

#5 by Jon E. Schoenfield at Mon Apr 21 01:15:54 EDT 2014
FORMULA

Let P = an array with columns comprised composed of Pascal's Triangle rows, offset, spaces filled in with zeros; A = an array composed of arithmetic sequences.(n, k). Perform P * A and extract antidiagonals which become the rows of A106196.

STATUS

approved

editing

#4 by Russ Cox at Fri Mar 30 17:25:11 EDT 2012
AUTHOR

_Gary W. Adamson (qntmpkt(AT)yahoo.com), _, Apr 24 2005

Discussion
Fri Mar 30
17:25
OEIS Server: https://oeis.org/edit/global/135
#3 by N. J. A. Sloane at Sat Nov 10 03:00:00 EST 2007
NAME

Triangle read by rows, generated from Pascal's triangle.

EXAMPLE

...; from which we extract antidiagonals, read by rows, become triangle A106196:

KEYWORD

nonn,tabl,new

#2 by N. J. A. Sloane at Fri Feb 24 03:00:00 EST 2006
FORMULA

Let P = an array with columns comprised of Pascal's Triangle rows, offset, spaces filled in with zeros; A = an array composed of arithmetic sequences.(n, k). Perform P * A and extract antidiagonals which become the rows of A106196.

KEYWORD

nonn,tabl,new

#1 by N. J. A. Sloane at Tue Jul 19 03:00:00 EDT 2005
NAME

Triangle by rows, generated from Pascal's triangle.

DATA

1, 1, 1, 2, 2, 1, 3, 5, 3, 1, 5, 10, 8, 4, 1, 8, 20, 17, 11, 5, 1, 13, 38, 35, 24, 14, 6, 1, 21, 71, 68, 50, 31, 17, 7, 1

OFFSET

0,4

COMMENTS

The array P =

1, 0, 0, 0, 0, 0,...

0, 1, 0, 0, 0, 0,...

0, 1, 1, 0, 0, 0,...

0, 0, 2, 1, 0, 0,...

0, 0, 1, 3, 1, 0,...

0, 0, 0, 3, 4, 1,...

...

...as shown on page 107 of "A Primer for the Fibonacci Numbers".

The array A is composed of arithmetic sequences, as a matrix.

1, 1, 1, 1, 1,...

1, 2, 3, 4, 5,...

1, 3, 5, 7, 9,...

1, 4, 7, 10, 13...

1, 5, 9, 13, 17...

...

Leftmost column = Fibonacci numbers, next column (1, 2, 5, 10, 20...) = Fibonacci numbers convolved with themselves.

REFERENCES

V. E. Hoggatt, Jr., editor; "A Primer for the Fibonacci Numbers", 1963, p. 107.

FORMULA

Let P = an array with columns comprised of Pascal's Triangle rows, offset, spaces filled in with zeros; A = an array composed of arithmetic sequences.(n,k). Perform P * A and extract antidiagonals which become the rows of A106196.

EXAMPLE

The operation P * A generates the array:

1, 1, 1, 1, 1,...

1, 2, 3, 4, 5...

2, 5, 8, 11, 14...

3, 10, 17, 24, 31...

5, 20, 35, 50, 65...

...; from which we extract antidiagonals, by rows, become triangle A106196:

1;

1, 1;

2, 2, 1;

3, 5, 3, 1;

5, 10, 8, 4, 1;

8, 20, 17, 11, 5, 1;

13, 38, 35, 24, 14, 6, 1;

21, 71, 68, 50, 31, 17, 7, 1;

...

CROSSREFS
KEYWORD

nonn,tabl

AUTHOR

Gary W. Adamson (qntmpkt(AT)yahoo.com), Apr 24 2005

STATUS

approved