Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A140356
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A140356 Triangle T(n,m) read by rows: m! if m <= floor(n/2), and (n-m)! else. +0
2
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 2, 6, 2, 1, 1, 1, 1, 2, 6, 6, 2, 1, 1, 1, 1, 2, 6, 24, 6, 2, 1, 1, 1, 1, 2, 6, 24, 24, 6, 2, 1, 1, 1, 1, 2, 6, 24, 120, 24, 6, 2, 1, 1, 1, 1, 2, 6, 24, 120, 120, 24, 6, 2, 1, 1, 1, 1, 2, 6, 24, 120, 720, 120, 24, 6, 2, 1, 1, 1, 1, 2, 6, 24 (list; table; graph; listen)
OFFSET

0,13

COMMENT

Row sums: 1, 2, 3, 4, 6, 8, 14, 20, 44, 68, 188,... which is

2*A003422((n+1)/2) if n is odd, and A003422(n/2)+A003422(1+n/2) if n is even.

FORMULA

T(n,m) = A000142(m) if m<=[n/2], = A000142(n-m) if m>[n/2], 0<=m<=n.

Conjecture: limit_{n->infinity} sum_{m=0..n} ( 1/binomial(n,m) - T(n,m) ) = 0.

T(n,m) = T(n,n-m).

EXAMPLE

1,

1, 1,

1, 1, 1,

1, 1, 1, 1,

1, 1, 2, 1, 1,

1, 1, 2, 2, 1, 1,

1, 1, 2, 6, 2, 1, 1,

1, 1, 2, 6, 6, 2, 1, 1,

1, 1, 2, 6, 24, 6, 2, 1,1,

1, 1, 2, 6, 24, 24, 6, 2, 1, 1,

1, 1, 2, 6, 24, 120, 24, 6, 2, 1, 1

MATHEMATICA

g[n_, m_] := If[m <= Floor[n/2], m!, (n - m)! ]; w = Table[Table[g[n, m], {m, 0, n}], {n, 0, 10}]; Flatten[w] Table[Apply[Plus, Table[g[n, m], {m, 0, n}]], {n, 0, 10}]

CROSSREFS

Sequence in context: A139147 A055801 A155050 this_sequence A119963 A057790 A052307

Adjacent sequences: A140353 A140354 A140355 this_sequence A140357 A140358 A140359

KEYWORD

nonn,easy,tabl,new

AUTHOR

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

EXTENSIONS

Non-Ascii characters corrected, offset set to 0, reported Mma experiments removed - The Assoc. Eds. of the OEIS, Oct 31 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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research