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

%I #9 Nov 27 2016 16:35:58

%S 1,4,1,27,8,1,256,81,16,1,3125,1024,243,32,1,46656,15625,4096,729,64,

%T 1,823543,279936,78125,16384,2187,128,1,16777216,5764801,1679616,

%U 390625,65536,6561,256,1,387420489,134217728,40353607,10077696,1953125,262144,19683,512,1

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

%H Robert Israel, <a href="/A095887/b095887.txt">Table of n, a(n) for n = 1..10011</a> (rows 1 to 141, flattened)

%p seq(seq((n-k+1)^n,k=1..n),n=1..10); # _Robert Israel_, Nov 27 2016

%t Flatten[Table[(n-k+1)^n,{n,10},{k,n}]] (* _Harvey P. Dale_, Jul 18 2011 *)

%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 25 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)