mersenneforum.org  

Go Back   mersenneforum.org > Extra Stuff > Blogorrhea > sweety439

Reply
 
Thread Tools
Old 2021-08-04, 06:33   #1
 
"99(4^34019)99 palind"
Nov 2016
(P^81993)SZ base 36

2·7·263 Posts
Default Generalized near-repdigit primes

Are there any interest to search the smallest generalized near-repdigit prime in base b of a given form xyyy...yyy or xxx...xxxy (where x,y are base b digits)? I found there is already this search for the form 444...4445 in base 6, see the OEIS sequence A248613.

I have searched all possible forms in bases up to 36, here is my data, "b, x, {y}" means xyyy...yyy form in base b, "b, {x}, y" means xxx...xxxy in base b, and the prime given is the smallest prime of this form (including the repunit case, i.e. 111...111, which have x=y=1) (note: we allow the prime xy to be the prime of the form xyyy...yyy and xxx...xxxy, but we do not allow x to be the prime of the form xyyy...yyy, neither allow y to be the prime of the form xxx...xxxy), my list skips the forms which have NUMERICAL covering set (e.g. gcd(x,y) > 1, which are all divisible by gcd(x,y), or gcd(y,b) > 1, which are all divisible by gcd(y,b), or 5111...111, which is always divisible by either 2 or 5), but does not skip the forms which have a full covering set with all or partial ALGEBRAIC factors (e.g. 3111...111 in base 9, which factored as difference of squares, or 8DDD...DDD in base 14, which is divisible by 5 if the number of D's is odd, and factored as difference of squares if the number of D's is even), I know that exactly which forms can be proven composite, and the forms which I cannot find a prime nor can prove as only contain composites includes 5777...777 in base 11 and 9555...555 in base 13, can someone find them? Two interesting cases are the form 777...7771 in base 13, whose smallest prime has 1504 7's, and the form 999...9995 in base 13, whose smallest prime has 1362 9's.

Last fiddled with by sweety439 on 2021-08-04 at 06:55
sweety439 is offline   Reply With Quote
Old 2021-08-11, 17:56   #2
bur
 
bur's Avatar
 
Aug 2020
79*6581e-4;3*2539e-3

5·11·13 Posts
Default

That's a nice list, but it would be good if you indicated how of {n} is repeated. I know you give the prime in base-10, but it'd be nice to see at a glance how the number looks like in base-b.


To have an organized search someone would have to setup a website, there are so many possible near-repdigits in the larger bases a single text file gets hard to follow.
bur is offline   Reply With Quote
Old 2021-08-11, 18:34   #3
 
"99(4^34019)99 palind"
Nov 2016
(P^81993)SZ base 36

368210 Posts
Default

Quote:
Originally Posted by bur View Post
That's a nice list, but it would be good if you indicated how of {n} is repeated. I know you give the prime in base-10, but it'd be nice to see at a glance how the number looks like in base-b.


To have an organized search someone would have to setup a website, there are so many possible near-repdigits in the larger bases a single text file gets hard to follow.
You can copy the primes to factordb (I have already added all numbers in this list to factordb), and click "show", and choose the corresponding base, it will show the primes in base b (use digits a=10, b=11, c=12, ..., z=35)

Besides, these forms are proven to only contain composite numbers: (trivial cases: gcd(x,y) > 1 and/or gcd(y,b) > 1)

