Half Catalan triangle

Submit

Your name:
File:
Open code-statistics:

Language is selected by the extension of the file. See the list of supported languages to know the extension of your language.

Problem

The elements of the Catalan triangle are the sum of the elements above left and above right from it, just like in the Pascal triangle.

1
1
1 1
2 1
2 3 1
5 4 1
5 9 5 1
14 14 6 1
14 28 20 7 1
42 48 27 8 1
42 90 75 35 9 1
132 165 110 44 10 1
132 297 275 154 54 11 1

Print the elements at the even rows and columns of the Catalan triangle. See http://oeis.org/A039599

Options

exec is denied

rejudge feature is enabled

now post-mortem time, all source codes will be revealed

Sample input:_

6

Sample output:

1 0 0 0 0 0 0
1 1 0 0 0 0 0
2 3 1 0 0 0 0
5 9 5 1 0 0 0
14 28 20 7 1 0 0
42 90 75 35 9 1 0
132 297 275 154 54 11 1

Sample input:_

15

Sample output:

1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
2 3 1 0 0 0 0 0 0 0 0 0 0 0 0 0
5 9 5 1 0 0 0 0 0 0 0 0 0 0 0 0
14 28 20 7 1 0 0 0 0 0 0 0 0 0 0 0
42 90 75 35 9 1 0 0 0 0 0 0 0 0 0 0
132 297 275 154 54 11 1 0 0 0 0 0 0 0 0 0
429 1001 1001 637 273 77 13 1 0 0 0 0 0 0 0 0
1430 3432 3640 2548 1260 440 104 15 1 0 0 0 0 0 0 0
4862 11934 13260 9996 5508 2244 663 135 17 1 0 0 0 0 0 0
16796 41990 48450 38760 23256 10659 3705 950 170 19 1 0 0 0 0 0
58786 149226 177650 149226 95931 48279 19019 5775 1309 209 21 1 0 0 0 0
208012 534888 653752 572033 389367 211508 92092 31878 8602 1748 252 23 1 0 0 0
742900 1931540 2414425 2187185 1562275 904475 427570 164450 50830 12350 2275 299 25 1 0 0
2674440 7020405 8947575 8351070 6216210 3798795 1924065 807300 278460 77805 17199 2898 350 27 1 0
9694845 25662825 33266625 31865925 24582285 15737865 8454225 3817125 1442025 451269 115101 23345 3625 405 29 1

Sample input:_

10

Sample output:

1 0 0 0 0 0 0 0 0 0 0
1 1 0 0 0 0 0 0 0 0 0
2 3 1 0 0 0 0 0 0 0 0
5 9 5 1 0 0 0 0 0 0 0
14 28 20 7 1 0 0 0 0 0 0
42 90 75 35 9 1 0 0 0 0 0
132 297 275 154 54 11 1 0 0 0 0
429 1001 1001 637 273 77 13 1 0 0 0
1430 3432 3640 2548 1260 440 104 15 1 0 0
4862 11934 13260 9996 5508 2244 663 135 17 1 0
16796 41990 48450 38760 23256 10659 3705 950 170 19 1

Ranking

Ruby _

RankUserSizeTimeDateStatistics
1rotary-o700.03672016/07/31 20:37:580B / 28B / 39B
2teebee700.04462016/08/01 09:38:270B / 35B / 33B
3rotary-o (mitchs (teebee))660.03762016/08/21 23:25:380B / 29B / 34B
4mitchs (teebee)670.03782016/08/21 23:17:170B / 33B / 31B

Ruby2 _

RankUserSizeTimeDateStatistics
1rotary-o700.18372016/07/31 20:37:410B / 28B / 39B
2teebee700.20332016/08/21 20:39:170B / 35B / 33B
3olf890.21082016/08/21 11:48:540B / 40B / 46B
4gmk980.25582016/07/26 06:05:400B / 49B / 47B
5mhib1900.20982016/08/16 00:22:110B / 89B / 94B

Perl _

RankUserSizeTimeDateStatistics
1teebee500.04102016/08/06 22:34:420B / 19B / 30B
2llhuii500.04502016/08/08 00:48:040B / 19B / 30B
3%20780.03002016/08/05 09:13:430B / 19B / 57B
4_880.03442016/07/24 22:01:430B / ?B / ?B
5b_jonas880.03342016/07/24 22:01:580B / 29B / 59B

Python _

RankUserSizeTimeDateStatistics
1xsot960.12342016/08/21 18:23:410B / 52B / 38B
2Sp3000970.09662016/08/21 20:28:430B / ?B / ?B
3LN1050.10482016/08/21 15:12:460B / 53B / 49B
4rolf1290.09862016/07/25 00:35:140B / 68B / 47B
5Sp3000 (xsot)940.09862016/08/22 02:04:440B / 49B / 40B

Python3 _

RankUserSizeTimeDateStatistics
1xsot860.16392016/08/21 19:49:390B / 45B / 36B

JavaScript _

RankUserSizeTimeDateStatistics
1teebee840.04642016/08/05 05:12:450B / 43B / 41B
2FizzyTea1020.04682016/08/04 09:19:220B / 50B / 47B

K _

RankUserSizeTimeDateStatistics
1teebee340.03642016/07/26 03:27:510B / 9B / 25B

AWK _

RankUserSizeTimeDateStatistics
1teebee610.03752016/08/07 15:59:130B / 25B / 36B
2llhuii610.03312016/08/08 00:16:550B / 27B / 34B

GolfScript _

RankUserSizeTimeDateStatistics
1tails340.11062016/07/27 01:31:050B / 2B / 31B

Language Ranking_

RankLangUserSizeScore
1Kteebee3410000
2GolfScripttails3410000
3Perlteebee506800
4AWKteebee615573
5Rubyrotary-o (mitchs (teebee))665151
6Ruby2rotary-o704857
7JavaScriptteebee844047
8Python3xsot863953
9PythonSp3000 (xsot)943617

return to the top page