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!)
A095888 Triangle read by rows: T(n,k) = n^(n-k), n>=1, 1<=k<=n. 0

%I #3 May 17 2016 09:27:21

%S 1,2,1,9,3,1,64,16,4,1,625,125,25,5,1,7776,1296,216,36,6,1,117649,

%T 16807,2401,343,49,7,1,2097152,262144,32768,4096,512,64,8,1,43046721,

%U 4782969,531441,59049,6561,729,81,9,1,1000000000,100000000,10000000,1000000

%N Triangle read by rows: T(n,k) = n^(n-k), n>=1, 1<=k<=n.

%t Table[n^(n-k),{n,10},{k,n}]//Flatten (* _Harvey P. Dale_, May 17 2016 *)

%K easy,nonn,tabl

%O 1,2

%A Herman Jamke (hermanjamke(AT)fastmail.fm), Jul 10 2004

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 19 23:40 EDT 2024. Contains 371798 sequences. (Running on oeis4.)