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”).

A095852
Triangle read by rows: T(n,k) = (n-k+1)^(k^2), n>=1, 1<=k<=n.
0
1, 2, 1, 3, 16, 1, 4, 81, 512, 1, 5, 256, 19683, 65536, 1, 6, 625, 262144, 43046721, 33554432, 1, 7, 1296, 1953125, 4294967296, 847288609443, 68719476736, 1, 8, 2401, 10077696, 152587890625, 1125899906842624, 150094635296999121
OFFSET
1,2
MATHEMATICA
Table[(n-k+1)^k^2, {n, 10}, {k, n}]//Flatten (* Harvey P. Dale, Mar 19 2020 *)
CROSSREFS
Sequence in context: A007447 A153189 A362272 * A283748 A209365 A209394
KEYWORD
easy,nonn,tabl
AUTHOR
Herman Jamke (hermanjamke(AT)fastmail.fm), Jul 10 2004
STATUS
approved