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

%I #4 Mar 19 2020 18:55:23

%S 1,2,1,3,16,1,4,81,512,1,5,256,19683,65536,1,6,625,262144,43046721,

%T 33554432,1,7,1296,1953125,4294967296,847288609443,68719476736,1,8,

%U 2401,10077696,152587890625,1125899906842624,150094635296999121

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

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

%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 May 31 21:32 EDT 2023. Contains 363068 sequences. (Running on oeis4.)