login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A095884
Triangle read by rows: T(n,k) = (n-k)^k, n>=1, 1<=k<=n.
5
0, 1, 0, 2, 1, 0, 3, 4, 1, 0, 4, 9, 8, 1, 0, 5, 16, 27, 16, 1, 0, 6, 25, 64, 81, 32, 1, 0, 7, 36, 125, 256, 243, 64, 1, 0, 8, 49, 216, 625, 1024, 729, 128, 1, 0, 9, 64, 343, 1296, 3125, 4096, 2187, 256, 1, 0, 10, 81, 512, 2401, 7776, 15625, 16384, 6561, 512, 1, 0, 11, 100
OFFSET
1,4
EXAMPLE
0
1 0
2 1 0
3 4 1 0
4 9 8 1 0
5 16 27 16 1 0
6 25 64 81 32 1 0
7 36 125 256 243 64 1 0
8 49 216 625 1024 729 128 1 0
9 64 343 1296 3125 4096 2187 256 1 0
CROSSREFS
KEYWORD
easy,nonn,tabl
AUTHOR
Herman Jamke (hermanjamke(AT)fastmail.fm), Jul 10 2004
STATUS
approved