Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A125231
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A125231 Triangle read by rows: T(n,k)=ceil((k+1)/2)*binom(n,k) (0<=k<=n). +0
2
1, 1, 1, 1, 2, 2, 1, 3, 6, 2, 1, 4, 12, 8, 3, 1, 5, 20, 20, 15, 3, 1, 6, 30, 40, 45, 18, 4, 1, 7, 42, 70, 105, 63, 28, 4, 1, 8, 56, 112, 210, 168, 112, 32, 5, 1, 9, 72, 168, 378, 378, 336, 144, 45, 5, 1, 10, 90, 240, 630, 756, 840, 480, 225, 50, 6, 1, 11, 110, 330, 990, 1386, 1848 (list; table; graph; listen)
OFFSET

0,5

COMMENT

Row sums = A045623: (1, 2, 5, 12, 28, 64, 144, 320...) A125230 is another triangle with row sums = A045623.

EXAMPLE

First few rows of the triangle are:

1;

1, 1;

1, 2, 2;

1, 3, 6, 2;

1, 4, 12, 8, 3;

1, 5, 20, 20, 15, 3;

1, 6, 30, 40, 45, 18, 4;

1, 7, 42, 70, 105, 63, 28, 4;

...

MAPLE

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

CROSSREFS

Cf. A045623, A125230.

Sequence in context: A095788 A071944 A080955 this_sequence A117919 A068956 A124842

Adjacent sequences: A125228 A125229 A125230 this_sequence A125232 A125233 A125234

KEYWORD

nonn,tabl

AUTHOR

Gary W. Adamson (qntmpkt(AT)yahoo.com), Nov 24 2006

EXTENSIONS

Edited by njas, Dec 02 2006

page 1

Search completed in 0.002 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 September 7 15:23 EDT 2008. Contains 143483 sequences.


AT&T Labs Research