Pascal's triangle/Puzzle: Difference between revisions

m
m (→‎{{header|REXX}}: added a diagram to the output.)
Line 1,829:
{5,11,13,4,8}}
</pre>
Interestingly, this appears to match Python in that 40 is propagated up the tree, whereas Perl and Go appear to propagate 22+2x+z up, not that I can think of any case where that would make a difference.
 
=={{header|PicoLisp}}==
7,796

edits