Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A144463
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A144463 A symmetrical triangle sequence: t(n,m)=Binomial[n, m]*2^If[m <= Floor[n/2], m, n - m]. +0
1
1, 1, 1, 1, 4, 1, 1, 6, 6, 1, 1, 8, 24, 8, 1, 1, 10, 40, 40, 10, 1, 1, 12, 60, 160, 60, 12, 1, 1, 14, 84, 280, 280, 84, 14, 1, 1, 16, 112, 448, 1120, 448, 112, 16, 1, 1, 18, 144, 672, 2016, 2016, 672, 144, 18, 1, 1, 20, 180, 960, 3360, 8064, 3360, 960, 180, 20, 1 (list; graph; listen)
OFFSET

1,5

COMMENT

Row sums are:

{1, 2, 6, 14, 42, 102, 306, 758, 2274, 5702, 17106}.

FORMULA

t(n,m)=Binomial[n, m]*2^If[m <= Floor[n/2], m, n - m].

EXAMPLE

{1},

{1, 1},

{1, 4, 1},

{1, 6, 6, 1},

{1, 8, 24, 8, 1},

{1, 10, 40, 40, 10, 1},

{1, 12, 60, 160, 60, 12, 1},

{1, 14, 84, 280, 280, 84, 14, 1},

{1, 16, 112, 448, 1120, 448, 112, 16, 1},

{1, 18, 144, 672, 2016, 2016, 672, 144, 18, 1},

{1, 20, 180, 960, 3360, 8064, 3360, 960, 180, 20, 1}

MATHEMATICA

Clear[f, t]; f[n_, m_] = If[m <= Floor[n/2], m, n - m]; t[n_, m_] = Binomial[n, m]*2^f[n, m]; Table[Table[t[n, m], {m, 0, n}], {n, 0, 10}]; Flatten[%]

CROSSREFS

Sequence in context: A143188 A102413 A144480 this_sequence A131399 A069322 A075112

Adjacent sequences: A144460 A144461 A144462 this_sequence A144464 A144465 A144466

KEYWORD

nonn,uned

AUTHOR

Roger L. Bagula and Gary W. Adamson (rlbagulatftn(AT)yahoo.com), Oct 09 2008

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 December 7 08:40 EST 2009. Contains 170430 sequences.


AT&T Labs Research