Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A124725
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A124725 Triangle read by rows: T(n,k)=binom(n,k) + binom(n,k+2) (0<=k<=n). +0
3
1, 1, 1, 2, 2, 1, 4, 4, 3, 1, 7, 8, 7, 4, 1, 11, 15, 15, 11, 5, 1, 16, 26, 30, 26, 16, 6, 1, 22, 42, 56, 56, 42, 22, 7, 1, 29, 64, 98, 112, 98, 64, 29, 8, 1, 37, 93, 162, 210, 210, 162, 93, 37, 9, 1, 46, 130, 255, 372, 420, 372, 255, 130, 46, 10, 1, 56, 176, 385, 627, 792, 792, 627 (list; table; graph; listen)
OFFSET

0,4

COMMENT

Binomial transform of the infinite tridiagonal matrix with main diagonal, (1,1,1...), subdiagonal, (0,0,0...) and subsubdiagonal, (1,1,1...). Sum of entries in row n = 2^(n+1)-n-1=A000325(n+1).

EXAMPLE

Row 3 = (4, 4, 3, 1), then row 4 = (7, 8, 7, 4, 1).

First few rows of the triangle are:

1;

1, 1;

2, 2, 1;

4, 4, 3, 1;

7, 8, 7, 4, 1;

11, 15, 15, 11, 5, 1;

16, 26, 30, 26, 16, 6, 1;

...

MAPLE

T:=(n, k)->binomial(n, k)+binomial(n, k+2): for n from 0 to 12 do seq(T(n, k), k=0..n) od; # yields sequence in triangular form

CROSSREFS

Cf. A098574, A000125, A055795, A027660, A055796, A002663.

Cf. A000325.

Sequence in context: A092848 A128111 A107356 this_sequence A106522 A128175 A104040

Adjacent sequences: A124722 A124723 A124724 this_sequence A124726 A124727 A124728

KEYWORD

nonn,tabl

AUTHOR

Gary W. Adamson & Roger L. Bagula (qntmpkt(AT)yahoo.com), Nov 05 2006

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Nov 29 2006

page 1

Search completed in 0.003 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research