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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A104730 Triangle read by rows: T(n,k)=C(n+1,k)-C(k,n-k+1). 1
1, 1, 1, 1, 3, 1, 1, 4, 5, 1, 1, 5, 10, 7, 1, 1, 6, 15, 19, 9, 1, 1, 7, 21, 35, 31, 11 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,5

COMMENTS

Row sums are A027934: 1, 2, 5, 11, 24, 51, 107... Diagonal sums are A131298.

FORMULA

Perform the operation A - B; then extract the triangle after deleting all zeros. P = infinite lower triangular Pascal's triangle matrix (A007318); B = A026729, as an infinite lower triangular matrix: [1; 0, 1;, 0, 1, 1; 0, 0, 2, 1; 0, 0, 1, 3, 1;...].

EXAMPLE

The first few rows of the triangle are:

1;

1, 1;

1, 3, 1;

1, 4, 5, 1;

1, 5, 10, 7, 1;

1, 6, 15, 19, 9, 1;

1, 7, 31, 35, 31, 11, 1;

...

CROSSREFS

Cf. A027934, A026729, A007318.

Sequence in context: A124020 A124234 A135226 * A131238 A133380 A105687

Adjacent sequences:  A104727 A104728 A104729 * A104731 A104732 A104733

KEYWORD

nonn,tabl

AUTHOR

Gary W. Adamson (qntmpkt(AT)yahoo.com), Mar 20 2005

EXTENSIONS

Better definition from Paul Barry (pbarry(AT)wit.ie), Jun 26 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 14 13:08 EST 2012. Contains 205623 sequences.