Pascal's triangle/Puzzle: Difference between revisions

Content added Content deleted
Line 1,829: Line 1,829:
{5,11,13,4,8}}
{5,11,13,4,8}}
</pre>
</pre>
Interestingly, this appears to match Python in that 40 is propagated up the tree, whereas Perl and Go appear to propagate 18=2x+z up.


=={{header|PicoLisp}}==
=={{header|PicoLisp}}==