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!)
A103690 Triangle read by rows: T(n,k)=binomial(n,k-1)*k^(k-1)*(n+1-k)^(n-k) (1<=k<=n). 0
1, 2, 4, 9, 12, 27, 64, 72, 108, 256, 625, 640, 810, 1280, 3125, 7776, 7500, 8640, 11520, 18750, 46656, 117649, 108864, 118125, 143360, 196875, 326592, 823543, 2097152, 1882384, 1959552, 2240000, 2800000, 3919104, 6588344, 16777216, 43046721 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
REFERENCES
I. P. Goulden and D. M. Jackson, Combinatorial Enumeration, Wiley, N.Y., 1983,(p.27, Problem 1.2.6 (b)).
LINKS
FORMULA
T(n, k)=binomial(n, k-1)*k^(k-1)*(n+1-k)^(n-k) (1<=k<=n).
MAPLE
T:=proc(n, k) if k<=n then binomial(n, k-1)*k^(k-1)*(n+1-k)^(n-k) else 0 fi end: for n from 1 to 9 do seq(T(n, k), k=1..n) od; # yields sequence in triangular form
CROSSREFS
Row sums yield A053506. T(n, 1)=A000169(n). T(n, n)=A000312(n).
Sequence in context: A282456 A176472 A139557 * A098009 A129376 A266582
KEYWORD
nonn,tabl
AUTHOR
Emeric Deutsch, Mar 27 2005
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 24 05:19 EDT 2024. Contains 371918 sequences. (Running on oeis4.)