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
1, 1, 1, 2, 4, 2, 6, 24, 18, 6, 24, 192, 216, 96, 24, 120, 1920, 3240, 1920, 600, 120, 720, 23040, 58320, 46080, 18000, 4320, 720, 5040, 322560, 1224720, 1290240, 630000, 181440, 35280, 5040, 40320, 5160960, 29393280, 41287680, 25200000, 8709120, 1975680 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
MAPLE
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
CROSSREFS
Sequence in context: A196347 A021012 A229460 * A361727 A261964 A177847
KEYWORD
easy,nonn,tabl
AUTHOR
Omar E. Pol, Jan 05 2009
STATUS
approved

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 09:38 EDT 2024. Contains 371967 sequences. (Running on oeis4.)