mersenneforum.org  

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

Reply
Thread Tools
Old 2020-11-27, 16:41   #364
sweety439
 
sweety439's Avatar
 
"99(4^34019)99 palind"
Nov 2016
(P^81993)SZ base 36

2×13×113 Posts
Default

Update files for unique primes
Attached Files
File Type: txt n such that n is unique period to base b.txt (82.5 KB, 68 views)
File Type: txt b such that n is unique period to base b.txt (209.8 KB, 67 views)
sweety439 is offline   Reply With Quote
Old 2020-12-15, 13:55   #365
sweety439
 
sweety439's Avatar
 
"99(4^34019)99 palind"
Nov 2016
(P^81993)SZ base 36

2×13×113 Posts
Default

format of file:

b,x,{y}: smallest prime of the form xyyy...yyy in base b
b,{x},y: smallest prime of the form xxx...xxxy in base b
Attached Files
File Type: txt smallest generalized near-repdigit prime.txt (155.2 KB, 68 views)
sweety439 is offline   Reply With Quote
Old 2021-06-09, 19:16   #366
sweety439
 
sweety439's Avatar
 
"99(4^34019)99 palind"
Nov 2016
(P^81993)SZ base 36

2·13·113 Posts
Default

A305547
A305549
A305550
A326611
A326613
A326616
A326617
A333246
A333247
A333322
A333323
A333324
A333325
A333326
A333327
A333328
A333329
A333330
A333331
A333332
A333333
A333334
A333335
A333336
sweety439 is offline   Reply With Quote
Old 2021-06-13, 01:01   #367
tuckerkao
 
Jan 2020

2×5×37 Posts
Default

Thanks a lot sweety439 for providing me the link to Wiki that shows the known Mersenne Primes in the dozenal base, looks like the dozenal 7 enders come mostly with 77 or 87 for the larger size exponents.
https://dozenal.fandom.com/wiki/Mersenne_prime

Thus, I've created a list, so I can run the trial factoring tasks for those in higher priority -

Mersenne Exponent # in Decimal -> Dozenal (without known factors)

M168005623 -> Z48321587
M168030523 -> Z48333Ӿ77
M168056023 -> Z48346787
M168081223 -> Z48359287
M168084823 -> Z4835Ɛ387
M168088423 -> Z48361487

M168149623 -> Z48390987
M168156523 -> Z48394977
M168160123 -> Z48396Ӿ77
M168181723 -> Z483Ӿ7477
M168182023 -> Z483Ӿ7687
M168189223 -> Z483ӾƐ887
M168196123 -> Z483Ɛ3877

M168207223 -> Z483ƐӾ187
M168243223 -> Z48416Ɛ87

M168333223 -> Z4845Ɛ087
M168365623 -> Z48475987
M168394423 -> Z4848Ӿ587
M168398023 -> Z48490687

