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!)
A173279 Irregular triangle read by rows: M(n,k) = (n-2*k)!, k=0..floor(n/2). 2
1, 1, 2, 1, 6, 1, 24, 2, 1, 120, 6, 1, 720, 24, 2, 1, 5040, 120, 6, 1, 40320, 720, 24, 2, 1, 362880, 5040, 120, 6, 1, 3628800, 40320, 720, 24, 2, 1, 39916800, 362880, 5040, 120, 6, 1, 479001600, 3628800, 40320, 720, 24, 2, 1, 6227020800, 39916800, 362880, 5040, 120, 6, 1, 87178291200 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
In the limit as j-> infinity, the power M^j approaches the limit described in A173280.
Row sums: sum_{k=0..n/2} M(n,k) = A136580(n).
LINKS
EXAMPLE
Triangle starts in row n=0 as:
1;
1;
2, 1;
6, 1;
24, 2, 1;
120, 6, 1;
720, 24, 2, 1;
5040, 120, 6, 1;
40320, 720, 24, 2, 1;
362880, 5040, 120, 6, 1;
3628800, 40320, 720, 24, 2, 1;
39916800, 362880, 5040, 120, 6, 1;
479001600, 3628800, 40320, 720, 24, 2, 1;
...
MAPLE
A173279 := proc(n, k) factorial(n-2*k) ; end proc: seq(seq(A173279(n, k), k=0..floor(n/2)), n=0..20) ; # R. J. Mathar, Feb 22 2010
CROSSREFS
Sequence in context: A279095 A186283 A307374 * A277440 A321597 A083720
KEYWORD
nonn,tabf
AUTHOR
Gary W. Adamson, Feb 14 2010
EXTENSIONS
keyword tabl replaced by tabf, R. J. Mathar, Feb 22 2010
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 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)