Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A155467
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A155467 Triangle read by rows: f(n)=(n+1)!;a(n,m)=f(n)/(f(m)*f(n-m)); e(n,m)=Sum[(-1)^j Binomial[n + 1, j](k + 1 - j)^n, {j, 0, k + 1}]; t(n,m)=e(n,m)*a(n,m). +0
1
1, 1, 1, 1, 6, 1, 1, 22, 22, 1, 1, 65, 220, 65, 1, 1, 171, 1510, 1510, 171, 1, 1, 420, 8337, 21140, 8337, 420, 1, 1, 988, 40068, 218666, 218666, 40068, 988, 1, 1, 2259, 175296, 1852914, 3935988, 1852914, 175296, 2259, 1, 1, 5065, 717600, 13655760, 55034868 (list; table; graph; listen)
OFFSET

0,5

COMMENT

Row sums are:A099765;

{1, 2, 8, 46, 352, 3364, 38656, 519446, 7996928, 138826588, 2683604992,...}.

The sequence substitutes Eulerian numbers for the binomial in a triangle of

Narayana numbers A001263,

FORMULA

f(n)=(n+1)!;a(n,m)=f(n)/(f(m)*f(n-m));

e(n,m)=Sum[(-1)^j Binomial[n + 1, j](k + 1 - j)^n, {j, 0, k + 1}];

t(n,m)=e(n,m)*a(n,m).

EXAMPLE

{1},

{1, 1},

{1, 6, 1},

{1, 22, 22, 1},

{1, 65, 220, 65, 1},

{1, 171, 1510, 1510, 171, 1},

{1, 420, 8337, 21140, 8337, 420, 1},

{1, 988, 40068, 218666, 218666, 40068, 988, 1},

{1, 2259, 175296, 1852914, 3935988, 1852914, 175296, 2259, 1},

{1, 5065, 717600, 13655760, 55034868, 55034868, 13655760, 717600, 5065, 1},

{1, 11198, 2798345, 90893880, 642715524, 1210767096, 642715524, 90893880, 2798345, 11198, 1}

MATHEMATICA

t[n_, k_] = Sum[(-1)^j Binomial[n + 1, j](k + 1 - j)^n, {j, 0, k + 1}];

f[n_] = Product[k + 1, {k, 0, n}];

A[n_, m_] = f[n]/(f[m]*f[n - m]);

Table[Table[t[n + 1, m]*A[n, m], {m, 0, n}], {n, 0, 10}];

Flatten[%]

CROSSREFS

A001263, A099765

Sequence in context: A056941 A157638 A142596 this_sequence A152936 A152969 A060187

Adjacent sequences: A155464 A155465 A155466 this_sequence A155468 A155469 A155470

KEYWORD

nonn,tabl,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Jan 22 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 17 23:40 EST 2009. Contains 171025 sequences.


AT&T Labs Research