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!)
A155795 Triangle read by rows: t(n,k)=n!/(n - k*(n - k)). 0
1, 1, 1, 1, 2, 1, 1, 6, 6, 1, 1, 24, 24, 24, 1, 1, 120, 0, 0, 120, 1, 1, 720, 0, 0, 0, 720, 1, 1, 5040, 0, 0, 0, 0, 5040, 1, 1, 40320, 0, 0, 0, 0, 0, 40320, 1, 1, 362880, 0, 0, 0, 0, 0, 0, 362880, 1, 1, 3628800, 0, 0, 0, 0, 0, 0, 0, 3628800, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Row sums are: {1, 2, 4, 14, 74, 242, 1442, 10082, 80642, 725762, 7257602,...}.
Second column is n!.
LINKS
EXAMPLE
{1},
{1, 1},
{1, 2, 1},
{1, 6, 6, 1},
{1, 24, 24, 24, 1},
{1, 120, 0, 0, 120, 1},
{1, 720, 0, 0, 0, 720, 1},
{1, 5040, 0, 0, 0, 0, 5040, 1},
{1, 40320, 0, 0, 0, 0, 0, 40320, 1},
{1, 362880, 0, 0, 0, 0, 0, 0, 362880, 1},
{1, 3628800, 0, 0, 0, 0, 0, 0, 0, 3628800, 1}
MATHEMATICA
Table[Table[n!/(n - k*(n - k))!, {k, 0, n}], {n, 0, 10}];
Flatten[%]
CROSSREFS
Sequence in context: A172373 A174411 A322620 * A009963 A008300 A321789
KEYWORD
nonn,tabl
AUTHOR
Roger L. Bagula, Jan 27 2009
EXTENSIONS
Edited by N. J. A. Sloane, Jan 31 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 19 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)