Here is my Euler 1 solution for reference. It is concise and I think it's 
pretty easy to understand.

   +/I.+./0=3 5 |/ i.1e3
233168

It's the same as:
sum(indices(any(zero?(remainder table))))
                                          
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to