Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A156049
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A156049 Triangle read by rows: t(n,m)=Binomial[n, m] + 2*(1 + n! - m! - (n - m)!). +0
1
1, 1, 1, 1, 4, 1, 1, 11, 11, 1, 1, 40, 48, 40, 1, 1, 197, 236, 236, 197, 1, 1, 1206, 1405, 1438, 1405, 1206, 1, 1, 8647, 9859, 10057, 10057, 9859, 8647, 1, 1, 70568, 79226, 80446, 80616, 80446, 79226, 70568, 1, 1, 645129, 715714, 724394, 725600, 725600 (list; table; graph; listen)
OFFSET

0,5

COMMENT

Row sum are:(n+1)!+f(n);

{1, 2, 6, 24, 130, 868, 6662, 57128, 541098, 5621676, 63682990,...}.

Sequence designed to be Eulerian numbers like:

the result is slightly larger.

FORMULA

t(n,m)=Binomial[n, m] + 2*(1 + n! - m! - (n - m)!).

EXAMPLE

{1},

{1, 1},

{1, 4, 1},

{1, 11, 11, 1},

{1, 40, 48, 40, 1},

{1, 197, 236, 236, 197, 1},

{1, 1206, 1405, 1438, 1405, 1206, 1},

{1, 8647, 9859, 10057, 10057, 9859, 8647, 1},

{1, 70568, 79226, 80446, 80616, 80446, 79226, 70568, 1},

{1, 645129, 715714, 724394, 725600, 725600, 724394, 715714, 645129, 1},

{1, 6531850, 7177003, 7247630, 7256324, 7257374, 7256324, 7247630, 7177003, 6531850, 1}

MATHEMATICA

Clear[f];

f[n_, m_] = Binomial[n, m] + 2*(1 + n! - m! - (n - m)!);

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

Flatten[%]

CROSSREFS

Sequence in context: A008292 A157221 A146967 this_sequence A101919 A055106 A154372

Adjacent sequences: A156046 A156047 A156048 this_sequence A156050 A156051 A156052

KEYWORD

nonn,tabl,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Feb 02 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