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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A126791 Binomial matrix applied to A111418. 24
1, 4, 1, 17, 7, 1, 75, 39, 10, 1, 339, 202, 70, 13, 1, 1558, 1015, 425, 110, 16, 1, 7247, 5028, 2400, 771, 159, 19, 1, 34016, 24731, 12999, 4872, 1267, 217, 22, 1, 160795, 121208, 68600, 28882, 8890, 1940, 284, 25, 1, 764388, 593019, 354890, 164136 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Triangle T(n,k), 0<=k<=n, read by rows defined by : T(0,0)=1, T(n,k)=0 if k<0 or if k>n, T(n,0)=4*T(n-1,0)+T(n-1,1), T(n,k)=T(n-1,k-1)+3*T(n-1,k)+T(n-1,k+1) for k>=1.

This triangle belongs to the family of triangles defined by: T(0,0)=1, T(n,k)=0 if k<0 or if k>n, T(n,0)=x*T(n-1,0)+T(n-1,1), T(n,k)=T(n-1,k-1)+y*T(n-1,k)+T(n-1,k+1) for k>=1 . Other triangles arise by choosing different values for (x,y): (0,0) -> A053121; (0,1) -> A089942; (0,2) -> A126093; (0,3) -> A126970; (1,0)-> A061554; (1,1) -> A064189; (1,2) -> A039599; (1,3) -> A110877; ((1,4) -> A124576; (2,0) -> A126075; (2,1) -> A038622; (2,2) -> A039598; (2,3) -> A124733; (2,4) -> A124575; (3,0) -> A126953; (3,1) -> A126954; (3,2) -> A111418; (3,3) -> A091965; (3,4) -> A124574; (4,3) -> A126791; (4,4) -> A052179; (4,5) -> A126331; (5,5) -> A125906 . - Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Sep 25 2007

FORMULA

Sum{k, k>=0}T(m,k)*T(n,k)=T(m+n,0)=A026378(m+n+1) . Sum{k, 0<=k<=n}T(n,k)=5^n=A000351(n).

EXAMPLE

Triangle begins:

1;

4, 1;

17, 7, 1;

75, 39, 10, 1;

339, 202, 70, 13, 1;

1558, 1015, 425, 110, 16, 1;

7247, 5028, 2400, 771, 159, 19, 1;

34016, 24731, 12999, 4872, 1267, 217, 22, 1;...

Production matrix begins

4, 1

1, 3, 1

0, 1, 3, 1

0, 0, 1, 3, 1

0, 0, 0, 1, 3, 1

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

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

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

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

- From DELEHAM Philippe, Nov 07 2011

CROSSREFS

Sequence in context: A111661 A072651 A093035 * A052179 A171589 A126331

Adjacent sequences:  A126788 A126789 A126790 * A126792 A126793 A126794

KEYWORD

nonn,tabl

AUTHOR

Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Mar 14 2007

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 13 20:19 EST 2012. Contains 205553 sequences.