Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save beyondlimits/aa5f5f074b7ddf0376e18436f46a162d to your computer and use it in GitHub Desktop.

Select an option

Save beyondlimits/aa5f5f074b7ddf0376e18436f46a162d to your computer and use it in GitHub Desktop.
for a in {0..64}
do
for b in {0..40}
do
for c in {0..28}
do
for d in {0..25}
do
dc -e "[p]sp 2 $a ^ 3 $b ^ * 5 $c ^ * 7 $d ^ * d 2 64 ^ >p"
done
done
done
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment