Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A154919
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A154919 A triangular sequence based on: t0(n,m)=Binomial[3*n, 2*m]; by coefficient reversal. t(n,m)=t0(n,m)+reverse(t0(n,m)). +0
1
2, 4, 4, 16, 30, 16, 85, 162, 162, 85, 496, 990, 990, 990, 496, 3004, 6540, 6370, 6370, 6540, 3004, 18565, 43911, 46818, 37128, 46818, 43911, 18565, 116281, 294140, 358701, 257754, 257754, 358701, 294140, 116281, 735472, 1961532, 2714782 (list; table; graph; listen)
OFFSET

0,1

COMMENT

Row sums are:

{2, 8, 62, 494, 3962, 31828, 255716, 2053752, 16486218, 132274304, 1060792742}

FORMULA

t0(n,m)=Binomial[3*n, 2*m];

Coefficient reversal applied:

t(n,m)=t0(n,m)+reverse(t0(n,m)).

EXAMPLE

{2},

{4, 4},

{16, 30, 16},

{85, 162, 162, 85},

{496, 990, 990, 990, 496},

{3004, 6540, 6370, 6370, 6540, 3004},

{18565, 43911, 46818, 37128, 46818, 43911, 18565}, {116281, 294140, 358701, 257754, 257754, 358701, 294140, 116281},

{735472, 1961532, 2714782, 2095852, 1470942, 2095852, 2714782, 1961532, 735472},

{4686826, 13038246, 20075850, 17679870, 10656360, 10656360, 17679870, 20075850, 13038246, 4686826},

{30045016, 86493660, 145450080, 146016450, 92346150, 60090030, 92346150, 146016450, 145450080, 86493660, 30045016}

MATHEMATICA

Clear[t, p, q, n, m, a];

t[n_, m_] = Binomial[3*n, 2*m];

Table[Table[t[n, m], {m, 0, n}] + Reverse[Table[t[n, m], {m, 0, n}]], {n, 0, 10}]

Flatten[%]

CROSSREFS

Sequence in context: A071337 A087481 A038210 this_sequence A019230 A088042 A013140

Adjacent sequences: A154916 A154917 A154918 this_sequence A154920 A154921 A154922

KEYWORD

nonn,tabl,uned,tabl

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Jan 17 2009

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 2 11:54 EST 2009. Contains 167921 sequences.


AT&T Labs Research