summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorGloria Mundi <gloria@gloria-mundi.eu>2024-02-26 01:41:35 +0100
committerGloria Mundi <gloria@gloria-mundi.eu>2024-02-26 01:41:35 +0100
commit3abc0192a619c41c3a849fdd94b2c700b884bcb4 (patch)
tree0a7853a9f9efffb959b5d9799d6aaa867a3c4a15 /math
parentcf757f09058d98a7f6fdf8e5a49894f6aa77e99b (diff)
add a prime for each power of ten
Diffstat (limited to 'math')
-rw-r--r--math/tables.tex2
-rw-r--r--math/tables/composite.tex26
-rw-r--r--math/tables/prime-composite.tex26
3 files changed, 27 insertions, 27 deletions
diff --git a/math/tables.tex b/math/tables.tex
index 53f3758..dd0e739 100644
--- a/math/tables.tex
+++ b/math/tables.tex
@@ -2,7 +2,7 @@
\begin{multicols*}{2}
\input{math/tables/binom}
\vfill
- \input{math/tables/composite}
+ \input{math/tables/prime-composite}
\vfill
\input{math/tables/platonic}
\vfill
diff --git a/math/tables/composite.tex b/math/tables/composite.tex
deleted file mode 100644
index b4c8294..0000000
--- a/math/tables/composite.tex
+++ /dev/null
@@ -1,26 +0,0 @@
-\begin{tabularx}{\linewidth}{|r|r|r|CICICICICICICICICICICIC|}
- \hline
- \multicolumn{15}{|c|}{Highly Composite Numbers} \\
- \hline
- $10^x$ & Zahl & Teiler & 2 & 3 & 5 & 7 & 11 & 13 & 17 & 19 & 23 & 29 & 31 & 37 \\
- \hline
- 1 & 6 & 4 & 1 & 1 & & & & & & & & & & \\
- 2 & 60 & 12 & 2 & 1 & 1 & & & & & & & & & \\
- 3 & 840 & 32 & 3 & 1 & 1 & 1 & & & & & & & &\\
- 4 & 7560 & 64 & 3 & 3 & 1 & 1 & & & & & & & & \\
- 5 & 83160 & 128 & 3 & 3 & 1 & 1 & 1 & & & & & & & \\
- 6 & 720720 & 240 & 4 & 2 & 1 & 1 & 1 & 1 & & & & & & \\
- 7 & 8648640 & 448 & 6 & 3 & 1 & 1 & 1 & 1 & & & & & & \\
- 8 & 73513440 & 768 & 5 & 3 & 1 & 1 & 1 & 1 & 1 & & & & & \\
- 9 & 735134400 & 1344 & 6 & 3 & 2 & 1 & 1 & 1 & 1 & & & & & \\
- 10 & 6983776800 & 2304 & 5 & 3 & 2 & 1 & 1 & 1 & 1 & 1 & & & & \\
- 11 & 97772875200 & 4032 & 6 & 3 & 2 & 2 & 1 & 1 & 1 & 1 & & & & \\
- 12 & 963761198400 & 6720 & 6 & 4 & 2 & 1 & 1 & 1 & 1 & 1 & 1 & & & \\
- 13 & 9316358251200 & 10752 & 6 & 3 & 2 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & & \\
- 14 & 97821761637600 & 17280 & 5 & 4 & 2 & 2 & 1 & 1 & 1 & 1 & 1 & 1 & & \\
- 15 & 866421317361600 & 26880 & 6 & 4 & 2 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \\
- 16 & 8086598962041600 & 41472 & 8 & 3 & 2 & 2 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \\
- 17 & 74801040398884800 & 64512 & 6 & 3 & 2 & 2 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 \\
- 18 & 897612484786617600 & 103680 & 8 & 4 & 2 & 2 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 \\
- \hline
-\end{tabularx}
diff --git a/math/tables/prime-composite.tex b/math/tables/prime-composite.tex
new file mode 100644
index 0000000..d969747
--- /dev/null
+++ b/math/tables/prime-composite.tex
@@ -0,0 +1,26 @@
+\begin{tabularx}{\linewidth}{|r|r|r|r|CICICICICICICICICICICIC|}
+ \hline
+ \multicolumn{16}{|c|}{Primes and Highly Composite Numbers} \\
+ \hline
+ $10^x$ & Next Prime & Highly Composite & Divisors & 2 & 3 & 5 & 7 & 11 & 13 & 17 & 19 & 23 & 29 & 31 & 37 \\
+ \hline
+ 1 & +1 & 6 & 4 & 1 & 1 & & & & & & & & & & \\
+ 2 & +1 & 60 & 12 & 2 & 1 & 1 & & & & & & & & & \\
+ 3 & +9 & 840 & 32 & 3 & 1 & 1 & 1 & & & & & & & &\\
+ 4 & +7 & 7560 & 64 & 3 & 3 & 1 & 1 & & & & & & & & \\
+ 5 & +3 & 83160 & 128 & 3 & 3 & 1 & 1 & 1 & & & & & & & \\
+ 6 & +3 & 720720 & 240 & 4 & 2 & 1 & 1 & 1 & 1 & & & & & & \\
+ 7 & +19 & 8648640 & 448 & 6 & 3 & 1 & 1 & 1 & 1 & & & & & & \\
+ 8 & +7 & 73513440 & 768 & 5 & 3 & 1 & 1 & 1 & 1 & 1 & & & & & \\
+ 9 & +7 & 735134400 & 1344 & 6 & 3 & 2 & 1 & 1 & 1 & 1 & & & & & \\
+ 10 & +19 & 6983776800 & 2304 & 5 & 3 & 2 & 1 & 1 & 1 & 1 & 1 & & & & \\
+ 11 & +3 & 97772875200 & 4032 & 6 & 3 & 2 & 2 & 1 & 1 & 1 & 1 & & & & \\
+ 12 & +39 & 963761198400 & 6720 & 6 & 4 & 2 & 1 & 1 & 1 & 1 & 1 & 1 & & & \\
+ 13 & +37 & 9316358251200 & 10752 & 6 & 3 & 2 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & & \\
+ 14 & +31 & 97821761637600 & 17280 & 5 & 4 & 2 & 2 & 1 & 1 & 1 & 1 & 1 & 1 & & \\
+ 15 & +37 & 866421317361600 & 26880 & 6 & 4 & 2 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \\
+ 16 & +61 & 8086598962041600 & 41472 & 8 & 3 & 2 & 2 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & \\
+ 17 & +3 & 74801040398884800 & 64512 & 6 & 3 & 2 & 2 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 \\
+ 18 & +3 & 897612484786617600 & 103680 & 8 & 4 & 2 & 2 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 \\
+ \hline
+\end{tabularx}