Talk:Semiprime: Difference between revisions

Content added Content deleted
m (→‎a graphic view of the first 10k semi-primes: added a half-blank to align some text.)
Line 26: Line 26:
For those that are interested, here is the output of my $CALC (REXX) program that shows a binary map of the first 10k semiprimes.
For those that are interested, here is the output of my $CALC (REXX) program that shows a binary map of the first 10k semiprimes.
<br><br>The command used was:
<br><br>The command used was:
$CALC translate{ isSemiPrime[ iota(10k) ], 'fefa'x, 10} ;;; GRoup 100
$CALC trans{ isSemiPrime[ iota(10k) ], 'fefa'x, 10} ;;; GRoup 100
The terminal screen used was &nbsp; 220 &nbsp; bytes wide.
The terminal screen used was &nbsp; 220 &nbsp; bytes wide.