Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A157219
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A157219 A binomial tent triangle sequence: tent function: f(n,m)=If[k <= Floor[n/2], k, n - k]; t(n,m)=Binomial[n*f[n, m], f[n, m]]. +0
1
1, 1, 1, 1, 2, 1, 1, 3, 3, 1, 1, 4, 28, 4, 1, 1, 5, 45, 45, 5, 1, 1, 6, 66, 816, 66, 6, 1, 1, 7, 91, 1330, 1330, 91, 7, 1, 1, 8, 120, 2024, 35960, 2024, 120, 8, 1, 1, 9, 153, 2925, 58905, 58905, 2925, 153, 9, 1, 1, 10, 190, 4060, 91390, 2118760, 91390, 4060, 190, 10, 1 (list; table; graph; listen)
OFFSET

0,5

COMMENT

Row sums are:

{1, 2, 4, 8, 38, 102, 962, 2858, 40266, 123986, 2310062,...}.

FORMULA

Tent function: f(n,m)=If[k <= Floor[n/2], k, n - k]; t(n,m)=Binomial[n*f[n, m], f[n, m]].

EXAMPLE

{1},

{1, 1},

{1, 2, 1},

{1, 3, 3, 1},

{1, 4, 28, 4, 1},

{1, 5, 45, 45, 5, 1},

{1, 6, 66, 816, 66, 6, 1},

{1, 7, 91, 1330, 1330, 91, 7, 1},

{1, 8, 120, 2024, 35960, 2024, 120, 8, 1},

{1, 9, 153, 2925, 58905, 58905, 2925, 153, 9, 1},

{1, 10, 190, 4060, 91390, 2118760, 91390, 4060, 190, 10, 1}

MATHEMATICA

Clear[t, n, m]; f[n_, k_] := If[k <= Floor[n/2], k, n - k];

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

Table[Table[t[n, m], {m, 0, n}], {n, 0, 10}];

Flatten[%]

CROSSREFS

Sequence in context: A159623 A143199 A137896 this_sequence A167040 A054450 A053538

Adjacent sequences: A157216 A157217 A157218 this_sequence A157220 A157221 A157222

KEYWORD

nonn,tabl,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Feb 25 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 5 23:38 EST 2009. Contains 170428 sequences.


AT&T Labs Research