M168433723 -> Z484Ӿ9277 (I'm running the PRP test for this one)
M168437623 -> Z484ӾƐ587
M168462823 -> Z48502087
M168470023 -> Z48506287
M168477223 -> Z4850Ӿ487
M168484123 -> Z48512477
M168494923 -> Z48518777

M168549223 -> Z48544087
M168592423 -> Z48565087
M168599323 -> Z48569077
M168599623 -> Z48569287

M168624823 -> Z4857Ɛ987

M168757723 -> Z48624877
M168779323 -> Z48635277
M168797623 -> Z48643987

M168891223 -> Z48689Ɛ87
M168898123 -> Z48691Ɛ77

M168930823 -> Z486Ӿ8Ӿ87
M168934123 -> Z486ӾӾ977
M168945223 -> Z486Ɛ5287
M168973723 -> Z48709877
M168998923 -> Z48720377

Last fiddled with by tuckerkao on 2021-06-13 at 01:28
tuckerkao is online now   Reply With Quote
Old 2021-06-24, 03:33   #368
tuckerkao
 
Jan 2020

37010 Posts
Default

Similar ending digits are observable from both the decimal and dozenal exponents.

M82589917 -> Z237ӾƐ111
M168433717 -> Z484Ӿ9271

I'll factor up the larger exponent, see whether it can survive the trial factoring and P-1 to the recommended level and bounds.

Last fiddled with by tuckerkao on 2021-06-24 at 03:34
tuckerkao is online now   Reply With Quote
Old 2021-06-24, 06:57   #369
sweety439
 
sweety439's Avatar
 
"99(4^34019)99 palind"
Nov 2016
(P^81993)SZ base 36

2·13·113 Posts
Default

Quote:
Originally Posted by tuckerkao View Post
Similar ending digits are observable from both the decimal and dozenal exponents.

M82589917 -> Z237ӾƐ111
M168433717 -> Z484Ӿ9271

I'll factor up the larger exponent, see whether it can survive the trial factoring and P-1 to the recommended level and bounds.
The number of Mersenne exponents end with E should be less than that of Mersenne exponents end with 1, 5, or 7, this is because for all Sophie Germain primes p == 3 mod 4 (all such primes end with E), Mp is divisible by 2*p+1, thus Mp is composite.

The Fermat primes and Mersenne primes in dozenal also have interesting properties:

* Except for 3, all Fermat primes end with 5. (In fact, there are only 5 known Fermat primes (3, 5, 15, 195 and 31E15) and it is conjectured that there are no more Fermat primes, interestingly, all digits of all known Fermat primes are odd)

* Except for 3, all Mersenne primes end with 7. (Besides, all Mersenne primes except 3 and 7 end with one of the only two 2-digit Mersenne primes (27 and X7))
sweety439 is offline   Reply With Quote
Old 2021-06-24, 14:17   #370
Dr Sardonicus
 
Dr Sardonicus's Avatar
 
Feb 2017
Nowhere

467410 Posts
Default

Quote:
Originally Posted by sweety439 View Post
The number of Mersenne exponents end with E should be less than that of Mersenne exponents end with 1, 5, or 7, this is because for all Sophie Germain primes p == 3 mod 4 (all such primes end with E), Mp is divisible by 2*p+1, thus Mp is composite.
<snip>
I'm not sure why "E" is here used to denote decimal eleven - possibly because it's the first letter of the word "eleven?" In any case, it's gratuitously confusing. In the widely-used standard notation for hexadecimal, the first letters of the alphabet, A through F, are used in order to denote the hex digits greater than nine. Using A for decimal ten and B for decimal eleven in base twelve would be consistent with this usage.

Of the 49 exponents p > 3 of Mersenne primes, the number of p%12 = 1,5,7,11 are 11, 20, 13, and 5 respectively.

I would question any significance, either of the relative scarcity of exponents p == 11 (mod 12), or the relative plenty of those congruent to 5 (mod 12) because the total number of exponents is small.

I would qualify the significance of Sophie Germain primes 4n + 3, 8n + 7 as applying only to "small" exponents. The best guess about the density of Sophie Germain primes is, the number of them less than X is asymptotically c*X/log2(X), hence an infinitesimal proportion of all primes.
Dr Sardonicus is offline   Reply With Quote
Old 2021-06-25, 05:07   #371
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
Jun 2011
Thailand

26·151 Posts
Default

I agree with the fact that using E for eleven is a bit forced, and somehow confusing (with 3, or 8, or with E=14 in hex). On the other hand, I never liked using B or D in the hex system (they are easily confused with other characters when displayed on low-cost LCDs, like 7-segments or so, and B and 8 are too similar in hex strings (like coin addresses or hash tables) and difficult to read if the font is chosen in an "unfortunate" way. As well as T (for ten) which is can be taken as 1 or 7. Many other "better" solutions were suggested, but all have their drawbacks. The "A to F" has the advantage that is easier "transformable" (symbols are consecutive, as opposite of other ideas that would use H and L for example, these are readable on 7-segments, and are ready available in some industrial systems to show High/Low levels of voltage, pressure, whatever). The "best way" in my opinion, would be to use new symbols (unicode has a section), to have them in a contiguous way, from, say, zero to 60 (larger bases won't make much sense), but again, A to F are ready-made, and single-byte available in the ASCII code. Don't fix the system that it works!
LaurV is offline   Reply With Quote
Old 2021-06-25, 07:29   #372
sweety439
 
sweety439's Avatar
 
"99(4^34019)99 palind"
Nov 2016
(P^81993)SZ base 36

B7A16 Posts
Default

Quote:
Originally Posted by LaurV View Post
I agree with the fact that using E for eleven is a bit forced, and somehow confusing (with 3, or 8,
..............................................................................
If I only research a problem in dozenal (base 12), or if I only research a problem in bases <= 12, then I use X for ten and E for eleven, however, if I research a problem in bases including those > 12, then I use A for 10, B for 11, C for 12, ..., Z for 35

Last fiddled with by Uncwilly on 2021-06-25 at 14:01 Reason: Trimmed out the giant quote
sweety439 is offline   Reply With Quote
Old 2021-06-25, 14:00   #373
Uncwilly
6809 > 6502
 
Uncwilly's Avatar
 
"""""""""""""""""""
Aug 2003
101×103 Posts

22·23·107 Posts
Default

There is no need to quote the entire immediately preceding post when replying.
Uncwilly is online now   Reply With Quote
Old 2021-06-26, 04:45   #374
tuckerkao
 
Jan 2020

37010 Posts
Default

Quote:
Originally Posted by LaurV View Post
A to F are ready-made, and single-byte available in the ASCII code. Don't fix the system that it works!
The only time it won't work is to use the dozenal and music systems at the same time. A major and A minor are not 5 * 2, so they cannot be assigned with the same symbol on the same equation for 2 distinctive purposes.

It starts with the D key because D is the only white piano key that is symmetrical in the real shape, thus important for the mirrored patterns to stand out between the right and the left hand fingerings.


Right Hand:

D = 0
D#/E♭ = 1
E = 2
F = 3
F#/G♭ = 4
G = 5
G#/A♭ = 6
A = 7
A#/B♭ = 8
B = 9
C = Ӿ
C#/D♭ = Ɛ
D = 10


Left Hand:

D = 0
C#/D♭ = -1
C = -2
B = -3
A#/B♭ = -4
A = -5
G#/A♭ = -6
G = -7
F#/G♭ = -8
F = -9
E = -Ӿ
D#/E♭ = -Ɛ
D = -10


Piano keyboard is something that cannot be decimalized, not possible to take 2 keys out an octave. Ɛ is the symbol the dozenal society uses not E. Using Ӿ instead of X to avoid the similarities from the multiplication sign.

Last fiddled with by tuckerkao on 2021-06-26 at 05:20
tuckerkao is online now   Reply With Quote
Reply

Thread Tools


All times are UTC. The time now is 23:19.


Fri Aug 6 23:19:11 UTC 2021 up 14 days, 17:48, 1 user, load averages: 3.95, 4.03, 4.03

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, 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.