Jump to content

Forbidden numbers: Difference between revisions

(Added Algol 68)
Line 37:
<syntaxhighlight lang="algol68">
BEGIN # find some forbidden numbers: numbers that cannot be formed by #
# summing fewer than four squares #
# returns TRUE if n is a Forbidden numbr, FALSE otherwise #
# based on the Wren version of the example at oeis.org/A004215 #
3,044

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.