|
| |
|
|
A051129
|
|
Table T(n,k) = k^n read by antidiagonals (n >= 1, k >= 1).
|
|
6
|
|
|
|
1, 1, 2, 1, 4, 3, 1, 8, 9, 4, 1, 16, 27, 16, 5, 1, 32, 81, 64, 25, 6, 1, 64, 243, 256, 125, 36, 7, 1, 128, 729, 1024, 625, 216, 49, 8, 1, 256, 2187, 4096, 3125, 1296, 343, 64, 9, 1, 512, 6561, 16384, 15625, 7776, 2401, 512, 81, 10, 1, 1024, 19683, 65536, 78125
(list;
table;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,3
|
|
|
COMMENTS
|
(n-th term) = (n-th term of A002260)^(n-th term of A004736). Both A002260 and A004736 are related to A002024. - Robert A. Stump (bee_ess107(AT)yahoo.com), Aug 29 2002
|
|
|
LINKS
|
T. D. Noe, Rows n=1..50 of triangle, flattened
|
|
|
FORMULA
|
a(n) = (n - b(n) * (b(n) - 1) / 2)^(b(n) * (b(n) + 1) / 2 - n + 1), where b(n) = [ 1/2 + sqrt(2 * n) ]. (b(n) is the n-th term of A002024.) - Robert A. Stump (bee_ess107(AT)yahoo.com), Aug 29 2002
|
|
|
MATHEMATICA
|
Table[ k^(n-k+1), {n, 1, 12}, {k, 1, n}] // Flatten (* Jean-François Alcover, Nov 30 2012 *)
|
|
|
CROSSREFS
|
Cf. A051128, A003992, A004248.
Cf. A002024, A002260, A004736.
Sequence in context: A140069 A105851 A106195 * A067410 A213947 A188403
Adjacent sequences: A051126 A051127 A051128 * A051130 A051131 A051132
|
|
|
KEYWORD
|
nonn,tabl,easy,nice
|
|
|
AUTHOR
|
N. J. A. Sloane.
|
|
|
EXTENSIONS
|
More terms from James A. Sellers, Dec 11 1999
|
|
|
STATUS
|
approved
|
| |
|
|