A Prime Game:
Write down a multidigit prime number (i.e. a prime number > 10), and I can always strike out 0 or more digits to get a prime in this list:
{11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 227, 251, 257, 277, 281, 349, 409, 449, 499, 521, 557, 577, 587, 727, 757, 787, 821, 827, 857, 877, 881, 887, 991, 2087, 2221, 5051, 5081, 5501, 5581, 5801, 5851, 6469, 6949, 8501, 9001, 9049, 9221, 9551, 9649, 9851, 9949, 20021, 20201, 50207, 60649, 80051, 666649, 946669, 5200007, 22000001, 60000049, 66000049, 66600049, 80555551, 555555555551, 5000000000000000000000000000027}
e.g.
- Write down the prime 149 → I can delete the digit 4, to get the prime 19
- Write down the prime 439 → I can delete the digit 9, to get the prime 43
- Write down the prime 857 → I can delete zero digits, to get the prime 857
- Write down the prime 2081 → I can delete the digit 0, to get the prime 281
- Write down the largest known double Mersenne prime 170141183460469231731687303715884105727 (2127−1) → I can delete all digits except the third-leftmost 1 and the second-rightmost 3, to get the prime 13
- Write down the largest known Fermat prime 65537 → I can delete the 6 and the 3, to get the prime 557 (also I can choose to delete the 6 and two 5's, to get the prime 37) (also I can choose to delete two 5's and the 3, to get the prime 67) (also I can choose to delete the 6, one 5, and the 7, to get the prime 53)
- Write down the famous repunit prime 1111111111111111111 (with 19 1's) → I can delete 17 1's, to get the prime 11
- Write down the prime 1000000000000000000000000000000000000000000000000000000000007 (which is the next prime after 1060) → I can delete all 0's, to get the prime 17
- Write down the prime 95801 → I can delete the 9, to get the prime 5801
- Write down the prime 946969 → I can delete the first 9 and two 6's, to get the prime 499
- Write down the prime 90000000581 → I can delete five 0's, the 5, and the 8, to get the prime 9001
- Write down the prime 8555555555555555555551 → I can delete the 8 and nine 5's, to get the prime 555555555551
Now we extend this prime game to bases other than 10.
The minimal elements (https://en.wikipedia.org/wiki/Minimal_element) (https://mathworld.wolfram.com/MaximalElement.html for maximal element, the dual of minimal element, unfortunely there is no article "minimal element" in mathworld, a minimal element of a set (https://en.wikipedia.org/wiki/Set_(mathematics), https://mathworld.wolfram.com/Set.html) under a partial ordering binary relation (https://en.wikipedia.org/wiki/Binary_relation, https://mathworld.wolfram.com/BinaryRelation.html) is a maximal element of the same set under its converse relation (https://en.wikipedia.org/wiki/Converse_relation), a converse relation of a partial ordering relation must also be a partial ordering relation) of the prime numbers (https://en.wikipedia.org/wiki/Prime_number, https://primes.utm.edu/glossary/xpage/Prime.html, https://www.rieselprime.de/ziki/Prime, https://mathworld.wolfram.com/PrimeNumber.html, http://www.numericana.com/answer/primes.htm#definition) which are > b written in the positional numeral system (https://en.wikipedia.org/wiki/Positional_numeral_system) with radix (https://en.wikipedia.org/wiki/Radix, https://primes.utm.edu/glossary/xpage/Radix.html, https://www.rieselprime.de/ziki/Base, https://mathworld.wolfram.com/Radix.html) b, as digit (https://en.wikipedia.org/wiki/Numerical_digit, https://www.rieselprime.de/ziki/Digit, https://mathworld.wolfram.com/Digit.html) strings (https://en.wikipedia.org/wiki/String_(computer_science), https://mathworld.wolfram.com/String.html) under the subsequence (https://en.wikipedia.org/wiki/Subsequence, https://mathworld.wolfram.com/Subsequence.html) ordering (https://en.wikipedia.org/wiki/Partially_ordered_set, https://mathworld.wolfram.com/PartialOrder.html), for 2 ≤ b ≤ 36 (I stop at base 36 since this base is a maximum base for which it is possible to write the numbers with the symbols 0, 1, 2, ..., 9 and A, B, C, ..., Z, references: http://www.tonymarston.net/php-mysql/converter.html, https://www.dcode.fr/base-36-cipher, http://www.urticator.net/essay/5/567.html, http://www.urticator.net/essay/6/624.html, https://docs.python.org/3/library/functions.html#int, https://reference.wolfram.com/language/ref/BaseForm.html, https://baseconvert.com/, https://www.calculand.com/unit-converter/zahlen.php?og=Base+2-36&ug=1, also see https://primes.utm.edu/notes/words.html for the English words which are prime numbers when viewed as a number base 36), using A−Z to represent digit values 10 to 35.
By the theorem that there are no infinite (https://en.wikipedia.org/wiki/Infinite_set, https://primes.utm.edu/glossary/xpage/Infinite.html, https://mathworld.wolfram.com/InfiniteSet.html) antichains (https://en.wikipedia.org/wiki/Antichain, https://mathworld.wolfram.com/Antichain.html) (i.e. a subset of a partially ordered set such that any two distinct elements in the subset are incomparable (https://en.wikipedia.org/wiki/Comparability, https://mathworld.wolfram.com/ComparableElements.html)) for the subsequence ordering (i.e. the set of the minimal elements of any set under the subsequence ordering must be finite, even if this set is infinite, such as the set of the "prime numbers > b" strings in base b (for a given base b ≥ 2), for the proofs for that there are infinitely many primes, see https://en.wikipedia.org/wiki/Euclid%27s_theorem, https://mathworld.wolfram.com/EuclidsTheorems.html, http://www.numericana.com/answer/primes.htm#euclid, https://primes.utm.edu/notes/proofs/infinite/, https://primes.utm.edu/notes/proofs/infinite/euclids.html, https://primes.utm.edu/notes/proofs/infinite/topproof.html, https://primes.utm.edu/notes/proofs/infinite/goldbach.html, https://primes.utm.edu/notes/proofs/infinite/kummers.html, https://primes.utm.edu/notes/proofs/infinite/Saidak.html), there must be only finitely such minimal elements in every base b.
Addition (https://en.wikipedia.org/wiki/Addition, https://www.rieselprime.de/ziki/Addition, https://mathworld.wolfram.com/Addition.html) and multiplication (https://en.wikipedia.org/wiki/Multiplication, https://www.rieselprime.de/ziki/Multiplication, https://mathworld.wolfram.com/Multiplication.html) are the basic operations of arithmetic (https://en.wikipedia.org/wiki/Arithmetic, https://www.rieselprime.de/ziki/Arithmetic, https://mathworld.wolfram.com/Arithmetic.html) (which is also the basics of mathematics (https://en.wikipedia.org/wiki/Mathematics, https://www.rieselprime.de/ziki/Mathematics, https://mathworld.wolfram.com/Mathematics.html)). In the addition operation, the identity element (https://en.wikipedia.org/wiki/Identity_element, https://mathworld.wolfram.com/IdentityElement.html) is 0, and all natural numbers > 0 can be written as the sum of many 1’s, and the number 1 cannot be broken up; in the multiplication operation, the identity element is 1, and all natural numbers > 1 can be written as the product of many prime numbers, and the prime numbers cannot be broken up. Also, prime numbers are central in number theory (https://en.wikipedia.org/wiki/Number_theory, https://www.rieselprime.de/ziki/Number_theory, https://mathworld.wolfram.com/NumberTheory.html) because of the fundamental theorem of arithmetic (https://en.wikipedia.org/wiki/Fundamental_theorem_of_arithmetic, https://primes.utm.edu/glossary/xpage/FundamentalTheorem.html, https://mathworld.wolfram.com/FundamentalTheoremofArithmetic.html, http://www.numericana.com/answer/primes.htm#fta): every natural number greater than 1 is either a prime itself or can be factorized (https://en.wikipedia.org/wiki/Integer_factorization, https://www.rieselprime.de/ziki/Factorization, https://mathworld.wolfram.com/PrimeFactorization.html, https://mathworld.wolfram.com/PrimeFactorizationAlgorithms.html, http://www.numericana.com/answer/factoring.htm) as a product of primes that is unique up to (https://en.wikipedia.org/wiki/Up_to) their order. Also, primes are the natural numbers n > 1 such that if n divides (https://en.wikipedia.org/wiki/Divides, https://primes.utm.edu/glossary/xpage/Divides.html, https://mathworld.wolfram.com/Divides.html, http://www.numericana.com/answer/primes.htm#divisor) x×y (x and y are natural numbers), then n divides either x or y (or both). Also, prime numbers are the numbers n such that the ring (https://en.wikipedia.org/wiki/Ring_(mathematics), https://mathworld.wolfram.com/Ring.html) of integers modulo n (https://en.wikipedia.org/wiki/Integers_modulo_n, https://mathworld.wolfram.com/Mod.html) (i.e. the ring Zn) is a field (https://en.wikipedia.org/wiki/Field_(mathematics), https://mathworld.wolfram.com/Field.html) (also is an integral domain (https://en.wikipedia.org/wiki/Integral_domain, https://mathworld.wolfram.com/IntegralDomain.html), also is a division ring (https://en.wikipedia.org/wiki/Division_ring), also has no zero divisors (https://en.wikipedia.org/wiki/Zero_divisor, https://mathworld.wolfram.com/ZeroDivisor.html) other than 0 (for the special case that n = 1, it is the zero ring (https://en.wikipedia.org/wiki/Zero_ring, https://mathworld.wolfram.com/TrivialRing.html))). Also, see https://primes.utm.edu/ (The Prime Pages) and https://www.primegrid.com/ (Primegrid) and http://www.numericana.com/answer/primes.htm (the set of the primes) and http://www.numericana.com/answer/factoring.htm (factoring into primes). Besides, "the set of the minimal elements of the base b representations of the prime numbers > b under the subsequence ordering" to "the set of the prime numbers (except b itself) digit strings with length > 1 in base b" to "the partially ordered binary relation by subsequence" is "the set of the prime numbers" to "the set of the integers > 1" to "the partially ordered binary relation by divisibility" (and indeed, the "> 1" in "the prime numbers (except b itself) digit strings with length > 1 in base b" can be corresponded to the "> 1" in "the integers > 1") (for the reason why b itself is excluded (when b is prime, if b is composite, then there is no difference to include the b itself or not), see the sections below and https://mersenneforum.org/showpost.php?p=531632&postcount=7, the main reason is that b is the only prime ending with 0), thus the problem in this article is very important and beautiful.
This problem is an extension of the original minimal prime problem (https://cs.uwaterloo.ca/~cbright/reports/mepn.pdf (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_17.pdf), https://cs.uwaterloo.ca/~shallit/Papers/br10.pdf (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_18.pdf), https://cs.uwaterloo.ca/~cbright/talks/minimal-slides.pdf (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_19.pdf), https://doi.org/10.1080/10586458.2015.1064048 (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_20.pdf), https://scholar.colorado.edu/downloads/hh63sw661 (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_16.pdf), https://github.com/curtisbright/mepn-data, https://github.com/curtisbright/mepn, https://github.com/RaymondDevillers/primes) to cover Conjectures ‘R Us Sierpinski/Riesel conjectures base b (http://www.noprimeleftbehind.net/crus/, http://www.noprimeleftbehind.net/crus/Sierp-conjectures.htm, http://www.noprimeleftbehind.net/crus/Sierp-conjectures-powers2.htm, http://www.noprimeleftbehind.net/crus/Riesel-conjectures.htm, http://www.noprimeleftbehind.net/crus/Riesel-conjectures-powers2.htm, http://www.noprimeleftbehind.net/crus/Sierp-conjecture-reserves.htm, http://www.noprimeleftbehind.net/crus/Riesel-conjecture-reserves.htm, https://www.utm.edu/staff/caldwell/preprints/2to100.pdf (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_3.pdf), http://www.bitman.name/math/article/1259 (in Italian)) with k-values < b, i.e. finding the smallest prime of the form k×bn+1 and k×bn−1 (or proving that such prime does not exist) for all k < b (also to cover dual (http://www.kurims.kyoto-u.ac.jp/EMIS/journals/INTEGERS/papers/i61/i61.pdf (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_1.pdf), https://www.rechenkraft.net/wiki/Five_or_Bust, https://oeis.org/A076336/a076336c.html, http://www.mit.edu/~kenta/three/prime/dual-sierpinski/ezgxggdm/dualsierp-excerpt.txt, http://mit.edu/kenta/www/three/prime/dual-sierpinski/ezgxggdm/dualsierp.txt.gz, https://mersenneforum.org/showthread.php?t=10761, https://mersenneforum.org/showthread.php?t=6545) Sierpinski/Riesel conjectures base b with k-values < b, i.e. finding the smallest prime of the form bn+k and bn−k (which are the dual forms of k×bn+1 and k×bn−1, respectively) (or proving that such prime does not exist) for all k < b) (also to cover finding the smallest prime of some classic forms (or proving that such prime does not exist), such as bn+2, bn−2, bn+(b−1), bn−(b−1), 2×bn+1, 2×bn−1, (b−1)×bn+1, (b−1)×bn−1, with n ≥ 1, for the same base b (of course, for some bases b the original minimal prime base b problem already covers finding the smallest prime of these forms, e.g. the original minimal prime base b problem covers finding the smallest prime of the form (b−1)×bn+1 if and only if b−1 is not prime, and the original minimal prime base b problem covers finding the smallest prime of the form (b−1)×bn−1 if and only if neither b−1 nor b−2 is prime, but I want the problem covers finding the smallest prime of these forms for all bases b)). The original minimal prime base b problem does not cover Conjectures ‘R Us Sierpinski/Riesel conjectures base b with conjectured k (http://www.noprimeleftbehind.net/crus/tab/CRUS_tab.htm, http://www.noprimeleftbehind.net/crus/vstats/all_ck_sierpinski.txt, http://www.noprimeleftbehind.net/crus/vstats/all_ck_riesel.txt) < b, since in Riesel side, the prime is not minimal prime in original definition if either k−1 or b−1 (or both) is prime, and in Sierpinski side, the prime is not minimal prime in original definition if k is prime (e.g. 25×3034205−1 is not minimal prime in base 30 in original definition, since it is OT34205 in base 30, and T (= 29 in decimal) is prime, but it is minimal prime in base 30 if only primes > base are counted), but this extended version of minimal prime base b problem does. (There is someone else who also exclude the single-digit primes, but his research is about substring (https://en.wikipedia.org/wiki/Substring) instead of subsequence, see https://www.mersenneforum.org/showpost.php?p=235383&postcount=42, subsequences can contain consecutive elements which were not consecutive in the original sequence, a subsequence which consists of a consecutive run of elements from the original sequence, such as 234 from 123456, is a substring, substring is a refinement of the subsequence, subsequence is a generalization of substring, substring must be subsequence, but subsequence may not be substring, 514 is a subsequence of 352148, but not a substring of 352148, see the list below of the comparation of "subsequence" and "substring")
However, including the base (b) itself results in automatic elimination of all possible extension numbers with "0 after 1" from the set (when the base is prime, if the base is composite, then there is no difference to include the base (b) itself or not), which is quite restrictive (since when the base is prime, then the base (b) itself is the only prime ending with 0, i.e. having trailing zero (https://en.wikipedia.org/wiki/Trailing_zero), since in any base, all numbers ending with 0 (i.e. having trailing zero) are divisible by the base (b), thus cannot be prime unless it is equal the base (b), i.e. "10" in base b, note that the numbers cannot have leading zero (https://en.wikipedia.org/wiki/Leading_zero), since typically this is not the way we write numbers (in any base), thus for all primes in our sets (i.e. all primes > base (b)), all zero digits must be "between" other digits). (for the reference of this, see https://mersenneforum.org/showpost.php?p=531632&postcount=7)
Besides, this problem is better than the original minimal prime problem since this problem is regardless whether 1 is considered as prime or not, i.e. no matter 1 is considered as prime or not prime (https://primes.utm.edu/notes/faq/one.html, https://primefan.tripod.com/Prime1ProCon.html, https://cs.uwaterloo.ca/journals/JIS/VOL15/Caldwell2/cald6.pdf (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_24.pdf), http://www.numericana.com/answer/numbers.htm#one), the sets in this problem are the same, while the sets in the original minimal prime problem are different, e.g. in base 10, if 1 is considered as prime, then the set in the original minimal prime problem is {1, 2, 3, 5, 7, 89, 409, 449, 499, 6469, 6949, 9049, 9649, 9949, 60649, 666649, 946669, 60000049, 66000049, 66600049}, while if 1 is not considered as prime, then the set in the original minimal prime problem is {2, 3, 5, 7, 11, 19, 41, 61, 89, 409, 449, 499, 881, 991, 6469, 6949, 9001, 9049, 9649, 9949, 60649, 666649, 946669, 60000049, 66000049, 66600049}, however, in base 10, the set in this problem is always {11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 227, 251, 257, 277, 281, 349, 409, 449, 499, 521, 557, 577, 587, 727, 757, 787, 821, 827, 857, 877, 881, 887, 991, 2087, 2221, 5051, 5081, 5501, 5581, 5801, 5851, 6469, 6949, 8501, 9001, 9049, 9221, 9551, 9649, 9851, 9949, 20021, 20201, 50207, 60649, 80051, 666649, 946669, 5200007, 22000001, 60000049, 66000049, 66600049, 80555551, 555555555551, 5000000000000000000000000000027}, no matter 1 is considered as prime or not prime.
The third reason for excluding the single-digit primes is that they are trivial like that Conjectures ‘R Us Sierpinski/Riesel conjectures base b requires exponent n ≥ 1 for these primes (see https://mersenneforum.org/showpost.php?p=447679&postcount=27), n = 0 is not acceptable to avoid the trivial primes (e.g. 2×bn+1, 4×bn+1, 6×bn+1, 10×bn+1, 12×bn+1, 16×bn+1, 3×bn−1, 4×bn−1, 6×bn−1, 8×bn−1, 12×bn−1, 14×bn−1, ... cannot be quickly eliminated with n = 0, or the conjectures become much more easy and uninteresting), for the same reason, this minimal prime puzzle requires ≥ b (i.e. ≥ 2 digits) for these primes, single-digit primes are not acceptable to avoid the trivial primes (e.g. families containing digit 2, 3, 5, 7, B, D, H, J, N, T, V, ... cannot be quickly eliminated with the single-digit prime, or the conjectures become much more easy and uninteresting).
The fourth reason for excluding the primes ≤ b is that starting with b+1 makes the formula of the number of possible (first digit,last digit) combo of a minimal prime in base b more simple and smooth number (https://en.wikipedia.org/wiki/Smooth_number, https://mathworld.wolfram.com/SmoothNumber.html), it is (b−1)×eulerphi(b) (https://oeis.org/A062955), where eulerphi is Euler's totient function (https://en.wikipedia.org/wiki/Euler%27s_totient_function, https://primes.utm.edu/glossary/xpage/EulersPhi.html, https://mathworld.wolfram.com/TotientFunction.html, http://www.numericana.com/answer/modular.htm#phi, https://oeis.org/A000010), since b−1 is the number of possible first digit (except 0, all digits can be first digit), and eulerphi(b) is the number of possible last digit (only digits coprime to b can be last digit), by rule of product, there are (b−1)×eulerphi(b) possible (first digit,last digit) combo, and if start with b, then when b is prime, there is an additional possible (first digit,last digit) combo: (1,0), and hence the formula will be (b−1)×eulerphi(b)+1 if b is prime, or (b−1)×eulerphi(b) if b is composite (the fully formula will be (b−1)×eulerphi(b)+isprime(b) or (b−1)×eulerphi(b)+floor((b−eulerphi(b)) / (b−1))), which is more complex, and if start with 1 (i.e. the original minimal prime problem), the formula is much more complex.
This problem covers finding the smallest prime of these forms in the same base b (or proving that such prime does not exist): (while the original minimal prime problem does not cover some of these forms for some bases (or all bases) b)
(below (as well as the "left b" files), family "12{3}45" means sequence {1245, 12345, 123345, 1233345, 12333345, 123333345, ...}, where the members are expressed as base b strings, like the numbers in https://stdkmd.net/nrr/aaaab.htm, https://stdkmd.net/nrr/abbbb.htm, https://stdkmd.net/nrr/aaaba.htm, https://stdkmd.net/nrr/abaaa.htm, https://stdkmd.net/nrr/abbba.htm, https://stdkmd.net/nrr/abbbc.htm, https://stdkmd.net/nrr/prime/primesize.txt, https://stdkmd.net/nrr/prime/primesize.zip, https://stdkmd.net/nrr/prime/primecount.htm, https://stdkmd.net/nrr/prime/primecount.txt, https://stdkmd.net/nrr/prime/primedifficulty.htm, https://stdkmd.net/nrr/prime/primedifficulty.txt, e.g. 1{3} (in decimal) is the numbers in https://stdkmd.net/nrr/1/13333.htm, and {1}3 (in decimal) is the numbers in https://stdkmd.net/nrr/1/11113.htm, and 1{2}3 (in decimal) is the numbers in https://stdkmd.net/nrr/1/12223.htm)
In fact, this problem covers finding the smallest prime of these form in the same base b: (where x, y, z are any digits in base b)
- x{0}y
- x{y} (unless y = 1) (see https://stdkmd.net/nrr/abbbb.htm)
- {x}y (unless x = 1) (see https://stdkmd.net/nrr/aaaab.htm)
- x{0}yz (unless there is a prime of the form x{0}y or x{0}z)
- xy{0}z (unless there is a prime of the form x{0}z or y{0}z)
- xy{x} (unless either x = 1 or there is a prime of the form y{x} (or both)) (see https://stdkmd.net/nrr/abaaa.htm)
- {x}yx (unless either x = 1 or there is a prime of the form {x}y (or both)) (see https://stdkmd.net/nrr/aaaba.htm)
Proving that "the set of the minimal elements of the base b representations of the prime numbers > b under the subsequence ordering" = the set S is equivalent to:
- Prove that all elements in S, when read as base b representation, are primes > b.
- Prove that all proper subsequence of all elements in S, when read as base b representation, which are > b, are composite.
- Prove that all primes > b, when written in base b, contain at least one element in S as subsequence (equivalently, prove that all strings not containing any element in S as subsequence, when read as base b representation, which are > b, are composite).
("the set of the minimal elements of the base b representations of the prime numbers > b under the subsequence ordering" = S is proved if and only if all these three problems are proved, i.e. "the set of the minimal elements of the base b representations of the prime numbers > b under the subsequence ordering" = S is a theorem if and only if all these three "conjectures" are theorems)
e.g. proving that "the set of the minimal elements of the base 10 representations of the prime numbers > 10 under the subsequence ordering" = {11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 227, 251, 257, 277, 281, 349, 409, 449, 499, 521, 557, 577, 587, 727, 757, 787, 821, 827, 857, 877, 881, 887, 991, 2087, 2221, 5051, 5081, 5501, 5581, 5801, 5851, 6469, 6949, 8501, 9001, 9049, 9221, 9551, 9649, 9851, 9949, 20021, 20201, 50207, 60649, 80051, 666649, 946669, 5200007, 22000001, 60000049, 66000049, 66600049, 80555551, 555555555551, 5000000000000000000000000000027}, is equivalent to:
- Prove that all of 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 227, 251, 257, 277, 281, 349, 409, 449, 499, 521, 557, 577, 587, 727, 757, 787, 821, 827, 857, 877, 881, 887, 991, 2087, 2221, 5051, 5081, 5501, 5581, 5801, 5851, 6469, 6949, 8501, 9001, 9049, 9221, 9551, 9649, 9851, 9949, 20021, 20201, 50207, 60649, 80051, 666649, 946669, 5200007, 22000001, 60000049, 66000049, 66600049, 80555551, 555555555551, 5000000000000000000000000000027 are primes > 10.
- Prove that all proper subsequence of all elements in {11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 227, 251, 257, 277, 281, 349, 409, 449, 499, 521, 557, 577, 587, 727, 757, 787, 821, 827, 857, 877, 881, 887, 991, 2087, 2221, 5051, 5081, 5501, 5581, 5801, 5851, 6469, 6949, 8501, 9001, 9049, 9221, 9551, 9649, 9851, 9949, 20021, 20201, 50207, 60649, 80051, 666649, 946669, 5200007, 22000001, 60000049, 66000049, 66600049, 80555551, 555555555551, 5000000000000000000000000000027} which are > 10 are composite.
- Prove that all primes > 10 contain at least one element in {11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 227, 251, 257, 277, 281, 349, 409, 449, 499, 521, 557, 577, 587, 727, 757, 787, 821, 827, 857, 877, 881, 887, 991, 2087, 2221, 5051, 5081, 5501, 5581, 5801, 5851, 6469, 6949, 8501, 9001, 9049, 9221, 9551, 9649, 9851, 9949, 20021, 20201, 50207, 60649, 80051, 666649, 946669, 5200007, 22000001, 60000049, 66000049, 66600049, 80555551, 555555555551, 5000000000000000000000000000027} as subsequence (equivalently, prove that all numbers > 10 not containing any element in {11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 227, 251, 257, 277, 281, 349, 409, 449, 499, 521, 557, 577, 587, 727, 757, 787, 821, 827, 857, 877, 881, 887, 991, 2087, 2221, 5051, 5081, 5501, 5581, 5801, 5851, 6469, 6949, 8501, 9001, 9049, 9221, 9551, 9649, 9851, 9949, 20021, 20201, 50207, 60649, 80051, 666649, 946669, 5200007, 22000001, 60000049, 66000049, 66600049, 80555551, 555555555551, 5000000000000000000000000000027} as subsequence are composite, since they are contraposition (https://en.wikipedia.org/wiki/Contraposition), P ⟶ Q and ¬Q ⟶ ¬P are logically equivalent (https://en.wikipedia.org/wiki/Logical_equivalence)).
(since for base b = 10, all these three problems are proved, i.e. all they are theorems, thus, "the set of the minimal elements of the base 10 representations of the prime numbers > 10 under the subsequence ordering" = {11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 227, 251, 257, 277, 281, 349, 409, 449, 499, 521, 557, 577, 587, 727, 757, 787, 821, 827, 857, 877, 881, 887, 991, 2087, 2221, 5051, 5081, 5501, 5581, 5801, 5851, 6469, 6949, 8501, 9001, 9049, 9221, 9551, 9649, 9851, 9949, 20021, 20201, 50207, 60649, 80051, 666649, 946669, 5200007, 22000001, 60000049, 66000049, 66600049, 80555551, 555555555551, 5000000000000000000000000000027} is also proved, i.e. "the set of the minimal elements of the base 10 representations of the prime numbers > 10 under the subsequence ordering" = {11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 227, 251, 257, 277, 281, 349, 409, 449, 499, 521, 557, 577, 587, 727, 757, 787, 821, 827, 857, 877, 881, 887, 991, 2087, 2221, 5051, 5081, 5501, 5581, 5801, 5851, 6469, 6949, 8501, 9001, 9049, 9221, 9551, 9649, 9851, 9949, 20021, 20201, 50207, 60649, 80051, 666649, 946669, 5200007, 22000001, 60000049, 66000049, 66600049, 80555551, 555555555551, 5000000000000000000000000000027} is also a theorem)
Determining the set of the minimal elements of a arbitrary set of strings under the subsequence ordering is in general unsolvable, and can be difficult even when this set is relatively simple (such as the base b representations of the prime numbers > b), also, determining the set of the minimal elements of a arbitrary set of strings under the subsequence ordering may be an open problem (https://en.wikipedia.org/wiki/Open_problem, https://en.wikipedia.org/wiki/List_of_unsolved_problems_in_mathematics, https://primes.utm.edu/glossary/xpage/OpenQuestion.html, https://mathworld.wolfram.com/UnsolvedProblems.html, http://www.numericana.com/answer/open.htm, https://primes.utm.edu/notes/conjectures/) or NP-complete (https://en.wikipedia.org/wiki/NP-complete, https://mathworld.wolfram.com/NP-CompleteProblem.html) or an undecidable problem (https://en.wikipedia.org/wiki/Undecidable_problem, https://mathworld.wolfram.com/Undecidable.html), or an example of Gödel's incompleteness theorems (https://en.wikipedia.org/wiki/G%C3%B6del%27s_incompleteness_theorems, https://mathworld.wolfram.com/GoedelsFirstIncompletenessTheorem.html) (like the continuum hypothesis (https://en.wikipedia.org/wiki/Continuum_hypothesis, https://mathworld.wolfram.com/ContinuumHypothesis.html) and the halting problem (https://en.wikipedia.org/wiki/Halting_problem, https://mathworld.wolfram.com/HaltingProblem.html)), or as hard as the unsolved problems in mathematics, such as the Riemann hypothesis (https://en.wikipedia.org/wiki/Riemann_hypothesis, https://primes.utm.edu/glossary/xpage/RiemannHypothesis.html, https://mathworld.wolfram.com/RiemannHypothesis.html, http://www.numericana.com/answer/open.htm#rh) and the abc conjecture (https://en.wikipedia.org/wiki/Abc_conjecture, https://mathworld.wolfram.com/abcConjecture.html, http://www.numericana.com/answer/open.htm#abc) and the Schinzel's hypothesis H (https://en.wikipedia.org/wiki/Schinzel%27s_hypothesis_H, https://mathworld.wolfram.com/SchinzelsHypothesis.html, http://www.numericana.com/answer/open.htm#h), which are the three famous hard problems in number theory (https://en.wikipedia.org/wiki/Number_theory, https://www.rieselprime.de/ziki/Number_theory, https://mathworld.wolfram.com/NumberTheory.html).
The following is a "semi-algorithm" (https://en.wikipedia.org/wiki/Semi-algorithm) that is guaranteed to produce the minimal elements of a arbitrary set of strings under the subsequence ordering, but it is not so easy to implement:
- M = ∅
- while (L ≠ ∅) do
- choose x, a shortest string in L
- M = M ∪ {x}
- L = L − sup({x})
In practice, for arbitrary L, we cannot feasibly carry out step 5. Instead, we work with L', some regular overapproximation to L, until we can show L' = ∅ (which implies L = ∅). In practice, L' is usually chosen to be a finite union of sets of the form L1{L2}L3, where each of L1, L2, L3 is finite. In the case we consider in this project, we then have to determine whether such a family contains a prime > b or not.
To solve this problem (i.e. to compute (https://en.wikipedia.org/wiki/Computing) the set of the minimal elements of the base b representations of the prime numbers > b under the subsequence ordering), we need to determine whether a given family contains a prime. In practice, if family x{Y}z (where x and z are strings (may be empty) of digits in base b, Y is a set of digits in base b) could not be ruled out as only containing composites and Y contains two or more digits, then a relatively small prime > b could always be found in this family. Intuitively, this is because there are a large number of small strings in such a family, and at least one is likely to be prime (e.g. there are 2n−2 strings of length n in the family 1{3,7}9, and there are over a thousand strings of length 12 in the family 1{3,7}9, thus it is very impossible that these numbers are all composite). In the case Y contains only one digit, this family is of the form x{y}z, and there is only a single string of each length > (the length of x + the length of z), and it is not known if the following decision problem (https://en.wikipedia.org/wiki/Decision_problem, https://mathworld.wolfram.com/DecisionProblem.html) is recursively solvable:
Problem: Given strings x, z, a digit y, and a base b, does there exist a prime number whose base-b expansion is of the form xynz for some n ≥ 0? (If we say "yes", then we should find such a prime (the smallest such prime may be very large, e.g. > 1025000, and if so, then we should use primality testing programs such as PFGW or LLR to find it, and before using these programs, we should use sieving programs such as srsieve (or sr1/2/5sieve) to remove the numbers either having small prime factors or having algebraic factors) and prove its primality (and if we want to solve the problem in this article, we should check whether this prime is the smallest such prime or not, i.e. prove all smaller numbers of the form xynz with n ≥ 0 are composite, usually by trial division or Fermat primality test), and if we say "no", then we should prove that such prime does not exist, may by covering congruence, algebraic factorization, or combine of them)
An algorithm to solve this problem, for example, would allow us to decide if there are any additional Fermat primes (https://en.wikipedia.org/wiki/Fermat_number, https://primes.utm.edu/glossary/xpage/FermatNumber.html, https://www.rieselprime.de/ziki/Fermat_number, https://mathworld.wolfram.com/FermatNumber.html, https://mathworld.wolfram.com/FermatPrime.html) (of the form 22n+1) other than the known ones (corresponding to n = 0, 1, 2, 3, 4). To see this, take b = 2, x = 1, y = 0, and z = 0161. Since if 2n+1 is prime then n must be a power of two (http://yves.gallot.pagesperso-orange.fr/primes/math.html), a prime of the form x{y}z in base b must be a new Fermat prime. Besides, it would allow us to decide if there are infinitely many Mersenne primes (https://en.wikipedia.org/wiki/Mersenne_prime, https://primes.utm.edu/glossary/xpage/MersenneNumber.html, https://primes.utm.edu/glossary/xpage/Mersennes.html, https://www.rieselprime.de/ziki/Mersenne_number, https://www.rieselprime.de/ziki/Mersenne_prime, https://mathworld.wolfram.com/MersenneNumber.html, https://mathworld.wolfram.com/MersennePrime.html) (of the form 2p−1 with prime p). To see this, take b = 2, x = 𝜆 (the empty string (https://en.wikipedia.org/wiki/Empty_string)), y = 1, and z = 1n+1, where n is the exponent of the Mersenne prime which we want to know whether it is the largest Mersenne prime or not. Since if 2n−1 is prime then n must be a prime (https://primes.utm.edu/notes/proofs/Theorem2.html), a prime of the form x{y}z in base b must be a new Mersenne prime.
(for the references of Fermat primes and Mersenne primes, see http://www.prothsearch.com/fermat.html and https://www.mersenne.org/primes/, respectively)
Some x{y}z (where x and z are strings (may be empty) of digits in base b, y is a digit in base b) families can be proven to contain no primes > b, by covering congruence (http://irvinemclean.com/maths/siercvr.htm, http://web.archive.org/web/20060925100410/http://www.glasgowg43.freeserve.co.uk/siernums.htm, https://web.archive.org/web/20061116164533/http://www.glasgowg43.freeserve.co.uk/brier2.htm, https://sites.google.com/site/robertgerbicz/coveringsets, https://github.com/xayahrainie4793/prime-programs-cached-copy/tree/main/coveringsets, http://www.numericana.com/answer/primes.htm#sierpinski, http://www.iakovlev.org/zip/riesel2.pdf (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_8.pdf), https://www.ams.org/journals/mcom/1975-29-129/S0025-5718-1975-0376583-0/S0025-5718-1975-0376583-0.pdf (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_27.pdf), https://www.ams.org/journals/mcom/1983-40-161/S0025-5718-1983-0679453-8/S0025-5718-1983-0679453-8.pdf (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_40.pdf), http://yves.gallot.pagesperso-orange.fr/papers/smallbrier.pdf (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_48.pdf), https://cs.uwaterloo.ca/journals/JIS/VOL16/Ismailescu/ismailescu3.pdf (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_51.pdf), https://arxiv.org/pdf/2209.10646.pdf (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_52.pdf), https://cs.uwaterloo.ca/journals/JIS/VOL18/Baczkowski/bacz2.pdf (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_61.pdf), https://arxiv.org/pdf/1110.4671.pdf (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_62.pdf), http://www.primepuzzles.net/problems/prob_029.htm, http://www.primepuzzles.net/problems/prob_036.htm, http://www.primepuzzles.net/problems/prob_049.htm, https://www.rieselprime.de/Related/LiskovetsGallot.htm, https://www.rieselprime.de/Related/RieselTwinSG.htm, https://stdkmd.net/nrr/coveringset.htm, https://stdkmd.net/nrr/9/91113.htm#prime_period, https://stdkmd.net/nrr/9/94449.htm#prime_period, https://stdkmd.net/nrr/9/95559.htm#prime_period, https://oeis.org/A244561, https://oeis.org/A244562, https://oeis.org/A244563, https://oeis.org/A244564, https://oeis.org/A244070, https://oeis.org/A244071, https://oeis.org/A244072, https://oeis.org/A244073, https://en.wikipedia.org/wiki/Covering_set, https://www.rieselprime.de/ziki/Covering_set, https://mathworld.wolfram.com/SierpinskisCompositeNumberTheorem.html) (i.e. finding a finite set (https://en.wikipedia.org/wiki/Finite_set, https://mathworld.wolfram.com/FiniteSet.html) S of primes p such that all numbers in a given family are divisible (https://en.wikipedia.org/wiki/Divides, https://primes.utm.edu/glossary/xpage/Divides.html, https://mathworld.wolfram.com/Divides.html) by some element of S (this is equivalent to finding a positive integer N such that all numbers in a given family are not coprime (https://en.wikipedia.org/wiki/Coprime_integers, https://primes.utm.edu/glossary/xpage/RelativelyPrime.html, https://www.rieselprime.de/ziki/Coprime, https://mathworld.wolfram.com/RelativelyPrime.html, http://www.numericana.com/answer/primes.htm#coprime) to N, e.g. all numbers in the family 2{5} in base 11 are not coprime to 6, gcd((5×11n−1)/2, 6) can only be 2 or 3, and cannot be 1)), algebraic factorization (https://en.wikipedia.org/w/index.php?title=Factorization&oldid=1044289340#Factoring_other_polynomials, https://mathworld.wolfram.com/PolynomialFactorization.html, http://www.numericana.com/answer/factoring.htm#special, https://stdkmd.net/nrr/repunit/repunitnote.htm, https://stdkmd.net/nrr/1/10004.htm#about_algebraic, https://stdkmd.net/nrr/1/10008.htm#about_algebraic, https://stdkmd.net/nrr/1/13333.htm#about_algebraic, https://stdkmd.net/nrr/4/40001.htm#about_algebraic, https://stdkmd.net/nrr/5/53333.htm#about_algebraic, https://stdkmd.net/nrr/5/54444.htm#about_algebraic, https://stdkmd.net/nrr/5/55552.htm#about_algebraic, https://stdkmd.net/nrr/7/79999.htm#about_algebraic, https://stdkmd.net/nrr/8/83333.htm#about_algebraic, https://stdkmd.net/nrr/8/88889.htm#about_algebraic, https://stdkmd.net/nrr/8/89999.htm#about_algebraic, https://stdkmd.net/nrr/9/99991.htm#about_algebraic, https://stdkmd.net/nrr/9/99992.htm#about_algebraic, https://brnikat.com/nums/cullen_woodall/algebraic.txt, https://www.numberempire.com/factoringcalculator.php (e.g. for the family 3{8} in base 9, type "4*9^n-1", and it will tell you that this form can be factored to (2×3n−1) × (2×3n+1)), https://www.emathhelp.net/calculators/algebra-2/factoring-calculator/) (which includes difference-of-two-squares factorization (https://en.wikipedia.org/wiki/Difference_of_two_squares) and sum/difference-of-two-nth-powers factorization with odd n > 1 (https://en.wikipedia.org/wiki/Binomial_number, https://mathworld.wolfram.com/BinomialNumber.html) and Aurifeuillean factorization (https://en.wikipedia.org/wiki/Aurifeuillean_factorization, https://www.rieselprime.de/ziki/Aurifeuillian_factor, https://mathworld.wolfram.com/AurifeuilleanFactorization.html, http://www.numericana.com/answer/numbers.htm#aurifeuille, http://pagesperso-orange.fr/colin.barker/lpa/cycl_fac.htm, http://list.seqfan.eu/oldermail/seqfan/2017-March/017363.html, http://myfactorcollection.mooo.com:8090/source/cyclo.cpp, http://myfactorcollection.mooo.com:8090/LCD_2_199, http://myfactorcollection.mooo.com:8090/LCD_2_998, https://stdkmd.net/nrr/repunit/repunitnote.htm#aurifeuillean, https://www.unshlump.com/hcn/aurif.html) of x4+4y4), or combine of them (https://mersenneforum.org/showthread.php?t=11143, https://mersenneforum.org/showthread.php?t=10279, https://www.fq.math.ca/Scanned/33-3/izotov.pdf (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_46.pdf), https://doi.org/10.1016/j.jnt.2008.02.004 (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_47.pdf)), e.g. (only list the families which all numbers do not contain "prime > b" subsequence) (see post https://mersenneforum.org/showpost.php?p=594923&postcount=231 for the factor pattern for some of these families) (for the case of covering congruence, we can show that the corresponding numbers are > all elements in the sets if the corresponding numbers are > b, thus these factorizations are nontrivial; and for the case of algebraic factorization, we can show that both factors are > 1 if the corresponding numbers are > b, thus these factorizations are nontrivial; for the case of combine of them, we can show that for the part of covering congruence, the corresponding numbers are > all elements in the sets if the corresponding numbers are > b, and for the part of algebraic factorization, both factors are > 1 if the corresponding numbers are > b, thus these factorizations are nontrivial)
The multiplicative order (https://en.wikipedia.org/wiki/Multiplicative_order, https://primes.utm.edu/glossary/xpage/Order.html, https://mathworld.wolfram.com/MultiplicativeOrder.html, https://oeis.org/A250211, https://oeis.org/A139366, https://oeis.org/A086145) is very important in this problem, since if a prime p divides the number with n digits in family x{y}z in base b, then p also divides the number with k×ordp(b)+n digits in family x{y}z in base b for all nonnegative integer k (unless ordp(b) = 1, i.e. p divides b−1, in this case p also divides the number with k×p+n digits in family x{y}z in base b for all nonnegative integer k), the period of "divisible by p" for a prime p in family x{y}z in base b (if only some and not all numbers in family x{y}z in base b are divisible by p, of course, if all numbers in family x{y}z in base b are divisible by p, then the period of "divisible by p" for a prime p in family x{y}z in base b is 1) is ordp(b) (ordp(b) must divide p−1, if and only if ordp(b) is exactly p−1, then b is a primitive root (https://en.wikipedia.org/wiki/Primitive_root_modulo_n, https://mathworld.wolfram.com/PrimitiveRoot.html) mod p, and this is studying in Artin's conjecture on primitive roots (https://en.wikipedia.org/wiki/Artin%27s_conjecture_on_primitive_roots, https://mathworld.wolfram.com/ArtinsConjecture.html, http://www.numericana.com/answer/constants.htm#artin), which is an unsolved problem in mathematics) unless p divides b−1, in this case the period of "divisible by p" for such prime p in family x{y}z in base b is simply p, the primes p such that ordp(b) = n are exactly the prime factors of the Zsigmondy number (https://en.wikipedia.org/wiki/Zsigmondy%27s_theorem, https://mathworld.wolfram.com/ZsigmondyTheorem.html) Zs(n, b, 1), Zs(n, b, 1) = Φn(b)/gcd(Φn(b), n) (where Φ is the cyclotomic polynomial (https://en.wikipedia.org/wiki/Cyclotomic_polynomial, https://mathworld.wolfram.com/CyclotomicPolynomial.html,http://www.numericana.com/answer/polynomial.htm#cyclotomic) if n ≠ 2, Zs(n, 2, 1) = odd part (http://mathworld.wolfram.com/OddPart.html, https://oeis.org/A000265) of n+1, the prime factors of Zs(n, b, 1) for odd n are exactly the primitive prime factors of bn−1, the prime factors of Zs(n, b, 1) for even n are exactly the primitive prime factors of bn/2+1, references: https://en.wikipedia.org/w/index.php?title=Wikipedia:Sandbox&oldid=1039706119 (list of the ordp(b) for 2 ≤ b ≤ 128 and primes p ≤ 4096), https://en.wikipedia.org/w/index.php?title=Wikipedia:Sandbox&oldid=1040004339 (list of primes p such that ordp(b) = n for 2 ≤ b ≤ 64 and 1 ≤ n ≤ 64), also factorization of bn±1: https://homes.cerias.purdue.edu/~ssw/cun/index.html (2 ≤ b ≤ 12), https://maths-people.anu.edu.au/~brent/factors.html (13 ≤ b ≤ 99), https://stdkmd.net/nrr/repunit/ (b = 10), the b = 10 case with only primitive factors see https://stdkmd.net/nrr/repunit/Phin10.txt and https://stdkmd.net/nrr/repunit/Phin10.txt.lz and https://stdkmd.net/nrr/repunit/Phin10.txt.gz, also for the factors of bn±1 with 2 ≤ b ≤ 100 and 1 ≤ n ≤ 100 see http://myfactorcollection.mooo.com:8090/cgi-bin/showFullRep?FBase=2&TBase=100&FExp=1&TExp=100&c0=&EN=&LM= (all factors) and http://myfactorcollection.mooo.com:8090/cgi-bin/showPrimFactors?FBase=2&TBase=100&FExp=1&TExp=100&c0=&LM= (only primitive factors); also, the period of "difference-of-squares factorization" in any base b is 2 if b is not square, 1 if b is square; the period of "sum/difference-of-two-pth-powers factorization with odd prime p" is p if b is not p-th power, 1 if b is p-th power; the period of "Aurifeuillean factorization of x4+4y4" is 4 if b is not square, 2 if b is square but not 4-th power, 1 if b is 4-th power, (for more information, see https://stdkmd.net/nrr/1/10003.htm#prime_period, https://stdkmd.net/nrr/3/30001.htm#prime_period, https://stdkmd.net/nrr/1/13333.htm#prime_period, https://stdkmd.net/nrr/3/33331.htm#prime_period, https://stdkmd.net/nrr/1/11113.htm#prime_period, https://stdkmd.net/nrr/3/31111.htm#prime_period, https://oeis.org/A014664, https://oeis.org/A062117, https://oeis.org/A002371, http://www.noprimeleftbehind.net/crus/Sierp-conjectures.htm, http://www.noprimeleftbehind.net/crus/Riesel-conjectures.htm, http://www.noprimeleftbehind.net/crus/Sierp-conjectures-powers2.htm, http://www.noprimeleftbehind.net/crus/Riesel-conjectures-powers2.htm) the family x{y}z in base b can be proven to contain no primes > b (or only contain finitely many primes > b) if and only if these residue classes with these periods gives a complete residue system (https://en.wikipedia.org/wiki/Covering_system, https://mathworld.wolfram.com/CompleteResidueSystem.html).
We can show that: For the case of covering congruence, the numbers in the family are not equal to any element in S, if n makes the numbers > b, thus these factorizations are nontrivial; for the case of algebraic factorization (if the numbers are factored as F × G / d), both F and G are > d, if n makes the numbers > b, thus these factorizations are nontrivial (the exceptions are the base 9 family {1} and the base 25 family {1} and the base 32 family {1}. For the base 9 family {1}, the algebraic form is (9n−1)/8 with n ≥ 2, and can be factored to (3n−1) × (3n+1) / 8, if n ≥ 3, then both 3n−1 and 3n+1 are > 8, thus these factorizations are nontrivial, it only remains to check the case n = 2, but the number with n = 2 is 10 = 2 × 5 is not prime; for the base 25 family {1}, the algebraic form is (25n−1)/24 with n ≥ 2, and can be factored to (5n−1) × (5n+1) / 24, if n ≥ 3, then both 5n−1 and 5n+1 are > 24, thus these factorizations are nontrivial, it only remains to check the case n = 2, but the number with n = 2 is 26 = 2 × 13 is not prime; for the base 32 family {1}, the algebraic form is (32n−1)/31 with n ≥ 2, and can be factored to (2n−1) × (16n+8n+4n+2n+1) / 31, if n ≥ 6, then both 2n−1 and 16n+8n+4n+2n+1 are > 31, thus these factorizations are nontrivial, it only remains to check the cases n = 2, 3, 4, 5, but the numbers with n = 2, 3, 4, 5 are 33 = 3 × 11, 1057 = 7 × 151, 33825 = 3 × 52 × 11 × 41, 1082401 = 601 × 1801 are not primes); for the case of combine of covering congruence and algebraic factorization (if the numbers are factored as F × G / d), the numbers in the family are not equal to any element in S and both F and G are > d, if n makes the numbers > b, thus these factorizations are nontrivial.
(You can see the factorization (https://en.wikipedia.org/wiki/Integer_factorization, https://www.rieselprime.de/ziki/Factorization, https://mathworld.wolfram.com/PrimeFactorization.html, https://mathworld.wolfram.com/PrimeFactorizationAlgorithms.html, http://www.numericana.com/answer/factoring.htm) of the numbers in these families in factordb (http://factordb.com/), you have to convert them to algebraic ((a×bn+c)/gcd(a+c,b−1)) form, and you will find that all numbers in these families have status (http://factordb.com/status.html, http://factordb.com/distribution.php) either "FF" or "CF", and no numbers in these families have status (http://factordb.com/status.html, http://factordb.com/distribution.php) "C" (i.e. in http://factordb.com/listtype.php?t=3), e.g. for the family 3{0}95 in base 13, its algebraic ((a×bn+c)/gcd(a+c,b−1)) form is 3×13n+2+122, and in factordb you will find that all numbers in this family are divisible by some element of {5,7,17}, see http://factordb.com/index.php?query=3*13%5E%28n%2B2%29%2B122&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show; for the family {7}D in base 21, its algebraic ((a×bn+c)/gcd(a+c,b−1)) form is (7×21n+1+113)/20, and in factordb you will find that all numbers in this family are divisible by some element of {2,13,17}, see http://factordb.com/index.php?query=%287*21%5E%28n%2B1%29%2B113%29%2F20&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show (note: for this family n = 0 is not allowed, since we only consider the numbers > base); for the family 30{F}A0F in base 16, its algebraic ((a×bn+c)/gcd(a+c,b−1)) form is 49×16n+3−1521, and in factordb you will find that no numbers in this family have a prime factor with decimal length > ((the decimal length of the number + 1)/2), and all numbers in this family have two nearly equal (prime or composite) factors, see http://factordb.com/index.php?query=49*16%5E%28n%2B3%29-1521&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show; for the family 5{1} in base 25, its algebraic ((a×bn+c)/gcd(a+c,b−1)) form is (121×25n−1)/24, and in factordb you will find that no numbers in this family have a prime factor with decimal length > ((the decimal length of the number + 1)/2), and all numbers in this family have two nearly equal (prime or composite) factors, see http://factordb.com/index.php?query=%28121*25%5En-1%29%2F24&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show (note: for this family n = 0 is not allowed, since we only consider the numbers > base); for the family {D}5 in base 14, its algebraic ((a×bn+c)/gcd(a+c,b−1)) form is 14n+1−9, and in factordb you will find that all numbers with even n in this family are divisible by 5, and you will find that no numbers with odd n in this family have a prime factor with decimal length > ((the decimal length of the number + 1)/2), and all numbers with odd n in this family have two nearly equal (prime or composite) factors, see http://factordb.com/index.php?query=14%5E%28n%2B1%29-9&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show (note: for this family n = 0 is not allowed, since we only consider the numbers > base); for the family 7{9} in base 17, its algebraic ((a×bn+c)/gcd(a+c,b−1)) form is (121×17n−9)/16, and in factordb you will find that all numbers with odd n in this family are divisible by 2, and you will find that no numbers with even n in this family have a prime factor with decimal length > ((the decimal length of the number + 1)/2), and all numbers with even n in this family have two nearly equal (prime or composite) factors, see http://factordb.com/index.php?query=%28121*17%5En-9%29%2F16&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show (note: for this family n = 0 is not allowed, since we only consider the numbers > base). In contrast, you can see the factorization of the numbers in unsolved families in base b (which are listed in the "left b" file) in factordb, you will find some numbers in these families which have neither small prime factors (say < 1016) nor two nearly equal (prime or composite) factors, also you will find some numbers in these families which have no known proper factor (https://en.wikipedia.org/wiki/Proper_factor, https://mathworld.wolfram.com/ProperFactor.html, https://mathworld.wolfram.com/ProperDivisor.html) > 1 (i.e. you will find some numbers in these families with status (http://factordb.com/status.html, http://factordb.com/distribution.php) "C" (instead of "CF" or "FF") (i.e. in http://factordb.com/listtype.php?t=3) in factordb (http://factordb.com/)), and they have positive Nash weight (https://www.rieselprime.de/ziki/Nash_weight, https://github.com/xayahrainie4793/prime-programs-cached-copy/tree/main/allnash) (or difficulty (https://stdkmd.net/nrr/prime/primedifficulty.htm, https://stdkmd.net/nrr/prime/primedifficulty.txt)), and they have prime candidates, we can use the sense of http://www.iakovlev.org/zip/riesel2.pdf (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_8.pdf), https://stdkmd.net/nrr/1/10003.htm#prime_period, https://stdkmd.net/nrr/3/30001.htm#prime_period, https://stdkmd.net/nrr/1/13333.htm#prime_period, https://stdkmd.net/nrr/3/33331.htm#prime_period, https://stdkmd.net/nrr/1/11113.htm#prime_period, https://stdkmd.net/nrr/3/31111.htm#prime_period, https://mersenneforum.org/showpost.php?p=138737&postcount=24, https://mersenneforum.org/showpost.php?p=153508&postcount=147, to show this)
(for the examples of non-simple families, see https://stdkmd.net/nrr/prime/primecount3.htm and https://stdkmd.net/nrr/prime/primecount3.txt (only base 10 families), non-simple families usually have small primes if they cannot be ruled out as only containing composites by covering congruence, see the section above)
(for the factorization of the numbers in these families, the special number field sieve (https://en.wikipedia.org/wiki/Special_number_field_sieve, https://www.rieselprime.de/ziki/Special_number_field_sieve, https://mathworld.wolfram.com/NumberFieldSieve.html, https://stdkmd.net/nrr/records.htm#BIGSNFS, https://stdkmd.net/nrr/wanted.htm#smallpolynomial) or the general number field sieve (https://en.wikipedia.org/wiki/General_number_field_sieve, https://www.rieselprime.de/ziki/General_number_field_sieve, https://mathworld.wolfram.com/NumberFieldSieve.html, https://stdkmd.net/nrr/records.htm#BIGGNFS, https://stdkmd.net/nrr/wanted.htm#suitableforgnfs) may be used, they have SNFS polynomials (https://www.rieselprime.de/ziki/SNFS_polynomial_selection), just like factorization of the numbers in https://stdkmd.net/nrr/aaaab.htm and https://stdkmd.net/nrr/abbbb.htm and https://stdkmd.net/nrr/aaaba.htm and https://stdkmd.net/nrr/abaaa.htm and https://stdkmd.net/nrr/abbba.htm and https://stdkmd.net/nrr/abbbc.htm and http://mklasson.com/factors/index.php and https://cs.stanford.edu/people/rpropper/math/factors/3n-2.txt, see https://stdkmd.net/nrr/records.htm and https://stdkmd.net/nrr/wanted.htm)
b | family | algebraic ((a×bn+c)/d) form of this family (n is the number of digits in the "{}", also the lower bound of n to make the numbers > b) (note: d divides gcd(a+c,b−1), but d need not be gcd(a+c,b−1), d = gcd(a+c,b−1) if and only if the numbers in the family are not divisible by some prime factor of b−1, i.e. the numbers in the family are coprime to b−1) |
why this family contain no primes > b | factorization of the numbers in this family (n is the number of digits in the "{}", start with the smallest n making the number > b) |
---|---|---|---|---|
10 | 2{0}1 | 2×10n+1+1 (n ≥ 0) | always divisible by 3 | http://factordb.com/index.php?query=2*10%5E%28n%2B1%29%2B1&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
10 | 2{0}7 | 2×10n+1+7 (n ≥ 0) | always divisible by 3 (in fact, always divisible by 9) |
http://factordb.com/index.php?query=2*10%5E%28n%2B1%29%2B7&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
10 | 5{0}1 | 5×10n+1+1 (n ≥ 0) | always divisible by 3 | http://factordb.com/index.php?query=5*10%5E%28n%2B1%29%2B1&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
10 | 5{0}7 | 5×10n+1+7 (n ≥ 0) | always divisible by 3 | http://factordb.com/index.php?query=5*10%5E%28n%2B1%29%2B7&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
10 | 8{0}1 | 8×10n+1+1 (n ≥ 0) | always divisible by 3 (in fact, always divisible by 9) |
http://factordb.com/index.php?query=8*10%5E%28n%2B1%29%2B1&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
10 | 8{0}7 | 8×10n+1+7 (n ≥ 0) | always divisible by 3 | http://factordb.com/index.php?query=8*10%5E%28n%2B1%29%2B7&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
10 | 28{0}7 | 28×10n+1+7 (n ≥ 0) | always divisible by 7 | http://factordb.com/index.php?query=28*10%5E%28n%2B1%29%2B7&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
10 | 4{6}9 | (14×10n+1+7)/3 (n ≥ 0) | always divisible by 7 | http://factordb.com/index.php?query=%2814*10%5E%28n%2B1%29%2B7%29%2F3&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
10 | families ending with 0, 2, 4, 6, or 8 | – | always divisible by 2 | – |
10 | families ending with 0 or 5 | – | always divisible by 5 | – |
10 | {0,3,6,9} | – | always divisible by 3 (non-simple family) |
– |
10 | {0,7} | – | always divisible by 7 (non-simple family) |
– |
any base (b) | families ending with digits d which are not coprime to b | – | always divisible by gcd(d,b) | – |
any base (b) | families whose digits all have a common factor d > 1 | – | always divisible by d | – |
3 | 1{0}1 | 3n+1+1 (n ≥ 0) | always divisible by 2 | http://factordb.com/index.php?query=3%5E%28n%2B1%29%2B1&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
4 | 2{0}1 | 2×4n+1+1 (n ≥ 0) | always divisible by 3 | http://factordb.com/index.php?query=2*4%5E%28n%2B1%29%2B1&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
5 | 1{0}1 | 5n+1+1 (n ≥ 0) | always divisible by 2 | http://factordb.com/index.php?query=5%5E%28n%2B1%29%2B1&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
5 | 1{0}3 | 5n+1+3 (n ≥ 0) | always divisible by 2 (in fact, always divisible by 4) |
http://factordb.com/index.php?query=5%5E%28n%2B1%29%2B3&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
5 | 3{0}1 | 3×5n+1+1 (n ≥ 0) | always divisible by 2 (in fact, always divisible by 4) |
http://factordb.com/index.php?query=3*5%5E%28n%2B1%29%2B1&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
5 | 11{0}3 | 6×5n+1+3 (n ≥ 0) | always divisible by 3 | http://factordb.com/index.php?query=6*5%5E%28n%2B1%29%2B3&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
5 | 3{0}11 | 3×5n+2+6 (n ≥ 0) | always divisible by 3 | http://factordb.com/index.php?query=3*5%5E%28n%2B2%29%2B6&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
6 | 4{0}1 | 4×6n+1+1 (n ≥ 0) | always divisible by 5 | http://factordb.com/index.php?query=4*6%5E%28n%2B1%29%2B1&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
7 | 1{0}1 | always divisible by 2 | ||
7 | 1{0}3 | always divisible by 2 | ||
7 | 1{0}5 | always divisible by 2 (in fact, always divisible by 6) |
||
7 | 3{0}1 | always divisible by 2 | ||
7 | 3{0}5 | always divisible by 2 | ||
7 | 5{0}1 | always divisible by 2 (in fact, always divisible by 6) |
||
7 | 5{0}3 | always divisible by 2 | ||
7 | 1{0}2 | always divisible by 3 | ||
7 | 2{0}1 | always divisible by 3 | ||
7 | 4{0}5 | always divisible by 3 | ||
7 | 5{0}4 | always divisible by 3 | ||
7 | 1{0}1{0}1 | always divisible by 3 (non-simple family) |
||
7 | 1{0}3{0}5 | always divisible by 3 (non-simple family) |
||
7 | 1{0}5{0}3 | always divisible by 3 (non-simple family) |
||
7 | 3{0}1{0}5 | always divisible by 3 (non-simple family) |
||
7 | 3{0}5{0}1 | always divisible by 3 (non-simple family) |
||
7 | 5{0}1{0}3 | always divisible by 3 (non-simple family) |
||
7 | 5{0}3{0}1 | always divisible by 3 (non-simple family) |
||
7 | 1{0}1{0}1{0}1 | always divisible by 2 (non-simple family) |
||
7 | 1{0}1{0}2 | always divisible by 2 (non-simple family) |
||
7 | 1{0}2{0}1 | always divisible by 2 (non-simple family) |
||
7 | 2{0}1{0}1 | always divisible by 2 (non-simple family) |
||
7 | 4{0}5{0}5 | always divisible by 2 (non-simple family) |
||
7 | 5{0}4{0}5 | always divisible by 2 (non-simple family) |
||
7 | 5{0}5{0}4 | always divisible by 2 (non-simple family) |
||
8 | 2{0}5 | always divisible by 7 | ||
8 | 4{0}3 | always divisible by 7 | ||
8 | 6{0}1 | always divisible by 7 | ||
8 | 44{0}3 | always divisible by 3 | ||
8 | 6{0}11 | always divisible by 3 | ||
9 | {7}62 | always divisible by 7 | ||
9 | 2{7}5 | always divisible by 23 | ||
9 | 5{7}2 | always divisible by 47 | ||
11 | 2{5}3 | always divisible by 5 (in fact, always divisible by 25) |
||
11 | 3{5}2 | always divisible by 5 (in fact, always divisible by 35) |
||
11 | 3{7}4 | always divisible by 37 | ||
11 | 4{7}3 | always divisible by 47 | ||
12 | A{0}21 | always divisible by 5 | ||
13 | C{A}5 | always divisible by 7 | ||
14 | 40{4}9 | always divisible by 61 | ||
15 | 9{6}8 | always divisible by 11 | ||
16 | 2{C}3 | always divisible by 7 | ||
21 | B0{H}6H | always divisible by 4637 | ||
28 | 4{O}9 | always divisible by 11 | ||
28 | D{6}R | always divisible by 17 | ||
28 | N{6}R | always divisible by 11 | ||
9 | {1}5 | (9n+1+31)/8 (n ≥ 1) | always divisible by some element of {2,5} divisible by 2 if n is odd, divisible by 5 if n is even |
http://factordb.com/index.php?query=%289%5E%28n%2B1%29%2B31%29%2F8&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
9 | {1}61 | (9n+2+359)/8 (n ≥ 0) | always divisible by some element of {2,5} divisible by 2 if n is odd, divisible by 5 if n is even |
http://factordb.com/index.php?query=%289%5E%28n%2B2%29%2B359%29%2F8&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
9 | 2{7} | (23×9n−7)/8 (n ≥ 1) | always divisible by some element of {2,5} divisible by 2 if n is even, divisible by 5 if n is odd |
http://factordb.com/index.php?query=%2823*9%5En-7%29%2F8&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
9 | {3}5 | (3×9n+1+13)/8 (n ≥ 1) | always divisible by some element of {2,5} divisible by 2 if n is odd, divisible by 5 if n is even |
http://factordb.com/index.php?query=%283*9%5E%28n%2B1%29%2B13%29%2F8&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
9 | {3}8 | (3×9n+1+37)/8 (n ≥ 1) | always divisible by some element of {2,5} divisible by 2 if n is even, divisible by 5 if n is odd |
http://factordb.com/index.php?query=%283*9%5E%28n%2B1%29%2B37%29%2F8&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
9 | {3}05 | (3×9n+2−203)/8 (n ≥ 1) | always divisible by some element of {2,5} divisible by 2 if n is odd, divisible by 5 if n is even |
http://factordb.com/index.php?query=%283*9%5E%28n%2B2%29-203%29%2F8&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
9 | 5{1} | (41×9n−1)/8 (n ≥ 1) | always divisible by some element of {2,5} divisible by 2 if n is odd, divisible by 5 if n is even |
http://factordb.com/index.php?query=%2841*9%5En-1%29%2F8&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
9 | 5{7} | (47×9n−7)/8 (n ≥ 1) | always divisible by some element of {2,5} divisible by 2 if n is odd, divisible by 5 if n is even |
http://factordb.com/index.php?query=%2847*9%5En-7%29%2F8&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
9 | 6{1} | (49×9n−1)/8 (n ≥ 1) | always divisible by some element of {2,5} divisible by 2 if n is even, divisible by 5 if n is odd |
http://factordb.com/index.php?query=%2849*9%5En-1%29%2F8&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
9 | {7}2 | (7×9n+1−47)/8 (n ≥ 1) | always divisible by some element of {2,5} divisible by 2 if n is even, divisible by 5 if n is odd |
http://factordb.com/index.php?query=%287*9%5E%28n%2B1%29-47%29%2F8&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
9 | {7}5 | (7×9n+1−23)/8 (n ≥ 1) | always divisible by some element of {2,5} divisible by 2 if n is odd, divisible by 5 if n is even |
http://factordb.com/index.php?query=%287*9%5E%28n%2B1%29-23%29%2F8&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
9 | {7}05 | (3×9n+2−527)/8 (n ≥ 1) | always divisible by some element of {2,5} divisible by 2 if n is odd, divisible by 5 if n is even |
http://factordb.com/index.php?query=%287*9%5E%28n%2B2%29-527%29%2F8&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
9 | {1}6{1} | (9m+n+1+40×9n−1)/8 | always divisible by some element of {2,5} (non-simple family) divisible by 2 if m+n is even, divisible by 5 if m+n is odd |
– |
9 | {7}2{7} | (7×9m+n+1−40×9n−7)/8 | always divisible by some element of {2,5} (non-simple family) divisible by 2 if m+n is even, divisible by 5 if m+n is odd |
– |
9 | 5{0}{7} | (40×9m+n+7×9n−7)/8 | always divisible by some element of {2,5} (non-simple family) divisible by 2 if n is odd, divisible by 5 if n is even |
– |
9 | {3}{0}5 | (3×9m+n+1−3×9n+1+40)/8 | always divisible by some element of {2,5} (non-simple family) divisible by 2 if m is odd, divisible by 5 if m is even |
– |
9 | {7}{0}5 | (7×9m+n+1−7×9n+1+40)/8 | always divisible by some element of {2,5} (non-simple family) divisible by 2 if m is odd, divisible by 5 if m is even |
– |
11 | 2{5} | (5×11n−1)/2 (n ≥ 1) | always divisible by some element of {2,3} divisible by 2 if n is even, divisible by 3 if n is odd |
http://factordb.com/index.php?query=%285*11%5En-1%29%2F2&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
11 | 3{5} | (7×11n−1)/2 (n ≥ 1) | always divisible by some element of {2,3} divisible by 2 if n is odd, divisible by 3 if n is even |
http://factordb.com/index.php?query=%287*11%5En-1%29%2F2&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
11 | 3{7} | (37×11n−7)/10 (n ≥ 1) | always divisible by some element of {2,3} divisible by 2 if n is odd, divisible by 3 if n is even |
http://factordb.com/index.php?query=%2837*11%5En-7%29%2F10&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
11 | 4{7} | (47×11n−7)/10 (n ≥ 1) | always divisible by some element of {2,3} divisible by 2 if n is even, divisible by 3 if n is odd |
http://factordb.com/index.php?query=%2847*11%5En-7%29%2F10&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
11 | 8{5} | (17×11n−1)/2 (n ≥ 1) | always divisible by some element of {2,3} divisible by 2 if n is even, divisible by 3 if n is odd |
http://factordb.com/index.php?query=%2817*11%5En-1%29%2F2&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
11 | 9{5} | (19×11n−1)/2 (n ≥ 1) | always divisible by some element of {2,3} divisible by 2 if n is odd, divisible by 3 if n is even |
http://factordb.com/index.php?query=%2819*11%5En-1%29%2F2&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
11 | 9{7} | (97×11n−7)/10 (n ≥ 1) | always divisible by some element of {2,3} divisible by 2 if n is odd, divisible by 3 if n is even |
http://factordb.com/index.php?query=%2897*11%5En-7%29%2F10&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
11 | A{7} | (107×11n−7)/10 (n ≥ 1) | always divisible by some element of {2,3} divisible by 2 if n is even, divisible by 3 if n is odd |
http://factordb.com/index.php?query=%28107*11%5En-7%29%2F10&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
11 | {5}2 | (11n+1−7)/2 (n ≥ 1) | always divisible by some element of {2,3} divisible by 2 if n is even, divisible by 3 if n is odd |
http://factordb.com/index.php?query=%2811%5E%28n%2B1%29-7%29%2F2&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
11 | {5}3 | (11n+1−5)/2 (n ≥ 1) | always divisible by some element of {2,3} divisible by 2 if n is odd, divisible by 3 if n is even |
http://factordb.com/index.php?query=%2811%5E%28n%2B1%29-5%29%2F2&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
11 | {7}3 | (7×11n+1−47)/10 (n ≥ 1) | always divisible by some element of {2,3} divisible by 2 if n is odd, divisible by 3 if n is even |
http://factordb.com/index.php?query=%287*11%5E%28n%2B1%29-47%29%2F10&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
11 | {7}4 | (7×11n+1−37)/10 (n ≥ 1) | always divisible by some element of {2,3} divisible by 2 if n is even, divisible by 3 if n is odd |
http://factordb.com/index.php?query=%287*11%5E%28n%2B1%29-37%29%2F10&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
11 | {5}8 | (11n+1+5)/2 (n ≥ 1) | always divisible by some element of {2,3} divisible by 2 if n is even, divisible by 3 if n is odd |
http://factordb.com/index.php?query=%2811%5E%28n%2B1%29%2B5%29%2F2&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
11 | {5}9 | (11n+1+7)/2 (n ≥ 1) | always divisible by some element of {2,3} divisible by 2 if n is odd, divisible by 3 if n is even |
http://factordb.com/index.php?query=%2811%5E%28n%2B1%29%2B7%29%2F2&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
11 | {7}9 | (7×11n+1+13)/10 (n ≥ 1) | always divisible by some element of {2,3} divisible by 2 if n is odd, divisible by 3 if n is even |
http://factordb.com/index.php?query=%287*11%5E%28n%2B1%29%2B13%29%2F10&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
11 | {7}A | (7×11n+1+23)/10 (n ≥ 1) | always divisible by some element of {2,3} divisible by 2 if the length is odd, divisible by 3 if the length is even |
http://factordb.com/index.php?query=%287*11%5E%28n%2B1%29%2B23%29%2F10&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
11 | 3{0}{5} | (6×11m+n+11n−1)/2 | always divisible by some element of {2,3} (non-simple family) divisible by 2 if n is odd, divisible by 3 if n is even |
– |
11 | {5}{0}3 | (11m+n+1−11n+1+6)/2 | always divisible by some element of {2,3} (non-simple family) divisible by 2 if m is odd, divisible by 3 if m is even |
– |
14 | 4{0}1 | 4×14n+1+1 (n ≥ 0) | always divisible by some element of {3,5} divisible by 3 if n is even, divisible by 5 if n is odd |
http://factordb.com/index.php?query=4*14%5E%28n%2B1%29%2B1&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
14 | B{0}1 | 11×14n+1+1 (n ≥ 0) | always divisible by some element of {3,5} divisible by 3 if n is odd, divisible by 5 if n is even |
http://factordb.com/index.php?query=11*14%5E%28n%2B1%29%2B1&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
14 | 3{D} | 4×14n−1 (n ≥ 1) | always divisible by some element of {3,5} divisible by 3 if n is even, divisible by 5 if n is odd |
http://factordb.com/index.php?query=4*14%5En-1&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
14 | A{D} | 11×14n−1 (n ≥ 1) | always divisible by some element of {3,5} divisible by 3 if n is odd, divisible by 5 if n is even |
http://factordb.com/index.php?query=11*14%5En-1&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
14 | 1{0}B | 14n+1+11 (n ≥ 0) | always divisible by some element of {3,5} divisible by 3 if n is odd, divisible by 5 if n is even |
http://factordb.com/index.php?query=14%5E%28n%2B1%29%2B11&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
14 | {D}3 | 14n+1−11 (n ≥ 1) | always divisible by some element of {3,5} divisible by 3 if n is even, divisible by 5 if n is odd |
http://factordb.com/index.php?query=14%5E%28n%2B1%29-11&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
14 | {4}9 | (4×14n+1+61)/13 (n ≥ 1) | always divisible by some element of {3,5} divisible by 3 if n is even, divisible by 5 if n is odd |
http://factordb.com/index.php?query=%284*14%5E%28n%2B1%29%2B61%29%2F13&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
14 | {8}5 | (8×14n+1−47)/13 (n ≥ 1) | always divisible by some element of {3,5} divisible by 3 if n is odd, divisible by 5 if n is even |
http://factordb.com/index.php?query=%288*14%5E%28n%2B1%29-47%29%2F13&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
20 | 8{0}1 | 8×20n+1+1 (n ≥ 0) | always divisible by some element of {3,7} divisible by 3 if n is odd, divisible by 7 if n is even |
http://factordb.com/index.php?query=8*20%5E%28n%2B1%29%2B1&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
20 | D{0}1 | 13×20n+1+1 (n ≥ 0) | always divisible by some element of {3,7} divisible by 3 if n is even, divisible by 7 if n is odd |
http://factordb.com/index.php?query=13*20%5E%28n%2B1%29%2B1&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
20 | 7{J} | 8×20n−1 (n ≥ 1) | always divisible by some element of {3,7} divisible by 3 if n is odd, divisible by 7 if n is even |
http://factordb.com/index.php?query=8*20%5En-1&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
20 | C{J} | 13×20n−1 (n ≥ 1) | always divisible by some element of {3,7} divisible by 3 if n is even, divisible by 7 if n is odd |
http://factordb.com/index.php?query=13*20%5En-1&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
20 | 1{0}D | 20n+1+13 (n ≥ 0) | always divisible by some element of {3,7} divisible by 3 if n is even, divisible by 7 if n is odd |
http://factordb.com/index.php?query=20%5E%28n%2B1%29%2B13&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
20 | {J}7 | 20n+1−13 (n ≥ 1) | always divisible by some element of {3,7} divisible by 3 if n is odd, divisible by 7 if n is even |
http://factordb.com/index.php?query=20%5E%28n%2B1%29-13&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
25 | D{1} | (313×25n−1)/24 (n ≥ 1) | always divisible by some element of {2,13} divisible by 2 if n is odd, divisible by 13 if n is even |
http://factordb.com/index.php?query=%28313*25%5En-1%29%2F24&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
25 | E{1} | (337×25n−1)/24 (n ≥ 1) | always divisible by some element of {2,13} divisible by 2 if n is even, divisible by 13 if n is odd |
http://factordb.com/index.php?query=%28337*25%5En-1%29%2F24&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
25 | 1E{1} | (937×25n−1)/24 (n ≥ 0) | always divisible by some element of {2,13} divisible by 2 if n is odd, divisible by 13 if n is even |
http://factordb.com/index.php?query=%28937*25%5En-1%29%2F24&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
25 | 1F{1} | (961×25n−1)/24 (n ≥ 0) | always divisible by some element of {2,13} divisible by 2 if n is even, divisible by 13 if n is odd |
http://factordb.com/index.php?query=%28961*25%5En-1%29%2F24&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
32 | A{0}1 | 10×32n+1+1 (n ≥ 0) | always divisible by some element of {3,11} divisible by 3 if n is even, divisible by 11 if n is odd |
http://factordb.com/index.php?query=10*32%5E%28n%2B1%29%2B1&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
32 | N{0}1 | 23×32n+1+1 (n ≥ 0) | always divisible by some element of {3,11} divisible by 3 if n is odd, divisible by 11 if n is even |
http://factordb.com/index.php?query=23*32%5E%28n%2B1%29%2B1&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
32 | 9{V} | 10×32n−1 (n ≥ 1) | always divisible by some element of {3,11} divisible by 3 if n is even, divisible by 11 if n is odd |
http://factordb.com/index.php?query=10*32%5En-1&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
32 | M{V} | 23×32n−1 (n ≥ 1) | always divisible by some element of {3,11} divisible by 3 if n is odd, divisible by 11 if n is even |
http://factordb.com/index.php?query=23*32%5En-1&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
32 | 1{0}N | 32n+1+23 (n ≥ 0) | always divisible by some element of {3,11} divisible by 3 if n is odd, divisible by 11 if n is even |
http://factordb.com/index.php?query=32%5E%28n%2B1%29%2B23&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
32 | {V}9 | 32n+1−23 (n ≥ 1) | always divisible by some element of {3,11} divisible by 3 if n is even, divisible by 11 if n is odd |
http://factordb.com/index.php?query=32%5E%28n%2B1%29-23&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
34 | 6{0}1 | 6×34n+1+1 (n ≥ 0) | always divisible by some element of {5,7} divisible by 5 if n is even, divisible by 7 if n is odd |
http://factordb.com/index.php?query=6*34%5E%28n%2B1%29%2B1&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
34 | 5{X} | 6×34n−1 (n ≥ 1) | always divisible by some element of {5,7} divisible by 5 if n is even, divisible by 7 if n is odd |
http://factordb.com/index.php?query=6*34%5En-1&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
34 | S{X} | 29×34n−1 (n ≥ 1) | always divisible by some element of {5,7} divisible by 5 if n is odd, divisible by 7 if n is even |
http://factordb.com/index.php?query=29*34%5En-1&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
34 | {X}5 | 34n+1−29 (n ≥ 1) | always divisible by some element of {5,7} divisible by 5 if n is even, divisible by 7 if n is odd |
http://factordb.com/index.php?query=34%5E%28n%2B1%29-29&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
8 | 6{4}7 | (46×8n+1+17)/7 (n ≥ 0) | always divisible by some element of {3,5,13} divisible by 3 if the length is odd, divisible by 5 if the length is == 2 mod 4, divisible by 13 if the length is == 0 mod 4 (special example, as the numbers with length ≥ 222 in this family contain "prime > b" subsequence, this prime is 42207) |
http://factordb.com/index.php?query=%2846*8%5E%28n%2B1%29%2B17%29%2F7&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
13 | 95{0}3 | 122×13n+1+3 (n ≥ 0) | always divisible by some element of {5,7,17} divisible by 7 if n is even, divisible by 5 if n == 3 mod 4, divisible by 17 if n == 1 mod 4 |
http://factordb.com/index.php?query=122*13%5E%28n%2B1%29%2B3&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
13 | 3{0}95 | 3×13n+2+122 (n ≥ 0) | always divisible by some element of {5,7,17} divisible by 7 if n is odd, divisible by 5 if n == 2 mod 4, divisible by 17 if n == 0 mod 4 |
http://factordb.com/index.php?query=3*13%5E%28n%2B2%29%2B122&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
16 | {4}D | (4×16n+1+131)/15 (n ≥ 1) | always divisible by some element of {3,7,13} divisible by 3 if n == 2 mod 3, divisible by 7 if n == 1 mod 3, divisible by 13 if n == 0 mod 3 |
http://factordb.com/index.php?query=%284*16%5E%28n%2B1%29%2B131%29%2F15&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
16 | {8}F | (8×16n+1+97)/15 (n ≥ 1) | always divisible by some element of {3,7,13} divisible by 3 if n == 0 mod 3, divisible by 7 if n == 2 mod 3, divisible by 13 if n == 1 mod 3 |
http://factordb.com/index.php?query=%288*16%5E%28n%2B1%29%2B97%29%2F15&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
17 | 7F{0}D | 134×17n+1+13 (n ≥ 0) | always divisible by some element of {3,5,29} divisible by 3 if n is odd, divisible by 5 if n == 2 mod 4, divisible by 29 if n == 0 mod 4 |
http://factordb.com/index.php?query=134*17%5E%28n%2B1%29%2B13&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
17 | D{0}7F | 13×17n+2+134 (n ≥ 0) | always divisible by some element of {3,5,29} divisible by 3 if n is even, divisible by 5 if n == 3 mod 4, divisible by 29 if n == 1 mod 4 |
http://factordb.com/index.php?query=13*17%5E%28n%2B2%29%2B134&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
21 | {7}D | (7×21n+1+113)/20 (n ≥ 1) | always divisible by some element of {2,13,17} divisible by 2 if n is odd, divisible by 13 if n == 0 mod 4, divisible by 17 if n == 2 mod 4 |
http://factordb.com/index.php?query=%287*21%5E%28n%2B1%29%2B113%29%2F20&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
23 | 7L{0}1 | 182×23n+1+1 (n ≥ 0) | always divisible by some element of {3,5,53} divisible by 3 if n is odd, divisible by 5 if n == 2 mod 4, divisible by 53 if n == 0 mod 4 |
http://factordb.com/index.php?query=182*23%5E%28n%2B1%29%2B1&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
23 | 1{0}7L | 23n+2+182 (n ≥ 0) | always divisible by some element of {3,5,53} divisible by 3 if n is even, divisible by 5 if n == 3 mod 4, divisible by 53 if n == 1 mod 4 |
http://factordb.com/index.php?query=23%5E%28n%2B2%29%2B182&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
23 | {D}GA | (13×23n+2+1439)/22 (n ≥ 0) | always divisible by some element of {2,5,7,37,79} divisible by 2 if n is even, divisible by 5 if n == 1 mod 4, divisible by 7 if n == 0 mod 3, divisible by 37 if n == 7 mod 12, divisible by 79 if n == 2 mod 3 |
http://factordb.com/index.php?query=%2813*23%5E%28n%2B2%29%2B1439%29%2F22&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
23 | L{5}L | (467×23n+1+347)/22 (n ≥ 0) | always divisible by some element of {2,5,7,13,37} divisible by 2 if n is even, divisible by 5 if n == 1 mod 4, divisible by 7 if n == 0 mod 3, divisible by 13 if n == 1 mod 6, divisible by 37 if n == 11 mod 12 |
http://factordb.com/index.php?query=%28467*23%5E%28n%2B1%29%2B347%29%2F22&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
25 | 9{N} | (239×25n−23)/24 (n ≥ 1) | always divisible by some element of {3,7,31} divisible by 3 if n == 0 mod 3, divisible by 7 if n == 2 mod 3, divisible by 31 if n == 1 mod 3 |
http://factordb.com/index.php?query=%28239*25%5En-23%29%2F24&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
25 | {N}E | (23×25n+1−239)/24 (n ≥ 1) | always divisible by some element of {3,7,31} divisible by 3 if n == 2 mod 3, divisible by 7 if n == 0 mod 3, divisible by 31 if n == 1 mod 3 |
http://factordb.com/index.php?query=%2823*25%5E%28n%2B1%29-239%29%2F24&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
27 | JP{0}1 | 538×27n+1+1 (n ≥ 0) | always divisible by some element of {5,7,73} divisible by 7 if n is odd, divisible by 5 if n == 2 mod 4, divisible by 73 if n == 0 mod 4 |
http://factordb.com/index.php?query=538*27%5E%28n%2B1%29%2B1&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
27 | 1{0}JP | 27n+2+538 (n ≥ 0) | always divisible by some element of {5,7,73} divisible by 7 if n is even, divisible by 5 if n == 3 mod 4, divisible by 73 if n == 1 mod 4 |
http://factordb.com/index.php?query=27%5E%28n%2B2%29%2B538&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
27 | J{0}2 | 19×27n+1+2 (n ≥ 0) | always divisible by some element of {5,7,73} divisible by 7 if n is odd, divisible by 5 if n == 0 mod 4, divisible by 73 if n == 2 mod 4 |
http://factordb.com/index.php?query=19*27%5E%28n%2B1%29%2B2&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
29 | {2}{5} | (2×29m+n+3×29n−5)/28 | always divisible by some element of {2,3,5} (non-simple family) divisible by 2 if n is even, divisible by 3 if m and n are both even or both odd, divisible by 5 if m is even |
– |
29 | {5}{2} | (5×29m+n−3×29n−2)/28 | always divisible by some element of {2,3,5} (non-simple family) divisible by 2 if m is even, divisible by 3 if m and n are both even or both odd, divisible by 5 if n is even |
– |
30 | A{0}9J | 10×30n+2+289 (n ≥ 0) | always divisible by some element of {7,13,19,31} divisible by 7 if n == 0 mod 3, divisible by 13 if n == 4 mod 6, divisible by 19 if n == 2 mod 3, divisible by 31 if n is odd |
http://factordb.com/index.php?query=10*30%5E%28n%2B2%29%2B289&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
31 | O{5} | (145×31n−1)/6 (n ≥ 1) | always divisible by some element of {2,3,7,19} divisible by 2 if n is even, divisible by 3 if n == 0 mod 3, divisible by 7 if n == 1 mod 6, divisible by 19 if n == 5 mod 6 |
http://factordb.com/index.php?query=%28145*31%5En-1%29%2F6&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
32 | 8{0}V | 8×32n+1+31 (n ≥ 0) | always divisible by some element of {3,5,41} divisible by 3 if n is odd, divisible by 5 if n == 2 mod 4, divisible by 41 if n == 0 mod 4 |
http://factordb.com/index.php?query=8*32%5E%28n%2B1%29%2B31&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
32 | {G}L | (16×32n+1+139)/31 (n ≥ 1) | always divisible by some element of {3,5,41} divisible by 3 if n is even, divisible by 5 if n == 3 mod 4, divisible by 41 if n == 1 mod 4 |
http://factordb.com/index.php?query=%2816*32%5E%28n%2B1%29%2B139%29%2F31&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
9 | {1} | (9n−1)/8 (n ≥ 2) | difference-of-squares factorization (9n−1)/8 = (3n−1) × (3n+1) / 8 |
http://factordb.com/index.php?query=%289%5En-1%29%2F8&use=n&n=2&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
8 | 1{0}1 | 8n+1+1 (n ≥ 0) | sum-of-cubes factorization 8n+1+1 = (2n+1+1) × (4n+1−2n+1+1) |
http://factordb.com/index.php?query=8%5E%28n%2B1%29%2B1&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
9 | 3{1} | (25×9n−1)/8 (n ≥ 1) | difference-of-squares factorization (25×9n−1)/8 = (5×3n−1) × (5×3n+1) / 8 |
http://factordb.com/index.php?query=%2825*9%5En-1%29%2F8&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
9 | 3{8} | 4×9n−1 (n ≥ 1) | difference-of-squares factorization 4×9n−1 = (2×3n−1) × (2×3n+1) |
http://factordb.com/index.php?query=4*9%5En-1&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
9 | {8}5 | 9n+1−4 (n ≥ 1) | difference-of-squares factorization 9n+1−4 = (3n+1−2) × (3n+1+2) |
http://factordb.com/index.php?query=9%5E%28n%2B1%29-4&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
9 | 3{8}35 | 4×9n+2−49 (n ≥ 0) | difference-of-squares factorization 4×9n+2−49 = (2×3n+2−7) × (2×3n+2+7) |
http://factordb.com/index.php?query=4*9%5E%28n%2B2%29-49&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
16 | 8{F} | 9×16n−1 (n ≥ 1) | difference-of-squares factorization 9×16n−1 = (3×4n−1) × (3×4n+1) |
http://factordb.com/index.php?query=9*16%5En-1&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
16 | {F}7 | 16n+1−9 (n ≥ 1) | difference-of-squares factorization 16n+1−9 = (4n+1−3) × (4n+1+3) |
http://factordb.com/index.php?query=16%5E%28n%2B1%29-9&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
16 | {4}1 | (4×16n+1−49)/15 (n ≥ 1) | difference-of-squares factorization (4×16n+1−49)/15 = (2×4n+1−7) × (2×4n+1+7) / 15 |
http://factordb.com/index.php?query=%284*16%5E%28n%2B1%29-49%29%2F15&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
16 | B{4}1 | (169×16n+1−49)/15 (n ≥ 0) | difference-of-squares factorization (169×16n+1−49)/15 = (13×4n+1−7) × (13×4n+1+7) / 15 |
http://factordb.com/index.php?query=%28169*16%5E%28n%2B1%29-49%29%2F15&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
16 | 1{5} | (4×16n−1)/3 (n ≥ 1) | difference-of-squares factorization (4×16n−1)/3 = (2×4n−1) × (2×4n+1) / 3 |
http://factordb.com/index.php?query=%284*16%5En-1%29%2F3&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
16 | 8{5} | (25×16n−1)/3 (n ≥ 1) | difference-of-squares factorization (25×16n−1)/3 = (5×4n−1) × (5×4n+1) / 3 |
http://factordb.com/index.php?query=%2825*16%5En-1%29%2F3&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
16 | 10{5} | (49×16n−1)/3 (n ≥ 1) | difference-of-squares factorization (49×16n−1)/3 = (7×4n−1) × (7×4n+1) / 3 |
http://factordb.com/index.php?query=%2849*16%5En-1%29%2F3&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
16 | A1{5} | (484×16n−1)/3 (n ≥ 0) | difference-of-squares factorization (484×16n−1)/3 = (22×4n−1) × (22×4n+1) / 3 |
http://factordb.com/index.php?query=%28484*16%5En-1%29%2F3&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
16 | 7{3} | (36×16n−1)/5 (n ≥ 1) | difference-of-squares factorization (36×16n−1)/5 = (6×4n−1) × (6×4n+1) / 5 |
http://factordb.com/index.php?query=%2836*16%5En-1%29%2F5&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
16 | 3{F}AF | 4×16n+2−81 (n ≥ 0) | difference-of-squares factorization 4×16n+2−81 = (2×4n+2−9) × (2×4n+2+9) |
http://factordb.com/index.php?query=4*16%5E%28n%2B2%29-81&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
16 | 30{F}AF | 49×16n+2−81 (n ≥ 0) | difference-of-squares factorization 49×16n+2−81 = (7×4n+2−9) × (7×4n+2+9) |
http://factordb.com/index.php?query=49*16%5E%28n%2B2%29-81&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
16 | 3{F}A0F | 4×16n+3−1521 (n ≥ 0) | difference-of-squares factorization 4×16n+3−1521 = (2×4n+3−39) × (2×4n+3+39) |
http://factordb.com/index.php?query=4*16%5E%28n%2B3%29-1521&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
16 | 30{F}A0F | 49×16n+3−1521 (n ≥ 0) | difference-of-squares factorization 49×16n+3−1521 = (7×4n+3−39) × (7×4n+3+39) |
http://factordb.com/index.php?query=49*16%5E%28n%2B3%29-1521&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
16 | {3}23 | (16n+2−81)/5 (n ≥ 0) | difference-of-squares factorization (16n+2−81)/5 = (4n+2−9) × (4n+2+9) / 5 (in fact, difference-of-4th-powers factorization) (16n+2−81)/5 = (2n+2−3) × (2n+2+3) × (4n+2+9) / 5 |
http://factordb.com/index.php?query=%2816%5E%28n%2B2%29-81%29%2F5&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
16 | {5}45 | (16n+2−49)/3 (n ≥ 0) | difference-of-squares factorization (16n+2−49)/3 = (4n+2−7) × (4n+2+7) / 3 |
http://factordb.com/index.php?query=%2816%5E%28n%2B2%29-49%29%2F3&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
16 | {C}B | (4×16n+1−9)/5 (n ≥ 1) | difference-of-squares factorization (4×16n+1−9)/5 = (2×4n+1−3) × (2×4n+1+3) / 5 |
http://factordb.com/index.php?query=%284*16%5E%28n%2B1%29-9%29%2F5&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
16 | {C}D | (4×16n+1+1)/5 (n ≥ 1) | Aurifeuillian factorization of x4+4×y4 (4×16n+1+1)/5 = (2×4n+1−2×2n+1+1) × (2×4n+1+2×2n+1+1) / 5 |
http://factordb.com/index.php?query=%284*16%5E%28n%2B1%29%2B1%29%2F5&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
16 | {C}DD | (4×16n+2+81)/5 (n ≥ 0) | Aurifeuillian factorization of x4+4×y4 (4×16n+2+81)/5 = (2×4n+2−6×2n+2+9) × (2×4n+2+6×2n+2+9) / 5 |
http://factordb.com/index.php?query=%284*16%5E%28n%2B2%29%2B81%29%2F5&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
25 | {1} | (25n−1)/24 (n ≥ 2) | difference-of-squares factorization (25n−1)/24 = (5n−1) × (5n+1) / 24 |
http://factordb.com/index.php?query=%2825%5En-1%29%2F24&use=n&n=2&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
25 | 2{1} | (49×25n−1)/24 (n ≥ 1) | difference-of-squares factorization (49×25n−1)/24 = (7×5n−1) × (7×5n+1) / 24 |
http://factordb.com/index.php?query=%2849*25%5En-1%29%2F24&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
25 | 5{1} | (121×25n−1)/24 (n ≥ 1) | difference-of-squares factorization (121×25n−1)/24 = (11×5n−1) × (11×5n+1) / 24 |
http://factordb.com/index.php?query=%28121*25%5En-1%29%2F24&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
25 | 7{1} | (169×25n−1)/24 (n ≥ 1) | difference-of-squares factorization (169×25n−1)/24 = (13×5n−1) × (13×5n+1) / 24 |
http://factordb.com/index.php?query=%28169*25%5En-1%29%2F24&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
25 | C{1} | (289×25n−1)/24 (n ≥ 1) | difference-of-squares factorization (289×25n−1)/24 = (17×5n−1) × (17×5n+1) / 24 |
http://factordb.com/index.php?query=%28289*25%5En-1%29%2F24&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
25 | F{1} | (361×25n−1)/24 (n ≥ 1) | difference-of-squares factorization (361×25n−1)/24 = (19×5n−1) × (19×5n+1) / 24 |
http://factordb.com/index.php?query=%28361*25%5En-1%29%2F24&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
25 | M{1} | (529×25n−1)/24 (n ≥ 1) | difference-of-squares factorization (529×25n−1)/24 = (23×5n−1) × (23×5n+1) / 24 |
http://factordb.com/index.php?query=%28529*25%5En-1%29%2F24&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
25 | 27{1} | (1369×25n−1)/24 (n ≥ 0) | difference-of-squares factorization (1369×25n−1)/24 = (37×5n−1) × (37×5n+1) / 24 |
http://factordb.com/index.php?query=%281369*25%5En-1%29%2F24&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
25 | 7C{1} | (4489×25n−1)/24 (n ≥ 0) | difference-of-squares factorization (4489×25n−1)/24 = (67×5n−1) × (67×5n+1) / 24 |
http://factordb.com/index.php?query=%284489*25%5En-1%29%2F24&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
25 | D5{1} | (7921×25n−1)/24 (n ≥ 0) | difference-of-squares factorization (7921×25n−1)/24 = (89×5n−1) × (89×5n+1) / 24 |
http://factordb.com/index.php?query=%287921*25%5En-1%29%2F24&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
25 | 1{3} | (9×25n−1)/8 (n ≥ 1) | difference-of-squares factorization (9×25n−1)/8 = (3×5n−1) × (3×5n+1) / 8 |
http://factordb.com/index.php?query=%289*25%5En-1%29%2F8&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
25 | 1{8} | (4×25n−1)/3 (n ≥ 1) | difference-of-squares factorization (4×25n−1)/3 = (2×5n−1) × (2×5n+1) / 3 |
http://factordb.com/index.php?query=%284*25%5En-1%29%2F3&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
25 | 5{8} | (16×25n−1)/3 (n ≥ 1) | difference-of-squares factorization (16×25n−1)/3 = (4×5n−1) × (4×5n+1) / 3 |
http://factordb.com/index.php?query=%2816*25%5En-1%29%2F3&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
25 | A{3} | (81×25n−1)/8 (n ≥ 1) | difference-of-squares factorization (81×25n−1)/8 = (9×5n−1) × (9×5n+1) / 8 |
http://factordb.com/index.php?query=%2881*25%5En-1%29%2F8&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
25 | L{8} | (64×25n−1)/3 (n ≥ 1) | difference-of-squares factorization (64×25n−1)/3 = (8×5n−1) × (8×5n+1) / 3 |
http://factordb.com/index.php?query=%2864*25%5En-1%29%2F3&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
25 | {3}2 | (25n+1−9)/8 (n ≥ 1) | difference-of-squares factorization (25n+1−9)/8 = (5n+1−3) × (5n+1+3) / 8 |
http://factordb.com/index.php?query=%2825%5E%28n%2B1%29-9%29%2F8&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
25 | {8}3 | (25n+1−16)/3 (n ≥ 1) | difference-of-squares factorization (25n+1−16)/3 = (5n+1−4) × (5n+1+4) / 3 |
http://factordb.com/index.php?query=%2825%5E%28n%2B1%29-16%29%2F3&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
25 | {8}7 | (25n+1−4)/3 (n ≥ 1) | difference-of-squares factorization (25n+1−4)/3 = (5n+1−2) × (5n+1+2) / 3 |
http://factordb.com/index.php?query=%2825%5E%28n%2B1%29-4%29%2F3&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
25 | {3}2I | (25n+2−81)/8 (n ≥ 0) | difference-of-squares factorization (25n+2−81)/8 = (5n+2−9) × (5n+2+9) / 8 |
http://factordb.com/index.php?query=%2825%5E%28n%2B2%29-81%29%2F8&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
25 | {8}5I | (25n+2−196)/3 (n ≥ 0) | difference-of-squares factorization (25n+2−196)/3 = (5n+2−14) × (5n+2+14) / 3 |
http://factordb.com/index.php?query=%2825%5E%28n%2B2%29-196%29%2F3&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
25 | {8}7C | (25n+2−64)/3 (n ≥ 0) | difference-of-squares factorization (25n+2−64)/3 = (5n+2−8) × (5n+2+8) / 3 |
http://factordb.com/index.php?query=%2825%5E%28n%2B2%29-64%29%2F3&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
27 | 8{0}1 | 8×27n+1+1 (n ≥ 0) | sum-of-cubes factorization 8×27n+1+1 = (2×3n+1+1) × (4×9n+1−2×3n+1+1) |
http://factordb.com/index.php?query=8*27%5E%28n%2B1%29%2B1&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
27 | 1{0}8 | 27n+1+8 (n ≥ 0) | sum-of-cubes factorization 27n+1+8 = (3n+1+2) × (9n+1−2×3n+1+4) |
http://factordb.com/index.php?query=27%5E%28n%2B1%29%2B8&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
27 | {D}E | (27n+1+1)/2 (n ≥ 1) | sum-of-cubes factorization (27n+1+1)/2 = (3n+1+1) × (9n+1−3n+1+1) / 2 |
http://factordb.com/index.php?query=%2827%5E%28n%2B1%29%2B1%29%2F2&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
27 | 7{Q} | 8×27n−1 (n ≥ 1) | difference-of-cubes factorization 8×27n−1 = (2×3n−1) × (4×9n+2×3n+1) |
http://factordb.com/index.php?query=8*27%5En-1&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
27 | {Q}J | 27n+1−8 (n ≥ 1) | difference-of-cubes factorization 27n+1−8 = (3n+1−2) × (9n+1+2×3n+1+4) |
http://factordb.com/index.php?query=27%5E%28n%2B1%29-8&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
27 | 9{G} | (125×27n−8)/13 (n ≥ 1) | difference-of-cubes factorization (125×27n−8)/13 = (5×3n−2) × (25×9n+10×3n+4) / 13 |
http://factordb.com/index.php?query=%28125*27%5En-8%29%2F13&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
32 | 1{0}1 | 32n+1+1 (n ≥ 0) | sum-of-5th-powers factorization 32n+1+1 = (2n+1+1) × (16n+1−8n+1+4n+1−2n+1+1) |
http://factordb.com/index.php?query=32%5E%28n%2B1%29%2B1&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
32 | {1} | (32n−1)/31 (n ≥ 2) | difference-of-5th-powers factorization (32n−1)/31 = (2n−1) × (16n+8n+4n+2n+1) / 31 |
http://factordb.com/index.php?query=%2832%5En-1%29%2F31&use=n&n=2&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
36 | 3{7} | (16×36n−1)/5 (n ≥ 1) | difference-of-squares factorization (16×36n−1)/5 = (4×6n−1) × (4×6n+1) / 5 |
http://factordb.com/index.php?query=%2816*36%5En-1%29%2F5&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
36 | 3{Z} | 4×36n−1 (n ≥ 1) | difference-of-squares factorization 4×36n−1 = (2×6n−1) × (2×6n+1) |
http://factordb.com/index.php?query=4*36%5En-1&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
36 | 8{Z} | 9×36n−1 (n ≥ 1) | difference-of-squares factorization 9×36n−1 = (3×6n−1) × (3×6n+1) |
http://factordb.com/index.php?query=9*36%5En-1&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
36 | O{Z} | 25×36n−1 (n ≥ 1) | difference-of-squares factorization 25×36n−1 = (5×6n−1) × (5×6n+1) |
http://factordb.com/index.php?query=25*36%5En-1&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
36 | {Z}B | 36n+1−25 (n ≥ 1) | difference-of-squares factorization 36n+1−25 = (6n+1−5) × (6n+1+5) |
http://factordb.com/index.php?query=36%5E%28n%2B1%29-25&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
36 | 8{Z}B | 9×36n+1−25 (n ≥ 0) | difference-of-squares factorization 9×36n+1−25 = (3×6n+1−5) × (3×6n+1+5) |
http://factordb.com/index.php?query=9*36%5E%28n%2B1%29-25&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
36 | F{Z}B | 16×36n+1−25 (n ≥ 0) | difference-of-squares factorization 16×36n+1−25 = (4×6n+1−5) × (4×6n+1+5) |
http://factordb.com/index.php?query=16*36%5E%28n%2B1%29-25&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
36 | {Z}RZ | 36n+2−289 (n ≥ 0) | difference-of-squares factorization 36n+2−289 = (6n+2−17) × (6n+2+17) |
http://factordb.com/index.php?query=36%5E%28n%2B2%29-289&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
36 | O{Z}RZ | 25×36n+2−289 (n ≥ 0) | difference-of-squares factorization 25×36n+2−289 = (5×6n+2−17) × (5×6n+2+17) |
http://factordb.com/index.php?query=25*36%5E%28n%2B2%29-289&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
36 | O{5} | (169×36n−1)/7 (n ≥ 1) | difference-of-squares factorization (169×36n−1)/7 = (13×6n−1) × (13×6n+1) / 7 |
http://factordb.com/index.php?query=%28169*36%5En-1%29%2F7&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
36 | O{7} | (121×36n−1)/5 (n ≥ 1) | difference-of-squares factorization (121×36n−1)/5 = (11×6n−1) × (11×6n+1) / 5 |
http://factordb.com/index.php?query=%28121*36%5En-1%29%2F5&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
36 | {9}1 | difference-of-squares factorization (9×36n−289)/35 = (3×6n−17) × (3×6n+17) / 35 |
||
36 | T{9}1 | difference-of-squares factorization (1024×36n−289)/35 = (32×6n−17) × (32×6n+17) / 35 |
||
36 | {G}D | difference-of-squares factorization (16×36n−121)/35 = (4×6n−11) × (4×6n+11) / 35 |
||
36 | {G}8D | difference-of-squares factorization (16×36n−10201)/35 = (4×6n−101) × (4×6n+101) / 35 |
||
36 | R{G}D | difference-of-squares factorization (961×36n−121)/35 = (31×6n−11) × (31×6n+11) / 35 |
||
36 | 3{G}8D | difference-of-squares factorization (121×36n−10201)/35 = (11×6n−101) × (11×6n+101) / 35 |
||
36 | R{G}8D | difference-of-squares factorization (961×36n−10201)/35 = (31×6n−101) × (31×6n+101) / 35 |
||
36 | {K}H | difference-of-squares factorization (4×36n−25)/7 = (2×6n−5) × (2×6n+5) / 7 |
||
36 | {K}IH | difference-of-squares factorization (4×36n−529)/7 = (2×6n−23) × (2×6n+23) / 7 |
||
36 | B{K}H | difference-of-squares factorization (81×36n−25)/7 = (9×6n−5) × (9×6n+5) / 7 |
||
36 | 3{K}IH | difference-of-squares factorization (25×36n−529)/7 = (5×6n−23) × (5×6n+23) / 7 |
||
36 | B{K}IH | difference-of-squares factorization (81×36n−529)/7 = (9×6n−23) × (9×6n+23) / 7 |
||
36 | {S}J | difference-of-squares factorization (4×36n−49)/5 = (2×6n−7) × (2×6n+7) / 5 |
||
36 | {S}IJ | difference-of-squares factorization (4×36n−1849)/5 = (2×6n−43) × (2×6n+43) / 5 |
||
36 | 1{S}J | difference-of-squares factorization (9×36n−49)/5 = (3×6n−7) × (3×6n+7) / 5 |
||
36 | C{S}J | difference-of-squares factorization (64×36n−49)/5 = (8×6n−7) × (8×6n+7) / 5 |
||
36 | X{S}J | difference-of-squares factorization (169×36n−49)/5 = (13×6n−7) × (13×6n+7) / 5 |
||
36 | 1{S}GJ | difference-of-squares factorization (9×36n−2209)/5 = (3×6n−47) × (3×6n+47) / 5 |
||
36 | 9{S}GJ | difference-of-squares factorization (49×36n−2209)/5 = (7×6n−47) × (7×6n+47) / 5 |
||
36 | C{S}GJ | difference-of-squares factorization (64×36n−2209)/5 = (8×6n−47) × (8×6n+47) / 5 |
||
36 | X{S}GJ | difference-of-squares factorization (169×36n−2209)/5 = (13×6n−47) × (13×6n+47) / 5 |
||
36 | 1{S}IJ | difference-of-squares factorization (9×36n−1849)/5 = (3×6n−43) × (3×6n+43) / 5 |
||
36 | 9{S}IJ | difference-of-squares factorization (49×36n−1849)/5 = (7×6n−43) × (7×6n+43) / 5 |
||
14 | 8{D} | 9×14n−1 (n ≥ 1) | combine of factor 5 and difference-of-squares factorization divisible by 5 if n is odd, 9×14n−1 = (3×14n/2−1) × (3×14n/2+1) if n is even |
http://factordb.com/index.php?query=9*14%5En-1&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
12 | {B}9B | 12n+2−25 (n ≥ 0) | combine of factor 13 and difference-of-squares factorization divisible by 13 if n is odd, 12n+2−25 = (12(n+2)/2−5) × (12(n+2)/2+5) if n is even |
http://factordb.com/index.php?query=12%5E%28n%2B2%29-25&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
14 | {D}5 | 14n+1−9 (n ≥ 1) | combine of factor 5 and difference-of-squares factorization divisible by 5 if n is even, 14n+1−9 = (14(n+1)/2−3) × (14(n+1)/2+3) if n is odd |
http://factordb.com/index.php?query=14%5E%28n%2B1%29-9&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
17 | 1{9} | (25×17n−9)/16 (n ≥ 1) | combine of factor 2 and difference-of-squares factorization divisible by 2 if n is odd, (25×17n−9)/16 = (5×17n/2−3) × (5×17n/2+3) / 16 if n is even |
http://factordb.com/index.php?query=%2825*17%5En-9%29%2F16&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
17 | 7{9} | (121×17n−9)/16 (n ≥ 1) | combine of factor 2 and difference-of-squares factorization divisible by 2 if n is odd, (121×17n−9)/16 = (11×17n/2−3) × (11×17n/2+3) / 16 if n is even |
http://factordb.com/index.php?query=%28121*17%5En-9%29%2F16&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
17 | {9}2 | (9×17n+1−121)/16 (n ≥ 1) | combine of factor 2 and difference-of-squares factorization divisible by 2 if n is even, (9×17n+1−121)/16 = (3×17(n+1)/2−11) × (3×17(n+1)/2+11) / 16 if n is odd |
http://factordb.com/index.php?query=%289*17%5E%28n%2B1%29-121%29%2F16&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
17 | {9}8 | (9×17n+1−25)/16 (n ≥ 1) | combine of factor 2 and difference-of-squares factorization divisible by 2 if n is even, (9×17n+1−25)/16 = (3×17(n+1)/2−5) × (3×17(n+1)/2+5) / 16 if n is odd |
http://factordb.com/index.php?query=%289*17%5E%28n%2B1%29-25%29%2F16&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
19 | 1{6} | (4×19n−1)/3 (n ≥ 1) | combine of factor 5 and difference-of-squares factorization divisible by 5 if n is odd, (4×19n−1)/3 = (2×19n/2−1) × (2×19n/2+1) / 3 if n is even |
http://factordb.com/index.php?query=%284*19%5En-1%29%2F3&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
19 | {6}5 | (19n+1−4)/3 (n ≥ 1) | combine of factor 5 and difference-of-squares factorization divisible by 5 if n is even, (19n+1−4)/3 = (19(n+1)/2−2) × (19(n+1)/2+2) / 3 if n is odd |
http://factordb.com/index.php?query=%2819%5E%28n%2B1%29-4%29%2F3&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
19 | 7{2} | (64×19n−1)/9 (n ≥ 1) | combine of factor 5 and difference-of-squares factorization divisible by 5 if n is odd, (64×19n−1)/9 = (8×19n/2−1) × (8×19n/2+1) / 9 if n is even |
http://factordb.com/index.php?query=%2864*19%5En-1%29%2F9&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
19 | 89{6} | (484×19n−1)/3 (n ≥ 0) | combine of factor 5 and difference-of-squares factorization divisible by 5 if n is odd, (484×19n−1)/3 = (22×19n/2−1) × (22×19n/2+1) / 3 if n is even |
http://factordb.com/index.php?query=%28484*19%5En-1%29%2F3&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
24 | 3{N} | 4×24n−1 (n ≥ 1) | combine of factor 5 and difference-of-squares factorization divisible by 5 if n is odd, 4×24n−1 = (2×24n/2−1) × (2×24n/2+1) if n is even |
http://factordb.com/index.php?query=4*24%5En-1&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
24 | 5{N} | 6×24n−1 (n ≥ 1) | combine of factor 5 and difference-of-squares factorization divisible by 5 if n is even, 6×24n−1 = (12×24(n−1)/2−1) × (12×24(n−1)/2+1) if n is odd |
http://factordb.com/index.php?query=6*24%5En-1&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
24 | 8{N} | 9×24n−1 (n ≥ 1) | combine of factor 5 and difference-of-squares factorization divisible by 5 if n is odd, 9×24n−1 = (3×24n/2−1) × (3×24n/2+1) if n is even |
http://factordb.com/index.php?query=9*24%5En-1&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
24 | {6}1 | (6×24n+1−121)/23 (n ≥ 1) | combine of factor 5 and difference-of-squares factorization divisible by 5 if n is odd, (6×24n+1−121)/23 = (12×24(n+1)/2−11) × (12×24(n+1)/2+11) / 23 if n is even |
http://factordb.com/index.php?query=%286*24%5E%28n%2B1%29-121%29%2F23&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
24 | {N}LN | 24n+2−49 (n ≥ 0) | combine of factor 5 and difference-of-squares factorization divisible by 5 if n is odd, 24n+2−49 = (24(n+2)/2−7) × (24(n+2)/2+7) if n is even |
http://factordb.com/index.php?query=24%5E%28n%2B2%29-49&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
33 | F{W} | combine of factor 17 and difference-of-squares factorization even length is divisible by 17, odd length has factorization 16×332×n−1 = (4×33n−1) × (4×33n+1) |
||
33 | {W}H | combine of factor 17 and difference-of-squares factorization odd length is divisible by 17, even length has factorization 332×n−16 = (33n−4) × (33n+4) |
||
33 | 3{P} | combine of factor 2 and difference-of-squares factorization even length is divisible by 2, odd length has factorization (121×332×n−25)/32 = (11×33n−5) × (11×33n+5) / 32 |
||
33 | D{P} | combine of factor 2 and difference-of-squares factorization even length is divisible by 2, odd length has factorization (441×332×n−25)/32 = (21×33n−5) × (21×33n+5) / 32 |
||
33 | {9}4 | combine of factor 2 and difference-of-squares factorization even length is divisible by 2, odd length has factorization (9×332×n−169)/32 = (3×33n−13) × (3×33n+13) / 32 |
||
34 | 1{B} | combine of factor 5 and difference-of-squares factorization even length is divisible by 5, odd length has factorization (4×342×n−1)/3 = (2×34n−1) × (2×34n+1) / 3 |
||
34 | 8{X} | combine of factor 5 and difference-of-squares factorization even length is divisible by 5, odd length has factorization 9×342×n−1 = (3×34n−1) × (3×34n+1) |
||
34 | {X}P | combine of factor 5 and difference-of-squares factorization odd length is divisible by 5, even length has factorization 342×n−9 = (34n−3) × (34n+3) |
Also families which contain only one very small prime > b: (this is because: for the case of covering congruence, an element in S is indeed in the family and > b, to make the factorizations be trivial; for the case of algebraic factorization (if the numbers are factored as F × G / d), F (or G) is equal to d and G (or F) is prime > b, to make the factorizations be trivial; for the case of combine of covering congruence and algebraic factorization (if the numbers are factored as F × G / d), an element in S is indeed in the family and > b or/and F (or G) is equal to d and G (or F) is prime > b, to make the factorizations be trivial)
b | family | algebraic ((a×bn+c)/d) form of this family (n is the number of digits in the "{}", also the lower bound of n to make the numbers > b) (note: d divides gcd(a+c,b−1), but d need not be gcd(a+c,b−1), d = gcd(a+c,b−1) if and only if the numbers in the family are not divisible by some prime factor of b−1, i.e. the numbers in the family are coprime to b−1) |
why this family contains only one prime > b | factorization of the numbers in this family (n is the number of digits in the "{}", start with the smallest n making the number > b) |
---|---|---|---|---|
27 | 2{0}J | 2×27n+1+19 (n ≥ 0) | always divisible by some element of {5,7,73} but 2J is prime, and 2J is the only prime > b in this family divisible by 7 if n is odd, divisible by 5 if n == 2 mod 4, divisible by 73 if n == 0 mod 4 |
http://factordb.com/index.php?query=2*27%5E%28n%2B1%29%2B19&use=n&n=0&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
4 | {1} | (4n−1)/3 (n ≥ 2) | difference-of-squares factorization but 11 is prime, and 11 is the only prime > b in this family (4n−1)/3 = (2n−1) × (2n+1) / 3 |
http://factordb.com/index.php?query=%284%5En-1%29%2F3&use=n&n=2&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
8 | {1} | (8n−1)/7 (n ≥ 2) | difference-of-cubes factorization but 111 is prime, and 111 is the only prime > b in this family (8n−1)/7 = (2n−1) × (4n+2n+1) / 7 |
http://factordb.com/index.php?query=%288%5En-1%29%2F7&use=n&n=2&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
16 | {1} | (16n−1)/15 (n ≥ 2) | difference-of-squares factorization but 11 is prime, and 11 is the only prime > b in this family (16n−1)/15 = (4n−1) × (4n+1) / 15 (in fact, difference-of-4th-powers factorization) (16n−1)/15 = (2n−1) × (2n+1) × (4n+1) / 15 |
http://factordb.com/index.php?query=%2816%5En-1%29%2F15&use=n&n=2&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
27 | {1} | (27n−1)/26 (n ≥ 2) | difference-of-cubes factorization but 111 is prime, and 111 is the only prime > b in this family (27n−1)/26 = (3n−1) × (9n+3n+1) / 26 |
http://factordb.com/index.php?query=%2827%5En-1%29%2F26&use=n&n=2&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
27 | {G}7 | (8×27n+1−125)/13 (n ≥ 1) | difference-of-cubes factorization but G7 is prime, and G7 is the only prime > b in this family (8×27n+1−125)/13 = (2×3n+1−5) × (4×9n+1+10×3n+1+25) / 13 |
http://factordb.com/index.php?query=%288*27%5E%28n%2B1%29-125%29%2F13&use=n&n=1&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
36 | {1} | (36n−1)/35 (n ≥ 2) | difference-of-squares factorization but 11 is prime, and 11 is the only prime > b in this family (36n−1)/35 = (6n−1) × (6n+1) / 35 |
http://factordb.com/index.php?query=%2836%5En-1%29%2F35&use=n&n=2&VP=on&VC=on&EV=on&OD=on&PR=on&FF=on&PRP=on&CF=on&U=on&C=on&perpage=200&format=1&sent=Show |
Some x{y}z (where x and z are strings (may be empty) of digits in base b, y is a digit in base b) families could not be proven to contain no primes > b (by covering congruence, algebraic factorization, or combine of them) but no primes > b could be found in the family, even after searching through numbers with over 100000 digits. In such a case, the only way to proceed is to test the primality of larger and larger numbers of such form and hope a prime is eventually discovered.
Many x{y}z (where x and z are strings (may be empty) of digits in base b, y is a digit in base b) families contain no small primes > b even though they do contain very large primes. e.g. the smallest prime in base 13 family 9{5} is 95197420 (http://www.primenumbers.net/prptop/searchform.php?form=%28113*13%5E197420-5%29%2F12&action=Search, http://factordb.com/index.php?id=1100000003943359311), its algebraic form is (113×13197420−5)/12, when written in decimal it contains 219916 digits; and the smallest prime in base 16 family {3}AF is 3116137AF (http://www.primenumbers.net/prptop/searchform.php?form=%2816%5E116139%2B619%29%2F5&action=Search, http://factordb.com/index.php?id=1100000003851731988), its algebraic form is (16116139+619)/5, when written in decimal it contains 139845 digits; and the smallest prime in base 23 family 9{E} is 9E800873 (http://www.primenumbers.net/prptop/searchform.php?form=%28106*23%5E800873-7%29%2F11&action=Search, http://factordb.com/index.php?id=1100000000782858648), its algebraic form is (106×23800873−7)/11, when written in decimal it contains 1090573 digits; and the smallest prime in base 25 family 71JD{0}1 is 71JD04585491 (http://primes.utm.edu/primes/page.php?id=111834, http://factordb.com/index.php?id=1100000002341496334), its algebraic form is 110488×25458550+1, when written in decimal it contains 641031 digits (this number can be proven prime by N−1 test (https://primes.utm.edu/prove/prove3_1.html, http://bln.curtisbright.com/2013/10/09/the-n-1-and-n1-primality-tests/, http://factordb.com/nmoverview.php?method=1), since N−1 is trivially fully factored); and the smallest prime in base 32 family NU{0}1 is NU06618631 (https://primes.utm.edu/primes/page.php?id=134216, http://factordb.com/index.php?id=1100000003813355148), its algebraic form is 766×32661864+1, when written in decimal it contains 996208 digits (this number can be proven prime by N−1 test (https://primes.utm.edu/prove/prove3_1.html, http://bln.curtisbright.com/2013/10/09/the-n-1-and-n1-primality-tests/, http://factordb.com/nmoverview.php?method=1), since N−1 is trivially fully factored); and the smallest prime in base 36 family {P}SZ is P81993SZ (http://www.primenumbers.net/prptop/searchform.php?form=%285*36%5E81995%2B821%29%2F7&action=Search, http://factordb.com/index.php?id=1100000002394962083), its algebraic form is (5×3681995+821)/7, when written in decimal it contains 127609 digits. (technically, probable (https://en.wikipedia.org/wiki/Probabilistic_algorithm) primality tests (https://primes.utm.edu/prove/prove2.html) were used to show these for the numbers which cannot be proven prime by N−1 test (https://primes.utm.edu/prove/prove3_1.html, http://bln.curtisbright.com/2013/10/09/the-n-1-and-n1-primality-tests/, http://factordb.com/nmoverview.php?method=1) or N+1 test (https://primes.utm.edu/prove/prove3_2.html, http://bln.curtisbright.com/2013/10/09/the-n-1-and-n1-primality-tests/, http://factordb.com/nmoverview.php?method=2), i.e. for the ordinary primes (https://primes.utm.edu/glossary/xpage/OrdinaryPrime.html) (which have a very small chance of making an error (https://primes.utm.edu/notes/prp_prob.html, https://www.ams.org/journals/mcom/1989-53-188/S0025-5718-1989-0982368-4/S0025-5718-1989-0982368-4.pdf (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_22.pdf))) because all known primality tests (https://en.wikipedia.org/wiki/Primality_test, https://www.rieselprime.de/ziki/Primality_test, https://mathworld.wolfram.com/PrimalityTest.html, https://primes.utm.edu/prove/prove3.html, https://primes.utm.edu/prove/prove4.html) run far too slowly (longer than the life expectancy of human (https://en.wikipedia.org/wiki/Life_expectancy) for numbers > 10100000, and longer than the age of the universe (https://en.wikipedia.org/wiki/Age_of_the_universe) for numbers > 10500000, even if we can do 109 bitwise operations (https://en.wikipedia.org/wiki/Bitwise_operation) per second (https://en.wikipedia.org/wiki/Second) to run on these numbers) to run on numbers of these sizes unless either N−1 (https://primes.utm.edu/prove/prove3_1.html, http://bln.curtisbright.com/2013/10/09/the-n-1-and-n1-primality-tests/, http://factordb.com/nmoverview.php?method=1) or N+1 (https://primes.utm.edu/prove/prove3_2.html, http://bln.curtisbright.com/2013/10/09/the-n-1-and-n1-primality-tests/, http://factordb.com/nmoverview.php?method=2) (or both) (unfortunely, none of Wikipedia, Prime Wiki, Mathworld has article for N−1 primality test or N+1 primality test, but a similar article for Pocklington primality test: https://en.wikipedia.org/wiki/Pocklington_primality_test, https://www.rieselprime.de/ziki/Pocklington%27s_theorem, https://mathworld.wolfram.com/PocklingtonsTheorem.html, also see the article for the cyclotomy primality test: https://primes.utm.edu/glossary/xpage/Cyclotomy.html) can be ≥ 1/3 factored (https://en.wikipedia.org/wiki/Integer_factorization, https://www.rieselprime.de/ziki/Factorization, https://mathworld.wolfram.com/PrimeFactorization.html, https://mathworld.wolfram.com/PrimeFactorizationAlgorithms.html, http://www.numericana.com/answer/factoring.htm) or can be ≥ 1/4 factored and the number is not very large (say not > 10100000), or Nn−1 can be ≥ 1/3 factored for a small n. If either N−1 or N+1 (or both) can be ≥ 1/2 factored, then we can use the Pocklington N−1 primality test (https://primes.utm.edu/prove/prove3_1.html, http://bln.curtisbright.com/2013/10/09/the-n-1-and-n1-primality-tests/, https://en.wikipedia.org/wiki/Pocklington_primality_test, https://www.rieselprime.de/ziki/Pocklington%27s_theorem, https://mathworld.wolfram.com/PocklingtonsTheorem.html, https://stdkmd.net/nrr/pock/, http://factordb.com/nmoverview.php?method=1) (the N−1 case) or the Morrison N+1 primality test (https://primes.utm.edu/prove/prove3_2.html, http://bln.curtisbright.com/2013/10/09/the-n-1-and-n1-primality-tests/, http://factordb.com/nmoverview.php?method=2) (the N+1 case); if either N−1 or N+1 (or both) can be ≥ 1/3 factored, then we can use the Brillhart-Lehmer-Selfridge primality test (https://www.ams.org/journals/mcom/1975-29-130/S0025-5718-1975-0384673-1/S0025-5718-1975-0384673-1.pdf (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_23.pdf), https://en.wikipedia.org/wiki/Pocklington_primality_test#Extensions_and_variants); if either N−1 or N+1 (or both) can be ≥ 1/4 factored but neither can be ≥ 1/3 factored, then we need to use CHG (https://mersenneforum.org/attachment.php?attachmentid=21133&d=1571237465, https://primes.utm.edu/bios/page.php?id=797, https://github.com/xayahrainie4793/prime-programs-cached-copy/tree/main/CHG) to prove its primality (see https://mersenneforum.org/showpost.php?p=528149&postcount=3 and https://mersenneforum.org/showpost.php?p=603181&postcount=438), however, unlike Brillhart-Lehmer-Selfridge primality test for the numbers N such that N−1 or N+1 (or both) can be ≥ 1/3 factored can run for arbitrarily large numbers N (thus, there are no unproven probable primes N such that N−1 or N+1 (or both) can be ≥ 1/3 factored), CHG for the numbers N such that either N−1 or N+1 (or both) can be ≥ 1/4 factored but neither can be ≥ 1/3 factored cannot run for very large N (say > 10100000), for the examples of the numbers which are proven prime by CHG, see https://primes.utm.edu/primes/page.php?id=126454, https://primes.utm.edu/primes/page.php?id=131964, https://primes.utm.edu/primes/page.php?id=123456, https://primes.utm.edu/primes/page.php?id=130933, https://stdkmd.net/nrr/cert/1/ (search for "CHG"), https://stdkmd.net/nrr/cert/2/ (search for "CHG"), https://stdkmd.net/nrr/cert/3/ (search for "CHG"), https://stdkmd.net/nrr/cert/4/ (search for "CHG"), https://stdkmd.net/nrr/cert/5/ (search for "CHG"), https://stdkmd.net/nrr/cert/6/ (search for "CHG"), https://stdkmd.net/nrr/cert/7/ (search for "CHG"), https://stdkmd.net/nrr/cert/8/ (search for "CHG"), https://stdkmd.net/nrr/cert/9/ (search for "CHG"), however, factordb (http://factordb.com/) lacks the ability to verify CHG proofs, see https://mersenneforum.org/showpost.php?p=608362&postcount=165; if neither N−1 nor N+1 can be ≥ 1/4 factored but Nn−1 can be ≥ 1/3 factored for a small n, then we can use the cyclotomy primality test (https://primes.utm.edu/glossary/xpage/Cyclotomy.html, https://primes.utm.edu/prove/prove3_3.html, http://factordb.com/nmoverview.php?method=3)), i.e. it is too hard to prove primes for general numbers (https://primes.utm.edu/glossary/xpage/OrdinaryPrime.html) of this size, but they are expected to be primes, since they are > 1025000 and the probability that they are in fact composite is < 10−2000, see https://primes.utm.edu/notes/prp_prob.html and https://www.ams.org/journals/mcom/1989-53-188/S0025-5718-1989-0982368-4/S0025-5718-1989-0982368-4.pdf (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_22.pdf).
The numbers in x{y}z (where x and z are strings (may be empty) of digits in base b, y is a digit in base b) families are of the form (a×bn+c)/gcd(a+c,b−1) for some fixed a, b, c such that a ≥ 1, b ≥ 2 (b is the base), c ≠ 0, gcd(a,c) = 1, gcd(b,c) = 1. Except in the special case c = ±1 and gcd(a+c,b−1) = 1, when n is large the known primality tests (https://en.wikipedia.org/wiki/Primality_test, https://www.rieselprime.de/ziki/Primality_test, https://mathworld.wolfram.com/PrimalityTest.html, https://primes.utm.edu/prove/prove3.html, https://primes.utm.edu/prove/prove4.html) for such a number are too inefficient to run. In this case one must resort to a probable (https://en.wikipedia.org/wiki/Probabilistic_algorithm) primality test (https://primes.utm.edu/prove/prove2.html) such as a Miller–Rabin primality test (https://en.wikipedia.org/wiki/Miller%E2%80%93Rabin_primality_test, https://primes.utm.edu/glossary/xpage/MillersTest.html, https://www.rieselprime.de/ziki/Miller-Rabin_pseudoprimality_test, https://mathworld.wolfram.com/Rabin-MillerStrongPseudoprimeTest.html, http://www.numericana.com/answer/pseudo.htm#rabin, http://www.javascripter.net/math/primes/millerrabinprimalitytest.htm) or a Baillie–PSW primality test (https://en.wikipedia.org/wiki/Baillie%E2%80%93PSW_primality_test, https://mathworld.wolfram.com/Baillie-PSWPrimalityTest.html), unless a divisor of the number can be found. Since we are testing many numbers in an exponential sequence, it is possible to use a sieving process (https://www.rieselprime.de/ziki/Sieving, https://www.rieselprime.de/ziki/Sieving_a_range_of_sequences, https://mathworld.wolfram.com/Sieve.html) to find divisors rather than using trial division (https://en.wikipedia.org/wiki/Trial_division, https://primes.utm.edu/glossary/xpage/TrialDivision.html, https://www.rieselprime.de/ziki/Trial_factoring, https://mathworld.wolfram.com/TrialDivision.html, http://www.numericana.com/answer/factoring.htm#trial).
To do this, we made use of Geoffrey Reynolds' SRSIEVE software (https://www.bc-team.org/app.php/dlext/?cat=3, http://web.archive.org/web/20160922072340/https://sites.google.com/site/geoffreywalterreynolds/programs/, http://www.rieselprime.de/dl/CRUS_pack.zip, https://primes.utm.edu/bios/page.php?id=905, https://www.rieselprime.de/ziki/Srsieve, https://github.com/xayahrainie4793/prime-programs-cached-copy/tree/main/srsieve_1.1.4, https://github.com/xayahrainie4793/prime-programs-cached-copy/tree/main/sr1sieve_1.4.6, https://github.com/xayahrainie4793/prime-programs-cached-copy/tree/main/sr2sieve_2.0.0, https://github.com/xayahrainie4793/prime-programs-cached-copy/tree/main/srbsieve, https://github.com/xayahrainie4793/prime-programs-cached-copy/blob/main/mtsieve_2.4.1/srsieve2.exe, https://github.com/xayahrainie4793/prime-programs-cached-copy/blob/main/mtsieve_2.4.1/srsieve2cl.exe). This program uses the baby-step giant-step algorithm to find all primes p which divide a×bn+c where p and n lie in a specified range (also, this program was updated so that it also removes the n such that a×bn+c has algebraic factors (e.g. difference-of-two-squares factorization (https://en.wikipedia.org/wiki/Difference_of_two_squares) and sum/difference-of-two-nth-powers factorization with odd n > 1 (https://en.wikipedia.org/wiki/Binomial_number, https://mathworld.wolfram.com/BinomialNumber.html) and Aurifeuillean factorization (https://en.wikipedia.org/wiki/Aurifeuillean_factorization, https://www.rieselprime.de/ziki/Aurifeuillian_factor, https://mathworld.wolfram.com/AurifeuilleanFactorization.html, http://www.numericana.com/answer/numbers.htm#aurifeuille, http://pagesperso-orange.fr/colin.barker/lpa/cycl_fac.htm, http://list.seqfan.eu/oldermail/seqfan/2017-March/017363.html, http://myfactorcollection.mooo.com:8090/source/cyclo.cpp, http://myfactorcollection.mooo.com:8090/LCD_2_199, http://myfactorcollection.mooo.com:8090/LCD_2_998, https://stdkmd.net/nrr/repunit/repunitnote.htm#aurifeuillean, https://www.unshlump.com/hcn/aurif.html) of x4+4y4), see https://mersenneforum.org/showpost.php?p=452132&postcount=66 and https://mersenneforum.org/showthread.php?t=21916 and https://github.com/xayahrainie4793/prime-programs-cached-copy/blob/main/srsieve_1.1.4/algebraic.c (note: for the sequence (a×bn+c)/gcd(a+c,b−1), the case of "Mersenne number" in https://github.com/xayahrainie4793/prime-programs-cached-copy/blob/main/srsieve_1.1.4/algebraic.c is the case which a is rational power of b, c = −1 and the case which a is rational power of b, c = 1, gcd(a+c,b−1) ≥ 3, and the case of "GFN" in https://github.com/xayahrainie4793/prime-programs-cached-copy/blob/main/srsieve_1.1.4/algebraic.c is the case which a is rational power of b, c = 1, gcd(a+c,b−1) is either 1 or 2)). Since this program cannot handle the general case (a×bn+c)/gcd(a+c,b−1) when gcd(a+c,b−1) > 1 we only used it to sieve the sequence a×bn+c for primes p not dividing gcd(a+c,b−1), and initialized the list of candidates to not include n for which there is some prime p dividing gcd(a+c,b−1) for which p dividing (a×bn+c)/gcd(a+c,b−1). The program had to be modified slightly to remove a check which would prevent it from running in the case when a, b, and c were all odd (since then 2 divides a×bn+c, but 2 may not divide (a×bn+c)/gcd(a+c,b−1)) (see https://github.com/curtisbright/mepn-data/commit/1b55b353f46c707bbe52897573914128b3303960).
Once the numbers with small divisors had been removed, it remained to test the remaining numbers using a probable primality test. For this we used the software LLR by Jean Penné (http://jpenne.free.fr/index2.html, https://primes.utm.edu/bios/page.php?id=431, https://www.rieselprime.de/ziki/LLR, https://github.com/xayahrainie4793/prime-programs-cached-copy/tree/main/llr403win64, https://github.com/xayahrainie4793/prime-programs-cached-copy/tree/main/llr403linux64) or PFGW (https://sourceforge.net/projects/openpfgw/, https://primes.utm.edu/bios/page.php?id=175, https://www.rieselprime.de/ziki/PFGW, https://github.com/xayahrainie4793/prime-programs-cached-copy/tree/main/pfgw_win_4.0.3). Although undocumented, it is possible to run these two programs on numbers of the form (a×bn+c)/d when d > 1 (however, of course, the numbers (a×bn+c)/d with |c| <> 1 and/or d <> 1 and/or a > bn can only be PRP (https://en.wikipedia.org/wiki/Probable_prime, https://primes.utm.edu/glossary/xpage/PRP.html, https://www.rieselprime.de/ziki/Probable_prime, https://mathworld.wolfram.com/ProbablePrime.html, https://stdkmd.net/nrr/records.htm#probableprimenumbers, https://stdkmd.net/nrr/repunit/prpfactors.htm, http://factordb.com/listtype.php?t=1) tested; the numbers a×2n±1 (with a < 2n) are the fastest to test, a×2n+1 numbers are tested using the Proth algorithm (https://en.wikipedia.org/wiki/Proth%27s_theorem, https://www.rieselprime.de/ziki/Proth%27s_theorem, https://mathworld.wolfram.com/ProthsTheorem.html, http://www.numericana.com/answer/primes.htm#proth), a×2n−1 numbers are tested using the Lucas-Lehmer-Riesel algorithm (https://en.wikipedia.org/wiki/Lucas%E2%80%93Lehmer%E2%80%93Riesel_test); the numbers a×bn±1 (with b > 2, a < bn) can also be definitely prime (https://en.wikipedia.org/wiki/Provable_prime, https://stdkmd.net/nrr/records.htm#primenumbers, http://factordb.com/listtype.php?t=4) tested, a×bn+1 numbers are tested using the N−1 Pocklington algorithm (https://primes.utm.edu/prove/prove3_1.html, http://bln.curtisbright.com/2013/10/09/the-n-1-and-n1-primality-tests/, https://en.wikipedia.org/wiki/Pocklington_primality_test, https://www.rieselprime.de/ziki/Pocklington%27s_theorem, https://mathworld.wolfram.com/PocklingtonsTheorem.html, https://stdkmd.net/nrr/pock/, http://factordb.com/nmoverview.php?method=1), a×bn−1 numbers are tested using the N+1 Morrison algorithm (https://primes.utm.edu/prove/prove3_2.html, http://bln.curtisbright.com/2013/10/09/the-n-1-and-n1-primality-tests/, http://factordb.com/nmoverview.php?method=2)), so this program required no modifications. A script was also written which allowed one to run srsieve while LLR or PFGW was testing the remaining candidates, so that when a divisor was found by srsieve on a number which had not yet been tested by LLR or PFGW it would be removed from the list of candidates.
For the primes < 1025000 for the solved or near-solved bases (bases b with ≤ 6 unsolved families, i.e. bases b = 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 22, 24, 26, 28, 30, 36), we employed PRIMO by Marcel Martin (http://www.ellipsa.eu/public/primo/primo.html, http://www.rieselprime.de/dl/Primo309.zip, https://primes.utm.edu/bios/page.php?id=46, https://www.rieselprime.de/ziki/Primo, https://github.com/xayahrainie4793/prime-programs-cached-copy/tree/main/primo-433-lx64, https://github.com/xayahrainie4793/prime-programs-cached-copy/tree/main/Primo309), an elliptic curve primality proving (https://primes.utm.edu/prove/prove4_2.html, https://en.wikipedia.org/wiki/Elliptic_curve_primality, https://primes.utm.edu/glossary/xpage/ECPP.html, https://mathworld.wolfram.com/EllipticCurvePrimalityProving.html, https://primes.utm.edu/top20/page.php?id=27) implementation, to compute primality certificates (https://en.wikipedia.org/wiki/Primality_certificate, https://primes.utm.edu/glossary/xpage/Certificate.html, https://mathworld.wolfram.com/PrimalityCertificate.html, http://www.lix.polytechnique.fr/Labo/Francois.Morain/Primes/myprimes.html, https://stdkmd.net/nrr/cert/, http://factordb.com/certoverview.php) for the candidates for minimal prime base b which are > 10299 and neither N−1 nor N+1 can be ≥ 1/3 factored (need CHG proof if either N−1 or N+1 (or both) can be ≥ 1/4 factored but neither can be ≥ 1/3 factored, but factordb (http://factordb.com/) lacks the ability to verify CHG proofs, see https://mersenneforum.org/showpost.php?p=608362&postcount=165).
We have completely solved this problem for bases b = 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 18, 20, 24 (i.e. we have found all minimal primes in these bases and proved that they are all such primes and proved that they are definitely primes (https://en.wikipedia.org/wiki/Provable_prime, http://factordb.com/listtype.php?t=4) (i.e. not merely probable primes)) (thus, currently we can complete the classification of the minimal primes in these bases, and the "minimal prime problem" for these bases are theorems (https://en.wikipedia.org/wiki/Theorem, https://mathworld.wolfram.com/Theorem.html, https://primes.utm.edu/notes/proofs/)), also we have completely solved this problem for bases b = 11, 16, 22, 30 if we allow probable primes (https://en.wikipedia.org/wiki/Probable_prime, https://primes.utm.edu/glossary/xpage/PRP.html, https://www.rieselprime.de/ziki/Probable_prime, https://mathworld.wolfram.com/ProbablePrime.html, https://stdkmd.net/nrr/records.htm#probableprimenumbers, https://stdkmd.net/nrr/repunit/prpfactors.htm, http://factordb.com/listtype.php?t=1) > 1025000 in place of proven primes, besides, we have completely solved this problem for bases b = 13, 17, 19, 21, 23, 25, 26, 27, 28, 32, 34, 36 (if we allow strong probable primes in place of proven primes) except the families x{y}z (where x and z are strings (may be empty) of digits in base b, y is a digit in base b) listed in the "left b" files (see the condensed table below for the searching limit of these families) (thus, currently the "minimal prime problem" for these bases are still unsolved problems (https://en.wikipedia.org/wiki/Open_problem, https://en.wikipedia.org/wiki/List_of_unsolved_problems_in_mathematics, https://primes.utm.edu/glossary/xpage/OpenQuestion.html, https://mathworld.wolfram.com/UnsolvedProblems.html, https://primes.utm.edu/notes/conjectures/)).
We are unable to determine if the families x{y}z (where x and z are strings (may be empty) of digits in base b, y is a digit in base b) listed in the "left b" files (see the condensed table below for the searching limit of these families) contain a prime (only count the numbers > b) or not (even if we allow strong probable primes), i.e. these families have no known prime (or strong probable prime) members > b, nor can they be ruled out as only containing composites (only count the numbers > b) (by covering congruence, algebraic factorization, or combine of them), i.e. whether these families contain a prime or a strong probable prime (only count the numbers > b) are open problems (https://en.wikipedia.org/wiki/Open_problem, https://en.wikipedia.org/wiki/List_of_unsolved_problems_in_mathematics, https://primes.utm.edu/glossary/xpage/OpenQuestion.html, https://mathworld.wolfram.com/UnsolvedProblems.html, http://www.numericana.com/answer/open.htm, https://primes.utm.edu/notes/conjectures/), and all of these families are expected to contain a prime > b (in fact, expected to contain infinitely many primes), since there is a heuristic argument (https://en.wikipedia.org/wiki/Heuristic_argument, https://primes.utm.edu/glossary/xpage/Heuristic.html, https://mathworld.wolfram.com/Heuristic.html) that all families which cannot be ruled out as only containing composites or only containing finitely many primes (by covering congruence, algebraic factorization, or combine of them) contain infinitely many primes (references: https://primes.utm.edu/mersenne/heuristic.html, https://primes.utm.edu/notes/faq/NextMersenne.html, https://web.archive.org/web/20100628035147/http://www.math.niu.edu/~rusin/known-math/98/exp_primes), since by the prime number theorem (https://en.wikipedia.org/wiki/Prime_number_theorem, https://primes.utm.edu/glossary/xpage/PrimeNumberThm.html, https://mathworld.wolfram.com/PrimeNumberTheorem.html, https://primes.utm.edu/howmany.html, http://www.numericana.com/answer/primes.htm#pnt, https://oeis.org/wiki/User:Charles_R_Greathouse_IV/Tables_of_special_primes) the chance (https://en.wikipedia.org/wiki/Probability, https://mathworld.wolfram.com/Probability.html) that a random (https://en.wikipedia.org/wiki/Random_number, https://mathworld.wolfram.com/RandomNumber.html) n-digit base b number is prime is approximately (https://en.wikipedia.org/wiki/Asymptotic_analysis, https://primes.utm.edu/glossary/xpage/AsymptoticallyEqual.html, https://mathworld.wolfram.com/Asymptotic.html) 1/n (more accurately, the chance is approximately 1/(n×ln(b)), where ln is the natural logarithm (https://en.wikipedia.org/wiki/Natural_logarithm, https://primes.utm.edu/glossary/xpage/Log.html, https://mathworld.wolfram.com/NaturalLogarithm.html)). If one conjectures the numbers x{y}z behave similarly you would expect 1/1 + 1/2 + 1/3 + 1/4 + ... = ∞ (https://en.wikipedia.org/wiki/Harmonic_series_(mathematics), https://mathworld.wolfram.com/HarmonicSeries.html) primes of the form x{y}z (of course, this does not always happen, since some x{y}z families can be ruled out as only containing composites (only count the numbers > b) (by covering congruence, algebraic factorization, or combine of them), and every family has its own Nash weight (https://www.rieselprime.de/ziki/Nash_weight, https://github.com/xayahrainie4793/prime-programs-cached-copy/tree/main/allnash) (or difficulty (https://stdkmd.net/nrr/prime/primedifficulty.htm, https://stdkmd.net/nrr/prime/primedifficulty.txt)), families which can be proven to only contain composites or only contain finitely many primes (by covering congruence, algebraic factorization, or combine of them) have Nash weight (or difficulty) 0, and families which cannot be proven to only contain composites or only contain finitely many primes (by covering congruence, algebraic factorization, or combine of them) have positive Nash weight (or difficulty), but it is at least a reasonable conjecture in the absence of evidence to the contrary).
There are also unproven probable primes (however, in this project our results assume that they are in fact primes, since they are > 1025000 and the probability that they are in fact composite is < 10−2000, see https://primes.utm.edu/notes/prp_prob.html and https://www.ams.org/journals/mcom/1989-53-188/S0025-5718-1989-0982368-4/S0025-5718-1989-0982368-4.pdf (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_22.pdf)), the unproven probable primes for bases b = 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 22, 24, 26, 28, 30, 36 (the solved or near-solved bases, i.e. the bases b with ≤ 6 unsolved families) are (together with the factorization of the numbers in their corresponding families): (you can click the "show" in the factordb page to see these unproven probable primes written in base 10 and base b (for base b, change the "10" in "Digits (Base 10)" box to "b", support bases 2 ≤ b ≤ 36), also you can click the "N−1" or the "N+1" (open the "Primality proving" box) to see the factorization of N−1 and N+1)
(for the factorization of the numbers in these families, the special number field sieve (https://en.wikipedia.org/wiki/Special_number_field_sieve, https://www.rieselprime.de/ziki/Special_number_field_sieve, https://mathworld.wolfram.com/NumberFieldSieve.html) or the general number field sieve (https://en.wikipedia.org/wiki/General_number_field_sieve, https://www.rieselprime.de/ziki/General_number_field_sieve, https://mathworld.wolfram.com/NumberFieldSieve.html) may be used, they have SNFS polynomials (https://www.rieselprime.de/ziki/SNFS_polynomial_selection), just like factorization of the numbers in https://stdkmd.net/nrr/aaaab.htm and https://stdkmd.net/nrr/abbbb.htm and https://stdkmd.net/nrr/aaaba.htm and https://stdkmd.net/nrr/abaaa.htm and https://stdkmd.net/nrr/abbba.htm and https://stdkmd.net/nrr/abbbc.htm and http://mklasson.com/factors/index.php and https://cs.stanford.edu/people/rpropper/math/factors/3n-2.txt, see https://stdkmd.net/nrr/records.htm and https://stdkmd.net/nrr/wanted.htm)
All these numbers are strong probable primes (https://en.wikipedia.org/wiki/Strong_pseudoprime, https://primes.utm.edu/glossary/xpage/StrongPRP.html, https://mathworld.wolfram.com/StrongPseudoprime.html) to bases 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61 (see https://oeis.org/A014233 and https://oeis.org/A074773), and strong Lucas probable primes (https://en.wikipedia.org/wiki/Lucas_pseudoprime#Strong_Lucas_pseudoprimes, https://mathworld.wolfram.com/StrongLucasPseudoprime.html) with parameters (P, Q) defined by Selfridge's Method A (see https://oeis.org/A217255), and trial factored to 1016 (thus, all these numbers are Baillie–PSW probable primes.
The unsolved families for bases b = 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 22, 24, 26, 28, 30, 36 (the solved or near-solved bases, i.e. the bases b with ≤ 6 unsolved families) and the factorization of the numbers in these families:
(for the factorization of the numbers in these families, the special number field sieve (https://en.wikipedia.org/wiki/Special_number_field_sieve, https://www.rieselprime.de/ziki/Special_number_field_sieve, https://mathworld.wolfram.com/NumberFieldSieve.html, https://stdkmd.net/nrr/records.htm#BIGSNFS, https://stdkmd.net/nrr/wanted.htm#smallpolynomial) or the general number field sieve (https://en.wikipedia.org/wiki/General_number_field_sieve, https://www.rieselprime.de/ziki/General_number_field_sieve, https://mathworld.wolfram.com/NumberFieldSieve.html, https://stdkmd.net/nrr/records.htm#BIGGNFS, https://stdkmd.net/nrr/wanted.htm#suitableforgnfs) may be used, they have SNFS polynomials (https://www.rieselprime.de/ziki/SNFS_polynomial_selection), just like factorization of the numbers in https://stdkmd.net/nrr/aaaab.htm and https://stdkmd.net/nrr/abbbb.htm and https://stdkmd.net/nrr/aaaba.htm and https://stdkmd.net/nrr/abaaa.htm and https://stdkmd.net/nrr/abbba.htm and https://stdkmd.net/nrr/abbbc.htm and http://mklasson.com/factors/index.php and https://cs.stanford.edu/people/rpropper/math/factors/3n-2.txt, see https://stdkmd.net/nrr/records.htm and https://stdkmd.net/nrr/wanted.htm)
The large proven primes (> 10299) for bases b = 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 22, 24, 26, 28, 30, 36 (the solved or near-solved bases, i.e. the bases b with ≤ 6 unsolved families) and their primality certificates (https://en.wikipedia.org/wiki/Primality_certificate, https://primes.utm.edu/glossary/xpage/Certificate.html, https://mathworld.wolfram.com/PrimalityCertificate.html, http://www.lix.polytechnique.fr/Labo/Francois.Morain/Primes/myprimes.html, https://stdkmd.net/nrr/cert/, http://factordb.com/certoverview.php) and the factorization of the numbers in their corresponding families: (you can click the "show" in the factordb page to see these primes written in base 10 and base b (for base b, change the "10" in "Digits (Base 10)" box to "b", support bases 2 ≤ b ≤ 36), also you can click the "N−1" or the "N+1" (open the "Primality proving" box) to see the factorization of N−1 and N+1)
(for the factorization of the numbers in these families, the special number field sieve (https://en.wikipedia.org/wiki/Special_number_field_sieve, https://www.rieselprime.de/ziki/Special_number_field_sieve, https://mathworld.wolfram.com/NumberFieldSieve.html, https://stdkmd.net/nrr/records.htm#BIGSNFS, https://stdkmd.net/nrr/wanted.htm#smallpolynomial) or the general number field sieve (https://en.wikipedia.org/wiki/General_number_field_sieve, https://www.rieselprime.de/ziki/General_number_field_sieve, https://mathworld.wolfram.com/NumberFieldSieve.html, https://stdkmd.net/nrr/records.htm#BIGGNFS, https://stdkmd.net/nrr/wanted.htm#suitableforgnfs) may be used, they have SNFS polynomials (https://www.rieselprime.de/ziki/SNFS_polynomial_selection), just like factorization of the numbers in https://stdkmd.net/nrr/aaaab.htm and https://stdkmd.net/nrr/abbbb.htm and https://stdkmd.net/nrr/aaaba.htm and https://stdkmd.net/nrr/abaaa.htm and https://stdkmd.net/nrr/abbba.htm and https://stdkmd.net/nrr/abbbc.htm and http://mklasson.com/factors/index.php and https://cs.stanford.edu/people/rpropper/math/factors/3n-2.txt, see https://stdkmd.net/nrr/records.htm and https://stdkmd.net/nrr/wanted.htm)
Condensed table for bases 2 ≤ b ≤ 36: (the bases b = 11, 13, 16, 17, 19, 21~23, 25~36 data assumes the primality of the probable primes) (This data assumes that a number > 1025000 which has passed the Miller–Rabin primality tests to all prime bases p < 64 and has passed the Baillie–PSW primality test and has trial factored to 1016 is in fact prime, since in some cases (e.g. b = 11) a candidate for minimal prime base b is too large to be proven prime rigorously) (you can click the "show" in the factordb page to see these primes written in base 10 and base b (for base b, change the "10" in "Digits (Base 10)" box to "b", support bases 2 ≤ b ≤ 36), also you can click the "N−1" or the "N+1" (open the "Primality proving" box) to see the factorization of N−1 and N+1 for the primes > 10299 (for the factorization of N−1 and N+1 for the primes < 10299, you can just enter "-1" or "+1" after the prime in the searching box, then click "Factorize!"))
Links for top (probable) primes: (also pages for the largest known prime: https://en.wikipedia.org/wiki/Largest_known_prime_number, https://en.wikipedia.org/wiki/List_of_largest_known_primes_and_probable_primes, http://www.numericana.com/answer/primes.htm#history, and related pages: https://en.wikipedia.org/wiki/Megaprime, https://primes.utm.edu/glossary/xpage/TitanicPrime.html, https://primes.utm.edu/glossary/xpage/GiganticPrime.html, https://primes.utm.edu/glossary/xpage/Megaprime.html, https://www.rieselprime.de/ziki/Titanic_prime, https://www.rieselprime.de/ziki/Gigantic_prime, https://www.rieselprime.de/ziki/Megaprime, https://www.rieselprime.de/ziki/Gigaprime, https://mathworld.wolfram.com/TitanicPrime.html, https://mathworld.wolfram.com/GiganticPrime.html)
- https://primes.utm.edu/primes/lists/all.txt (top definitely primes)
- https://primes.utm.edu/primes/lists/all.zip (top definitely primes, zipped file)
- https://primes.utm.edu/primes/lists/all.pdf (top definitely primes, pdf version)
- https://primes.utm.edu/primes/lists/all_pdf.zip (top definitely primes, pdf version, zipped file)
- https://primes.utm.edu/primes/lists/short.txt (definitely primes with ≥ 800000 decimal digits)
- https://primes.utm.edu/primes/lists/short.pdf (definitely primes with ≥ 800000 decimal digits, pdf version)
- https://primes.utm.edu/primes/lists/short_pdf.zip (definitely primes with ≥ 800000 decimal digits, pdf version, zipped file)
- https://primes.utm.edu/primes/search.php?OnList=all&Number=1000000&Style=HTML (all numbers in the list of top definitely primes)
- https://primes.utm.edu/primes/download.php (index page of top definitely primes)
- https://primes.utm.edu/largest.html (the information page of top definitely primes)
- https://primes.utm.edu/notes/by_year.html (the information page of the largest known prime by year)
- https://primes.utm.edu/notes/faq/why.html (the information page of why do people find these large primes)
- https://primes.utm.edu/primes/search.php (search page of top definitely primes)
- https://primes.utm.edu/primes/search.php?Advanced=1 (advanced search page of top definitely primes)
- https://primes.utm.edu/primes/search_proth.php (search page of top definitely primes of the form k×bn±1)
- https://primes.utm.edu/primes/status.php (verification status page of top definitely primes)
- https://primes.utm.edu/top20/index.php (the top 20 definitely primes of certain selected forms)
- https://primes.utm.edu/bios/submission.php (submit page of top definitely primes)
- https://primes.utm.edu/bios/newprover.php (submit page of top definitely primes, create a new prover account)
- https://primes.utm.edu/bios/newcode.php (submit page of top definitely primes, create a new prover code)
- https://primes.utm.edu/bios/index.php (index of the provers and programs and projects of top definitely primes)
- http://www.primenumbers.net/prptop/prptop.php (top probable primes)
- http://www.primenumbers.net/prptop/latest.php (recently found top probable primes)
- http://www.primenumbers.net/prptop/searchform.php (search page of top probable primes)
- http://www.primenumbers.net/prptop/searchform.php?form=%3F&action=Search (all numbers in the list of top probable primes)
- http://www.primenumbers.net/prptop/submit.php (submit page of top probable primes)
- http://www.primenumbers.net/prptop/topdisc.php (index of the provers of top probable primes)
and the search result page for the (probable) primes of special forms: (note: a large prime of the form (a×bn+c)/d with small a, b, c, d and large n can be easily proven prime if and only if c = ±1 and d = 1)
Definitely primes (i.e. c = ±1 and d = 1):
- bn+1: https://primes.utm.edu/primes/search.php?Description=%5E[[:digit:]]%7B1,%7D%5E[[:digit:]]%7B1,%7D%2B1&OnList=all&Number=1000000&Style=HTML
- bn−1: https://primes.utm.edu/primes/search.php?Description=%5E[[:digit:]]%7B1,%7D%5E[[:digit:]]%7B1,%7D-1&OnList=all&Number=1000000&Style=HTML
- a×bn+1: https://primes.utm.edu/primes/search.php?Description=[[:digit:]]%7B1,%7D*[[:digit:]]%7B1,%7D%5E[[:digit:]]%7B1,%7D%2B1&OnList=all&Number=1000000&Style=HTML
- a×bn−1: https://primes.utm.edu/primes/search.php?Description=[[:digit:]]%7B1,%7D*[[:digit:]]%7B1,%7D%5E[[:digit:]]%7B1,%7D-1&OnList=all&Number=1000000&Style=HTML
Probable primes (i.e. c ≠ ±1 and/or d ≠ 1):
- bn+c: http://www.primenumbers.net/prptop/searchform.php?form=b%5En%2Bc&action=Search
- bn−c: http://www.primenumbers.net/prptop/searchform.php?form=b%5En-c&action=Search
- a×bn+c: http://www.primenumbers.net/prptop/searchform.php?form=a*b%5En%2Bc&action=Search
- a×bn−c: http://www.primenumbers.net/prptop/searchform.php?form=a*b%5En-c&action=Search
- (bn+c)/d: http://www.primenumbers.net/prptop/searchform.php?form=%28b%5En%2Bc%29%2Fd&action=Search
- (bn−c)/d: http://www.primenumbers.net/prptop/searchform.php?form=%28b%5En-c%29%2Fd&action=Search
- (a×bn+c)/d: http://www.primenumbers.net/prptop/searchform.php?form=%28a*b%5En%2Bc%29%2Fd&action=Search
- (a×bn−c)/d: http://www.primenumbers.net/prptop/searchform.php?form=%28a*b%5En-c%29%2Fd&action=Search
References of minimal primes (https://en.wikipedia.org/wiki/Minimal_prime_(recreational_mathematics), https://primes.utm.edu/glossary/xpage/MinimalPrime.html) (the original definition, i.e. prime > base (b) is not required):
- http://www.cs.uwaterloo.ca/~shallit/Papers/minimal5.pdf (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_11.pdf) (base 10)
- https://cs.uwaterloo.ca/~cbright/reports/mepn.pdf (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_17.pdf) (bases 2 to 30)
- https://cs.uwaterloo.ca/~shallit/Papers/br10.pdf (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_18.pdf) (bases 2 to 30)
- https://cs.uwaterloo.ca/~cbright/talks/minimal-slides.pdf (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_19.pdf) (bases 2 to 30)
- https://doi.org/10.1080/10586458.2015.1064048 (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_20.pdf) (bases 2 to 30)
- https://scholar.colorado.edu/downloads/hh63sw661 (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_16.pdf) (bases 2 to 10)
- https://github.com/curtisbright/mepn-data (bases 2 to 30)
- https://github.com/curtisbright/mepn (bases 2 to 30)
- https://github.com/RaymondDevillers/primes (bases 28 to 50)
- http://recursed.blogspot.com/2006/12/prime-game.html (base 10)
- https://inzitan.blogspot.com/2007/07/prime-game.html (in Spain) (base 10)
- http://www.pourlascience.fr/ewb_pages/a/article-nombres-premiers-inevitables-et-pyramidaux-24978.php (in French) (base 10)
- http://villemin.gerard.free.fr/aNombre/TYPMULTI/PremInev.htm (base 10)
- https://schoolbag.info/mathematics/numbers/66.html (base 10)
- https://www.microsiervos.com/archivo/ciencia/2-3-5-7-11.html (in Spain) (base 10)
- https://math.stackexchange.com/questions/58292/how-to-check-if-an-integer-has-a-prime-number-in-it (base 10)
- https://www.metafilter.com/62794/3-is-an-odd-prime-5-is-an-odd-prime-7-is-an-odd-prime-9-is-a-very-odd-prime (base 10)
- https://www.ocf.berkeley.edu/~wwu/cgi-bin/yabb/YaBB.cgi?board=riddles_medium;action=display;num=1165031124 (base 10)
- https://logs.esolangs.org/freenode-esoteric/2011-02-04.html (bases 2 to 10)
- http://www.bitman.name/math/article/730 (in Italian) (bases 2 to 20)
- http://www.bitman.name/math/table/497 (in Italian) (bases 2 to 16)
- http://www.bitman.name/math/table/498 (in Italian) (base 17)
- http://www.bitman.name/math/table/499 (in Italian) (base 18)
- http://www.bitman.name/math/table/500 (in Italian) (base 19)
- http://www.bitman.name/math/table/501 (in Italian) (base 20)
- https://www.primepuzzles.net/puzzles/puzz_178.htm (base 10)
- https://oeis.org/A071062 (base 10)
Other researches for the digits of the primes:
Left-truncatable primes (https://en.wikipedia.org/wiki/Truncatable_prime, https://primes.utm.edu/glossary/xpage/LeftTruncatablePrime.html, https://mathworld.wolfram.com/TruncatablePrime.html, https://www.numbersaplenty.com/set/truncatable_prime/), i.e. every nonempty suffix is prime:
- http://primerecords.dk/left-truncatable.txt (base 10)
- http://chesswanks.com/num/LTPs/ (bases 3 to 120)
- https://rosettacode.org/wiki/Find_largest_left_truncatable_prime_in_a_given_base (bases 3 to 17)
- https://www.ams.org/journals/mcom/1977-31-137/S0025-5718-1977-0427213-2/S0025-5718-1977-0427213-2.pdf (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_28.pdf) (bases 3 to 11)
- http://www.primerecords.dk/left-truncatable.htm (base 10)
- http://rosettacode.org/wiki/Truncatable_primes (base 10)
- https://www.primepuzzles.net/puzzles/puzz_002.htm (base 10)
- https://web.archive.org/web/20041204160717/http://www.wschnei.de/digit-related-numbers/circular-primes.html (base 10)
- http://www.bitman.name/math/article/1155 (in Italian) (bases 2 to 20)
- http://www.bitman.name/math/table/524 (in Italian) (bases 2 to 20)
- https://oeis.org/A103443 (largest left-truncatable prime in base b)
- https://oeis.org/A103463 (length of the largest left-truncatable prime in base b)
- https://oeis.org/A076623 (number of left-truncatable primes in base b)
Right-truncatable primes (https://en.wikipedia.org/wiki/Truncatable_prime, https://primes.utm.edu/glossary/xpage/RightTruncatablePrime.html, https://mathworld.wolfram.com/TruncatablePrime.html, https://www.numbersaplenty.com/set/truncatable_prime/), i.e. every nonempty prefix is prime:
- http://primerecords.dk/right-truncatable.txt (base 10)
- http://fatphil.org/maths/rtp/rtp.html (bases 3 to 90)
- https://www.ams.org/journals/mcom/1977-31-137/S0025-5718-1977-0427213-2/S0025-5718-1977-0427213-2.pdf (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_28.pdf) (bases 3 to 15)
- http://rosettacode.org/wiki/Truncatable_primes (base 10)
- https://www.primepuzzles.net/puzzles/puzz_002.htm (base 10)
- https://web.archive.org/web/20041204160717/http://www.wschnei.de/digit-related-numbers/circular-primes.html (base 10)
- http://www.bitman.name/math/article/1155 (in Italian) (bases 2 to 20)
- http://www.bitman.name/math/table/525 (in Italian) (bases 2 to 20)
- https://oeis.org/A023107 (largest right-truncatable prime in base b)
- https://oeis.org/A103483 (length of the largest right-truncatable prime in base b)
- https://oeis.org/A076586 (number of right-truncatable primes in base b)
Other researches for the minimal elements of other subsets of positive integers written in the positional numeral system with radix b, as digit strings with subsequence ordering:
Primes == 1 mod 4:
Primes == 3 mod 4:
Palindromic primes:
Composites:
Squares:
Powers of 2:
- https://oeis.org/A071071/a071071.pdf (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_13.pdf)
- https://oeis.org/A071071
Multiples of 3:
Multiples of 4:
Other sets:
- https://arxiv.org/pdf/1607.01548.pdf (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_14.pdf) (sums of three squares, quadratic residues mod 6, quadratic residues mod 7, range of Euler’s totient function, range of "Euler’s totient function + 3", range of Dedekind psi function, perfect numbers)
- https://nntdm.net/papers/nntdm-25/NNTDM-25-1-036-047.pdf (cached copy at https://github.com/xayahrainie4793/pdf-files-cached-copy/blob/main/pdf_15.pdf) (range of "Euler’s totient function + n", for 0 ≤ n ≤ 5)
Tools about this research: (in fact, you can also use Wolfram Alpha (https://www.wolframalpha.com/) or online Magma calculator (http://magma.maths.usyd.edu.au/calc/) or Pari/GP (https://pari.math.u-bordeaux.fr/) or Wolfram Mathematica (https://www.wolfram.com/mathematica/) or Maple (https://www.maplesoft.com/))
Prime checkers:
- https://primes.utm.edu/curios/includes/primetest.php
- https://www.numberempire.com/primenumbers.php
- http://www.numbertheory.org/php/lucas.html
- http://www.javascripter.net/faq/numberisprime.htm
- http://www.javascripter.net/math/primes/millerrabinprimalitytest.htm
- http://www.javascripter.net/math/calculators/100digitbigintcalculator.htm (just type x and click "prime?")
- http://www.math.com/students/calculators/source/prime-number.htm
- https://www.calculatorsoup.com/calculators/math/prime-number-calculator.php
- https://onlinemathtools.com/test-prime-number
- https://www.bigprimes.net/primalitytest
- https://www.archimedes-lab.org/primOmatic.html
- http://www.sonic.net/~undoc/java/PrimeCalc.html
- http://www.proftnj.com/calcprem.htm (in French) (use the box "Rechercher si un nombre est premier" and click "Rechercher")
- https://primes.utm.edu/nthprime/ (calculate the nth prime)
- http://factordb.com/nextprime.php (calculate the next (probable) prime above N, in fact, links 2, 6, 10, 11, 12, 13 can also calculate the next prime above N, besides, links 2, 6 can also calculate the previous prime below N)
Integer factorizers:
- https://www.numberempire.com/numberfactorizer.php
- https://www.alpertron.com.ar/ECM.HTM
- http://www.javascripter.net/math/calculators/primefactorscalculator.htm
- https://betaprojects.com/calculators/prime_factors.html
- https://www.emathhelp.net/calculators/pre-algebra/prime-factorization-calculator/
- http://www.numbertheory.org/php/factor.html
- https://primefan.tripod.com/Factorer.html
- https://www.calculatorsoup.com/calculators/math/prime-factors.php
- https://www.calculator.net/prime-factorization-calculator.html
- http://www.se16.info/js/factor.htm
- http://math.fau.edu/Richman/mla/factor-f.htm
- http://www.rsok.com/~jrm/factor.html
- http://www.brennen.net/primes/FactorApplet.html (need run with Java)
- https://web.archive.org/web/20161004191531/http://britton.disted.camosun.bc.ca/jbprimefactor.htm
- http://wims.unice.fr/~wims/en_tool~algebra~factor.en.html
- http://www.analyzemath.com/Calculators_3/prime_factors.html
- https://www.archimedes-lab.org/primOmatic.html
- http://www.proftnj.com/calcprem.htm (in French) (use the box "Factoriser un nombre" and click "Factoriser")
- http://factordb.com/ (online factor database)
- http://myfactorcollection.mooo.com:8090/dbio.html (online factor database for numbers of the form bn±1)
Base converters:
- https://baseconvert.com/
- https://baseconvert.com/high-precision
- https://baseconvert.com/ieee-754-floating-point
- https://www.calculand.com/unit-converter/zahlen.php?og=Base+2-36&ug=1
- https://www.calculand.com/unit-converter/zahlen.php?og=Base62&ug=1
- https://www.calculand.com/unit-converter/zahlen.php?og=Base64&ug=1
- https://www.calculand.com/unit-converter/zahlen.php?og=Base85&ug=1
- https://www.calculand.com/unit-converter/zahlen.php?og=System+calculand&ug=1
- http://www.math.com/students/converters/source/base.htm
- https://www.dcode.fr/base-n-convert
- https://www.cut-the-knot.org/Curriculum/Algorithms/BaseConversion.shtml
- http://www.tonymarston.net/php-mysql/converter.php
- http://math.fau.edu/Richman/mla/convert.htm
- https://web.archive.org/web/20190629223750/http://thedevtoolkit.com/tools/base_conversion
- http://www.kwuntung.net/hkunit/base/base.php (in Chinese)
- https://linesegment.web.fc2.com/application/math/numbers/RadixConversion.html (in Japanese)
Expression generators:
- https://stdkmd.net/nrr/exprgen.htm (only support base 10 forms)
- https://www.numberempire.com/simplifyexpression.php (e.g. for the form 5{7} in base 11, type "5*11^n+7*(11^n-1)/10")
Lists of small primes:
- https://primes.utm.edu/lists/small/1000.txt
- https://primes.utm.edu/lists/small/10000.txt
- https://primes.utm.edu/lists/small/100000.txt
- https://primes.utm.edu/lists/small/millions/
- https://oeis.org/A000040/a000040.txt
- https://oeis.org/A000040/b000040_1.txt
- https://oeis.org/A000040/a000040_1B.7z
- https://metanumbers.com/prime-numbers
- https://www.calculatorsoup.com/calculators/math/prime-numbers.php
- https://www2.cs.arizona.edu/icon/oddsends/primes.htm
- https://www.numbersaplenty.com/set/prime_number/more.php
- https://cdn1.byjus.com/wp-content/uploads/2021/10/Prime-Numbers-from-1-to-1000.png
- http://noe-education.org/D11102.php (in French)
- https://web.archive.org/web/20060513054350/http://www.walter-fendt.de/m14i/primes_i.htm (in Italian)
- https://primefan.tripod.com/500Primes1.html (warning: this site incorrectly includes 1 as a prime and misses the primes 3229 and 3329)
- https://www.gutenberg.org/files/65/65.txt
- http://www.primos.mat.br/indexen.html
- https://www.walter-fendt.de/html5/men/primenumbers_en.htm
- http://www.rsok.com/~jrm/printprimes.html
- http://www.numbertheory.org/php/prime_generator.html
- https://jocelyn.quizz.chat/np/cache/index.html (in French)
- http://www.sosmath.com/tables/prime/prime.html
- https://www.bigprimes.net/archive/prime
- https://web.archive.org/web/20201130071856/http://www.mathematical.com/primelist1to100kk.html
- https://web.archive.org/web/20191118082053/http://www.tsm-resources.com/alists/prim.html
- https://web.archive.org/web/20090917191047/http://planetmath.org/encyclopedia/FirstThousandPositivePrimeNumbers.html
- https://faculty.lynchburg.edu/~nicely/gaps/gaplist.html (the longest list ever calculated, with all primes < 264 (but unlikely other lists here, the primes are not all stored), see https://primes.utm.edu/notes/faq/LongestList.html)
- https://en.wikipedia.org/wiki/List_of_prime_numbers#The_first_1000_prime_numbers
Lists of factorizations of small integers:
- http://primefan.tripod.com/500factored.html
- http://www.sosmath.com/tables/factor/factor.html
- http://www.datapointed.net/visualizations/math/factorization/animated-diagrams/
- https://oeis.org/A027750/a027750.txt (all (prime or composite or unit) factors of N)
- http://factorzone.tripod.com/factors.htm (all (prime or composite or unit) factors of N)
- http://functions.wolfram.com/NumberTheoryFunctions/Divisors/03/02 (all (prime or composite or unit) factors of N)
- https://en.wikipedia.org/wiki/Table_of_prime_factors
- https://en.wikipedia.org/wiki/Table_of_divisors (all (prime or composite or unit) factors of N)
Lists of small integers in various bases:
Also, programs related to this research: (some of these programs can also be downloaded in http://www.fermatsearch.org/download.php or https://www.mersenne.org/download/freeware.php or https://download.mersenne.ca/) (some of these programs need to use GMP (https://gmplib.org/))
Primality (or probable primality) testing (https://en.wikipedia.org/wiki/Primality_test, https://www.rieselprime.de/ziki/Primality_test, https://mathworld.wolfram.com/PrimalityTest.html, https://primes.utm.edu/prove/index.html) programs (https://www.rieselprime.de/ziki/Primality_testing_program):
- LLR (http://jpenne.free.fr/index2.html, https://primes.utm.edu/bios/page.php?id=431, https://www.rieselprime.de/ziki/LLR, https://github.com/xayahrainie4793/prime-programs-cached-copy/tree/main/llr403win64, https://github.com/xayahrainie4793/prime-programs-cached-copy/tree/main/llr403linux64)
- PFGW (https://sourceforge.net/projects/openpfgw/, https://primes.utm.edu/bios/page.php?id=175, https://www.rieselprime.de/ziki/PFGW, https://github.com/xayahrainie4793/prime-programs-cached-copy/tree/main/pfgw_win_4.0.3)
- PRIMO (http://www.ellipsa.eu/public/primo/primo.html, http://www.rieselprime.de/dl/Primo309.zip, https://primes.utm.edu/bios/page.php?id=46, https://www.rieselprime.de/ziki/Primo, https://github.com/xayahrainie4793/prime-programs-cached-copy/tree/main/primo-433-lx64, https://github.com/xayahrainie4793/prime-programs-cached-copy/tree/main/Primo309)
- CHG (https://mersenneforum.org/attachment.php?attachmentid=21133&d=1571237465, https://primes.utm.edu/bios/page.php?id=797, https://github.com/xayahrainie4793/prime-programs-cached-copy/tree/main/CHG)
Sieving (https://www.rieselprime.de/ziki/Sieving, https://www.rieselprime.de/ziki/Sieving_a_range_of_sequences, https://mathworld.wolfram.com/Sieve.html) programs (https://www.rieselprime.de/ziki/Sieving_program):
- SRSIEVE (https://www.bc-team.org/app.php/dlext/?cat=3, http://web.archive.org/web/20160922072340/https://sites.google.com/site/geoffreywalterreynolds/programs/, http://www.rieselprime.de/dl/CRUS_pack.zip, https://primes.utm.edu/bios/page.php?id=905, https://www.rieselprime.de/ziki/Srsieve, https://github.com/xayahrainie4793/prime-programs-cached-copy/tree/main/srsieve_1.1.4, https://github.com/xayahrainie4793/prime-programs-cached-copy/tree/main/sr1sieve_1.4.6, https://github.com/xayahrainie4793/prime-programs-cached-copy/tree/main/sr2sieve_2.0.0, https://github.com/xayahrainie4793/prime-programs-cached-copy/tree/main/srbsieve)
- MTSIEVE (https://sourceforge.net/projects/mtsieve/, https://primes.utm.edu/bios/page.php?id=449, https://www.rieselprime.de/ziki/Mtsieve, https://github.com/xayahrainie4793/prime-programs-cached-copy/tree/main/mtsieve_2.3.3)
Integer factoring (https://en.wikipedia.org/wiki/Integer_factorization, https://www.rieselprime.de/ziki/Factorization, https://mathworld.wolfram.com/PrimeFactorization.html, https://mathworld.wolfram.com/PrimeFactorizationAlgorithms.html, http://www.numericana.com/answer/factoring.htm) programs (https://www.rieselprime.de/ziki/Factoring_program):
- GMP-ECM (https://web.archive.org/web/20210803045418/https://gforge.inria.fr/projects/ecm, https://github.com/xayahrainie4793/prime-programs-cached-copy/tree/main/ecm704dev-svn2990-win64, https://github.com/xayahrainie4793/prime-programs-cached-copy/tree/main/ecm704dev-svn2990-linux64, https://www.rieselprime.de/ziki/GMP-ECM)
- MSIEVE (https://sourceforge.net/projects/msieve, https://github.com/xayahrainie4793/prime-programs-cached-copy/tree/main/msieve153_win64)
- GGNFS (http://sourceforge.net/projects/ggnfs, https://github.com/xayahrainie4793/prime-programs-cached-copy/tree/main/GGNFS)
- CADO-NFS (https://web.archive.org/web/20210506173015/http://cado-nfs.gforge.inria.fr/index.html, https://www.rieselprime.de/ziki/CADO-NFS, https://github.com/xayahrainie4793/prime-programs-cached-copy/tree/main/cado-nfs-2.3.0)
- YAFU (http://bbuhrow.googlepages.com/home, https://github.com/bbuhrow/yafu)
- YTOOLS (https://github.com/bbuhrow/ytools)
- YSIEVE (https://github.com/bbuhrow/ysieve)
For the files in this page:
- File "kernel b": Data for all known minimal primes in base b, expressed as base b strings
- File "left b": x{y}z (where x and z are strings (may be empty) of digits in base b, y is a digit in base b) families in base b such that we were unable to determine if they contain a prime > b or not (i.e. x{y}z (where x and z are strings (may be empty) of digits in base b, y is a digit in base b) families in base b such that no prime member > b could be found, nor could the family be ruled out as only containing composites (only count the numbers > b)), these families are sorted by "the length n number in these families, from the smallest number to the largest number, this n is large enough such that n replaced to any larger number does not affect the sorting" (e.g. for base 17, we sort with B{0}B3 -> B{0}DB -> {B}2BE -> {B}2E -> {B}E9 -> {B}EE, since in this case 7 digits is enough, B0000B3 < B0000DB < BBBB2BE < BBBBB2E < BBBBBE9 < BBBBBEE, if the 7 replaced to any larger number, this result of the sorting will not change)
See my article about this research: https://docs.google.com/document/d/e/2PACX-1vQct6Hx-IkJd5-iIuDuOKkKdw2teGmmHW-P75MPaxqBXB37u0odFBml5rx0PoLa0odTyuW67N_vn96J/pub