Babbage problem: Difference between revisions

Content deleted Content added
Proton (talk | contribs)
Added Common Lisp
Added PicoLisp
Line 543: Line 543:
25264
25264
</pre>
</pre>

=={{header|PicoLisp}}==
<lang PicoLisp>: (for N 99736 # Iterate N from 1 to 99736
(T (= 269696 (% (* N N) 1000000)) N) ) # Stop if remainder is 269696
-> 25264</lang>


=={{header|PowerShell}}==
=={{header|PowerShell}}==