Code:
5, {1}, 3 (i.e. 111...1113 in base 5): all numbers are divisible by either 2 or 3 (thus not shown in my list)
5, {1}, 4 (i.e. 111...1114 in base 5): all numbers are divisible by either 2 or 3 (thus not shown in my list)
5, 3, {1} (i.e. 3111...111 in base 5): all numbers are divisible by either 2 or 3 (thus not shown in my list)
5, 4, {1} (i.e. 4111...111 in base 5): all numbers are divisible by either 2 or 3 (thus not shown in my list)
9, {1}, 1 or 9, 1, {1} (i.e. 111...111 in base 9): factored as difference of squares (since my list does not check algebra factorization, thus still shown in my list)
9, {1}, 5 (i.e. 111...1115 in base 9): all numbers are divisible by either 2 or 5 (thus not shown in my list)
9, 2, {7} (i.e. 2777...777 in base 9): all numbers are divisible by either 2 or 5 (thus not shown in my list)
9, 3, {1} (i.e. 3111...111 in base 9): factored as difference of squares (since my list does not check algebra factorization, thus still shown in my list)
9, {3}, 5 (i.e. 333...3335 in base 9): all numbers are divisible by either 2 or 5 (thus not shown in my list)
9, {3}, 8 (i.e. 333...3338 in base 9): all numbers are divisible by either 2 or 5 (thus not shown in my list)
9, 3, {8} (i.e. 3888...888 in base 9): factored as difference of squares (since my list does not check algebra factorization, thus still shown in my list)
9, 5, {1} (i.e. 5111...111 in base 9): all numbers are divisible by either 2 or 5 (thus not shown in my list)
9, 5, {7} (i.e. 5777...777 in base 9): all numbers are divisible by either 2 or 5 (thus not shown in my list)
9, 6, {1} (i.e. 6111...111 in base 9): all numbers are divisible by either 2 or 5 (thus not shown in my list)
9, {7}, 2 (i.e. 777...7772 in base 9): all numbers are divisible by either 2 or 5 (thus not shown in my list)
9, {7}, 5 (i.e. 777...7775 in base 9): all numbers are divisible by either 2 or 5 (thus not shown in my list)
9, {8}, 5 (i.e. 888...8885 in base 9): factored as difference of squares (since my list does not check algebra factorization, thus still shown in my list)
11, {1}, 3 (i.e. 111...1113 in base 11): all numbers are divisible by either 2 or 3 (thus not shown in my list)
11, {1}, 4 (i.e. 111...1114 in base 11): all numbers are divisible by either 2 or 3 (thus not shown in my list)
11, {1}, 9 (i.e. 111...1119 in base 11): all numbers are divisible by either 2 or 3 (thus not shown in my list)
11, {1}, 10 (i.e. 111...111A in base 11): all numbers are divisible by either 2 or 3 (thus not shown in my list)
11, 2, {5} (i.e. 2555...555 in base 11): all numbers are divisible by either 2 or 3 (thus not shown in my list)
11, 3, {1} (i.e. 3111...111 in base 11): all numbers are divisible by either 2 or 3 (thus not shown in my list)
11, 3, {5} (i.e. 3555...555 in base 11): all numbers are divisible by either 2 or 3 (thus not shown in my list)
11, 3, {7} (i.e. 3777...777 in base 11): all numbers are divisible by either 2 or 3 (thus not shown in my list)
11, 4, {1} (i.e. 4111...111 in base 11): all numbers are divisible by either 2 or 3 (thus not shown in my list)
11, 4, {7} (i.e. 4777...777 in base 11): all numbers are divisible by either 2 or 3 (thus not shown in my list)
11, {5}, 2 (i.e. 555...5552 in base 11): all numbers are divisible by either 2 or 3 (thus not shown in my list)
11, {5}, 3 (i.e. 555...5553 in base 11): all numbers are divisible by either 2 or 3 (thus not shown in my list)
11, {5}, 8 (i.e. 555...5558 in base 11): all numbers are divisible by either 2 or 3 (thus not shown in my list)
11, {5}, 9 (i.e. 555...5559 in base 11): all numbers are divisible by either 2 or 3 (thus not shown in my list)
11, {7}, 3 (i.e. 777...7773 in base 11): all numbers are divisible by either 2 or 3 (thus not shown in my list)
11, {7}, 4 (i.e. 777...7774 in base 11): all numbers are divisible by either 2 or 3 (thus not shown in my list)
11, {7}, 9 (i.e. 777...7779 in base 11): all numbers are divisible by either 2 or 3 (thus not shown in my list)
11, {7}, 10 (i.e. 777...777A in base 11): all numbers are divisible by either 2 or 3 (thus not shown in my list)
11, 8, {5} (i.e. 8555...555 in base 11): all numbers are divisible by either 2 or 3 (thus not shown in my list)
11, 9, {1} (i.e. 9111...111 in base 11): all numbers are divisible by either 2 or 3 (thus not shown in my list)
11, 9, {5} (i.e. 9555...555 in base 11): all numbers are divisible by either 2 or 3 (thus not shown in my list)
11, 9, {7} (i.e. 9777...777 in base 11): all numbers are divisible by either 2 or 3 (thus not shown in my list)
11, 10, {7} (i.e. A111...111 in base 11): all numbers are divisible by either 2 or 3 (thus not shown in my list)
11, 10, {7} (i.e. A777...777 in base 11): all numbers are divisible by either 2 or 3 (thus not shown in my list)
But there are some families, such as 5{7} (i.e. 5777...777) in base 11 and 9{5} (i.e. 9555...555) in base 13, such that I cannot find a prime or PRP of such a form, neither can prove that there cannot be any prime of such a form, can you find the smallest prime or PRP of these two forms?
sweety439 is offline   Reply With Quote
Old 2021-08-12, 04:51   #4
bur
 
