Created
June 2, 2017 13:44
Revisions
-
hyuki0000 created this gist
Jun 2, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@  $n$を正の整数とする。$n$を割り切る正の整数が$1$個しかないとき、$n$を<b>単数</b>という。ちょうど$2$個あるとき、$n$を<b>素数</b>という。$3$個以上あるとき、$n$を<b>合成数</b>という。 $$ \begin{array}{|c|c|c|c|c|c|c|c|c|c} \hline \textbf{単数} & 1 & & & & & & & & & & \\ \hline \textbf{素数} & & 2 & 3 & & 5 & & 7 & & & & \\ \hline \textbf{合成数} & & & & 4 & & 6 & & 8 & 9 & 10 & \\ \hline \end{array} $$