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

%I #3 Mar 03 2020 15:56:50

%S 0,1,0,8,1,0,81,16,1,0,1024,243,32,1,0,15625,4096,729,64,1,0,279936,

%T 78125,16384,2187,128,1,0,5764801,1679616,390625,65536,6561,256,1,0,

%U 134217728,40353607,10077696,1953125,262144,19683,512,1,0,3486784401

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

%t Table[(n-k)^n,{n,10},{k,n}]//Flatten (* _Harvey P. Dale_, Mar 03 2020 *)

%K easy,nonn,tabl

%O 1,4

%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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)