Sum multiples of 3 and 5: Difference between revisions

Content added Content deleted
(Added F# version)
Line 499: Line 499:
<pre>233333333333333333333166666666666666666668</pre>
<pre>233333333333333333333166666666666666666668</pre>



<lang mathematica> Union @@ Range[0, 999, {3, 5}] // Tr </lang>


=={{header|MATLAB}} / {{header|Octave}}==
=={{header|MATLAB}} / {{header|Octave}}==