login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A155452 Triangle read by rows: let t1(n,k)=Sum[(-1)^j Binomial[n + 1, j](k + 1 - j)^n, {j, 0, k + 1}]; then T(n,m)=2*t1(n + 1, k) - (m! - n! + (-m + n)!). 0
1, 1, 1, 1, 8, 1, 1, 25, 25, 1, 1, 69, 152, 69, 1, 1, 209, 716, 716, 209, 1, 1, 839, 3076, 5540, 3076, 839, 1, 1, 4813, 13504, 36248, 36248, 13504, 4813, 1, 1, 36283, 68814, 216662, 352652, 216662, 68814, 36283, 1, 1, 324585, 453518, 1272538, 2983444 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Row sums are {1, 2, 10, 52, 292, 1852, 13372, 109132, 996172, 10068172, 111674572,...}.
LINKS
EXAMPLE
{1},
{1, 1},
{1, 8, 1},
{1, 25, 25, 1},
{1, 69, 152, 69, 1},
{1, 209, 716, 716, 209, 1},
{1, 839, 3076, 5540, 3076, 839, 1},
{1, 4813, 13504, 36248, 36248, 13504, 4813, 1},
{1, 36283, 68814, 216662, 352652, 216662, 68814, 36283, 1},
{1, 324585, 453518, 1272538, 2983444, 2983444, 1272538, 453518, 324585, 1},
{1, 3269991, 3893752, 8030730, 23104284, 35077056, 23104284, 8030730, 3893752, 3269991, 1}
MATHEMATICA
t[n_, k_] = Sum[(-1)^j Binomial[n + 1, j](k + 1 - j)^n, {j, 0, k + 1}];
Table[Table[(2*t[n + 1, k] - (k! - n! + (-k + n)!)), {k, 0, n}], {n, 0, 10}];
Flatten[%]
CROSSREFS
Sequence in context: A144436 A358628 A167034 * A147295 A174388 A220718
KEYWORD
nonn,tabl
AUTHOR
Roger L. Bagula, Jan 22 2009
EXTENSIONS
Edited by N. J. A. Sloane, Jan 25 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 04:31 EDT 2024. Contains 371767 sequences. (Running on oeis4.)