![]() |
|
|
#2597 | |
|
"Ed Hall"
Dec 2009
Adirondack Mtns
EE916 Posts |
Quote:
|
|
|
|
|
|
|
#2598 |
|
Einyen
Dec 2003
Denmark
1100010101112 Posts |
Lost the 3 in step 8051 and now it starts going down in steps 8051-8054:
|
|
|
|
|
|
#2599 | |
|
Romulan Interpreter
Jun 2011
Thailand
22×33×89 Posts |
Quote:
Assume we have t=2^2*3^y*F, with s=sigma(t), then the terms in s which do not contain 3 (i.e. the divisors of t/(3^y) are 1, 2, 2^2, F*, 2F*, 4F*, where F* is all combinations of primes in F. Therefore, s\3 (s without the terms with 3) is (1+2+4)(1+F*). As all terms in F* do not contain a 3, (but their sum can contain one) we must have F*=1 (mod 3) or F*=0 (mod 3) to lose the 3. Example, (1) F=p (a single prime): t=2^2*3^y*p, t\3=2^2*p, s=1+2+4+p+2p+4p+(terms with 3), s\3=7(1+p). As p can not be a multiple of 3, it is either 1 or 2 (mod 3), in this case the sequence will lose a 3 if p is 1 (mod 3), which happens in 50% of the cases, regardless of the size of t. (2) F=p*q (product of 2 primes): t=2^2*3^y*p*q, t\3=2^2*p*q, s\3=1+2+4+p+2p+4p+q+2q+4q+pq+2pq+4pq, so s\3=7(1+p+q+pq)=7(1+F*). As p, q can not be a multiple of 3 (they are primes) F* needs to be 0 or 1 (mod 3), for the sequence to lose a 3, which happens in 25% of the cases, regardless of the size of t. That because we can have either p=q=1 (mod 3) or p=q=2 (mod 3) or p=1, q=2 (mod 3), (or viceversa, which we may ignore due to symmetry). Therefore we have, respectively (mod 3): Code:
p q | pq F*=p+q+pq 1+F* 1 1 | 1 3=0 1 1 2 | 2 5=2 0 2 1 | 2 5=2 0 2 2 | 1 5=2 0 This case (i.e t=2^2*3^y*F) is not dependent of the size of t, and not much of the y (power of 3). But when 2^3, and general odd power of 2, the size of t counts (due to distribution of primes, they get rarer upper, so F=pq, F=pqr, etc, is more often than F=p). Last fiddled with by LaurV on 2016-09-13 at 06:04 |
|
|
|
|
|
|
#2600 |
|
Romulan Interpreter
Jun 2011
Thailand
22×33×89 Posts |
2^4 without 31 is "steady", it does not go down. To go down needs the next prime after 2 to be higher than 31 always, and there are a lot of random odd numbers which are multiples of either 3, 5, 7, 11, 13, 17, 19, 23, or 29. With 2^4, the threes can freely come and go. So the sequence oscillates up and down in small limits, but average is "steady" until it changes the power of 2, or gets a 31.
Last fiddled with by LaurV on 2016-09-13 at 06:01 |
|
|
|
|
|
#2601 | |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
160658 Posts |
Quote:
)https://www.rechenkraft.net/aliquot/intro-analysis.html Admittedly there's a substantial rewrite available that hasn't been pushed to the link above, but it should still be something at least. (ChristianB, could you pull the most recent changes from my GitHub? Edit: You can view the most recent version here) It is very long winded though, and works slowly in order to aid development of intuition properly motivate each new idea. Edit: Btw, for the record, what was the lowest number reached (so far) since 200 digits? EditEdit: Looks like the following is the smallest, coming on the second primary downdriver run: Code:
Checked 7188 16 (show) 3974341414523362<16> = 2 · 1987170707261681<16> Checked 7189 16 (show) 1987170707261684<16> = 2^2 · 7 · 2897 · 24497888299<11> Last fiddled with by Dubslow on 2016-09-13 at 08:13 |
|
|
|
|
|
|
#2602 | |
|
"Antonio Key"
Sep 2011
UK
32×59 Posts |
Quote:
Code:
we also have to include $2 \cdot (2^n - 1)$, $2^2 \cdot (2^n - 1)$, ..., $2^{n-1} \cdot (2^n - 1)$. (If $2^n - 1$ were not prime
|
|
|
|
|
|
|
#2603 |
|
Romulan Interpreter
Jun 2011
Thailand
22×33×89 Posts |
You may have a "mathjax dollar" problem, the forum itself here had one in the past :)
Your IE may not recognize the $ sign as matjax delimiter, or it is not enabled on the destination site. The owner of the site (Dubslow) has to enable matjax to render the single dollars as math delimiters. Can you see equations which are not "inside text", i.e. they are single on a text line? Then right-click on one of them and see your mathjax settings. Edit: same here, with (newest) Firefox. The problem is not from you, but from Mathjax. The forum solved the issue by substituting the inline dollars with "\ (" and respectively "\ )" for inline math (with no quotes and no spaces between, grrr...) Last fiddled with by LaurV on 2016-09-13 at 10:48 |
|
|
|
|
|
#2604 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3·29·83 Posts |
Looks like a problem with the HTML preview site. When I look at rechenkraft (or a local git clone), the inline math displays correctly.
Antonio, you sure it happens at rechenkraft too, not just the HTML preview thingy? |
|
|
|
|
|
#2605 |
|
Romulan Interpreter
Jun 2011
Thailand
100101100011002 Posts |
I don't see ANY math at rechenkraft (only see dollars everywhere!)
I see standalone equations on the other site, but not the inline, which are displayed unrendered (with dollars). If I copy the file from https://github.com/dubslow/MersenneF...-analysis.html, select all, ctrl+c, ctrl+v, save locally to aaa.html, open it with the browser (any browser) then everything looks fine. The problem is that prevview/github has not enabled the single dollar in matjax rendering. There is a lot of arguing about those mathjax dollars on the web. Last fiddled with by LaurV on 2016-09-13 at 11:07 |
|
|
|
|
|
#2606 |
|
"Antonio Key"
Sep 2011
UK
10000100112 Posts |
I looked again , and it magically sorted it's self on both sites when I told IE to display insecure content on the rechenkraft site (didn't complain about this on my previous visit, as far as I recall).
Last fiddled with by Antonio on 2016-09-13 at 11:14 |
|
|
|
|
|
#2607 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3·29·83 Posts |
I think we might all be suffering from caching issues. Browsers trying to be smart and just making life more difficult.
At any rate, I had changed the MJ link to http months ago because RKN didn't used to be https. Git has it now back to https, so when ChristianB pulls the changes they should be in agreement again (and hopefully less issues as a result). |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Reserved for MF - Sequence 3366 | RichD | Aliquot Sequences | 470 | 2021-04-22 02:17 |
| Reserved for MF - Sequence 3408 | RichD | Aliquot Sequences | 474 | 2021-03-07 20:28 |
| Reserved for MF - Sequence 276 | kar_bon | Aliquot Sequences | 127 | 2020-12-17 10:05 |
| Assignments are reserved but not showing up | prism019 | GPU to 72 | 6 | 2020-09-21 22:11 |
| 80M to 64 bits ... but not really reserved | petrw1 | Lone Mersenne Hunters | 82 | 2010-01-11 01:57 |