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!)
A114162 C(n,k)*Floor((n-k)/2)!. 0
1, 1, 1, 1, 2, 1, 1, 3, 3, 1, 2, 4, 6, 4, 1, 2, 10, 10, 10, 5, 1, 6, 12, 30, 20, 15, 6, 1, 6, 42, 42, 70, 35, 21, 7, 1, 24, 48, 168, 112, 140, 56, 28, 8, 1, 24, 216, 216, 504, 252, 252, 84, 36, 9, 1, 120, 240, 1080, 720, 1260, 504, 420, 120, 45, 10, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Row sums are A081124.
LINKS
FORMULA
T(n, k) = if(k<=n, C(n, k)floor((n-k)/2)!, 0).
EXAMPLE
Triangle begins:
1;
1, 1;
1, 2, 1;
1, 3, 3, 1;
2, 4, 6, 4, 1;
2, 10, 10, 10, 5, 1;
6, 12, 30, 20, 15, 6, 1;
6, 42, 42, 70, 35, 21, 7, 1;
CROSSREFS
Cf. A081124.
Sequence in context: A275678 A273108 A306405 * A259074 A162981 A297359
KEYWORD
easy,nonn,tabl
AUTHOR
Paul Barry, Nov 14 2005
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 20 11:03 EDT 2024. Contains 371838 sequences. (Running on oeis4.)