login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A157897 Triangle read by rows, T(n,k) = T(n-1,k) + T(n-2,k-1) + T(n-3,k-3) 1
1, 1, 0, 1, 1, 0, 1, 2, 0, 1, 1, 3, 1, 2, 0, 1, 4, 3, 3, 2, 0, 1, 5, 6, 5, 6, 0, 1, 1, 6, 10, 9, 12, 3, 3, 0, 1, 7, 15, 16, 21, 12, 6, 3, 0, 1, 8, 21, 27, 35, 30, 14, 12, 0, 1 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,8

COMMENTS

Sum of n-th row = A000073(n+2). [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Jun 25 2009]

REFERENCES

Kenneth Edwards, "A Pascal-Like Triangle Related to the Tribonacci Numbers"; Fibonacci Quarterly, Volume 46/47, Number 1, February 2009.

FORMULA

Triangle read by rows, T(n,k) = T(n-1,k) + T(n-2,k-1) + T(n-3,k-3), n>4.

EXAMPLE

First few rows of the triangle are:

1;

1, 0;

1, 1, 0;

1, 2, 0, 1;

1, 3, 1, 2, 0;

1, 4, 3, 3, 2, 0;

1, 5, 6, 5, 6, 0, 1;

1, 6, 10, 9, 12, 3, 3, 0;

1, 7, 15, 16, 21, 12, 6, 3, 0;

1, 8, 21, 27, 35, 30, 14, 12, 0, 1;

...

T(9,3) = 27 = T(8,3) + T(7,2) + T(6,0) = 16 + 10 + 1.

CROSSREFS

A120415, A006498

Sequence in context: A055186 A124035 A204184 * A140129 A029347 A176076

Adjacent sequences:  A157894 A157895 A157896 * A157898 A157899 A157900

KEYWORD

nonn,tabl

AUTHOR

Gary W. Adamson (qntmpkt(AT)yahoo.com), Mar 08 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 16:56 EST 2012. Contains 205825 sequences.