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!)
A154120 Array read by antidiagonals: T(n,k) = (k+1)^n*(n+k)!. 4

%I #7 Feb 06 2019 23:50:22

%S 1,1,1,2,4,2,6,24,18,6,24,192,216,96,24,120,1920,3240,1920,600,120,

%T 720,23040,58320,46080,18000,4320,720,5040,322560,1224720,1290240,

%U 630000,181440,35280,5040,40320,5160960,29393280,41287680,25200000,8709120,1975680

%N Array read by antidiagonals: T(n,k) = (k+1)^n*(n+k)!.

%H Nathaniel Johnston, <a href="/A154120/b154120.txt">Table of n, a(n) for n = 0..3000</a>

%p T := proc(n,k) return (k+1)^n*(n+k)!: end: seq(seq(T(n-k,k), k=0..n), n=0..10); # _Nathaniel Johnston_, May 01 2011

%Y Cf. A000142, A152818.

%K easy,nonn,tabl

%O 0,4

%A _Omar E. Pol_, Jan 05 2009

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 16 00:00 EDT 2024. Contains 371696 sequences. (Running on oeis4.)