[go: up one dir, main page]

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

A095836
Triangle read by rows: T(n,k) = k^((n-k)^2), n>=1, 1<=k<=n.
0
1, 1, 1, 1, 2, 1, 1, 16, 3, 1, 1, 512, 81, 4, 1, 1, 65536, 19683, 256, 5, 1, 1, 33554432, 43046721, 262144, 625, 6, 1, 1, 68719476736, 847288609443, 4294967296, 1953125, 1296, 7, 1, 1, 562949953421312, 150094635296999121, 1125899906842624
OFFSET
1,5
MATHEMATICA
Flatten[Table[k^(n-k)^2, {n, 10}, {k, n}]] (* Harvey P. Dale, Dec 15 2015 *)
CROSSREFS
Sequence in context: A164792 A132318 A078089 * A296524 A303935 A156697
KEYWORD
easy,nonn,tabl
AUTHOR
Herman Jamke (hermanjamke(AT)fastmail.fm), Jul 10 2004
STATUS
approved