bur's Avatar
 
Aug 2020
79*6581e-4;3*2539e-3

5×11×13 Posts
Default

To what limits did you search?
bur is offline   Reply With Quote
Old 2021-08-12, 09:28   #5
 
"99(4^34019)99 palind"
Nov 2016
(P^81993)SZ base 36

2·7·263 Posts
Default

Quote:
Originally Posted by bur View Post
To what limits did you search?
5000 base b digits
sweety439 is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
generalized minimal (probable) primes sweety439 sweety439 140 2022-12-20 07:08
Generalized Repunit primes Bob Underwood Math 12 2020-10-11 20:01
Near repdigit primes on Numberphile lavalamp Lounge 68 2018-09-09 19:01
Generalized Mersenne Primes Unregistered Homework Help 6 2012-10-31 14:16
Generalized Mersenne Primes Cyclamen Persicum Math 1 2004-01-30 15:11

All times are UTC. The time now is 01:26.


Fri Mar 17 01:26:57 UTC 2023 up 210 days, 22:55, 0 users, load averages: 2.10, 1.59, 1.33

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.

≠ ± ∓ ÷ × · − √ ‰ ⊗ ⊕ ⊖ ⊘ ⊙ ≤ ≥ ≦ ≧ ≨ ≩ ≺ ≻ ≼ ≽ ⊏ ⊐ ⊑ ⊒ ² ³ °
∠ ∟ ° ≅ ~ ‖ ⟂ ⫛
≡ ≜ ≈ ∝ ∞ ≪ ≫ ⌊⌋ ⌈⌉ ∘ ∏ ∐ ∑ ∧ ∨ ∩ ∪ ⨀ ⊕ ⊗ 𝖕 𝖖 𝖗 ⊲ ⊳
∅ ∖ ∁ ↦ ↣ ∩ ∪ ⊆ ⊂ ⊄ ⊊ ⊇ ⊃ ⊅ ⊋ ⊖ ∈ ∉ ∋ ∌ ℕ ℤ ℚ ℝ ℂ ℵ ℶ ℷ ℸ 𝓟
¬ ∨ ∧ ⊕ → ← ⇒ ⇐ ⇔ ∀ ∃ ∄ ∴ ∵ ⊤ ⊥ ⊢ ⊨ ⫤ ⊣ … ⋯ ⋮ ⋰ ⋱
∫ ∬ ∭ ∮ ∯ ∰ ∇ ∆ δ ∂ ℱ ℒ ℓ
𝛢𝛼 𝛣𝛽 𝛤𝛾 𝛥𝛿 𝛦𝜀𝜖 𝛧𝜁 𝛨𝜂 𝛩𝜃𝜗 𝛪𝜄 𝛫𝜅 𝛬𝜆 𝛭𝜇 𝛮𝜈 𝛯𝜉 𝛰𝜊 𝛱𝜋 𝛲𝜌 𝛴𝜎𝜍 𝛵𝜏 𝛶𝜐 𝛷𝜙𝜑 𝛸𝜒 𝛹𝜓 𝛺𝜔