mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > Aliquot Sequences

Reply
 
Thread Tools
Old 2010-02-02, 21:04   #1
fivemack
(loop (#_fork))
 
fivemack's Avatar
 
Feb 2006
Cambridge, England

645410 Posts
Default What do I have to do to break free?

9336 iteration 1037 splits as 1119687698...<144> = 2^6 · 7 · 127^2 · 12577 · 11466743 · 86572333 · 1241124045...<118>

but nonetheless iteration 1038 has the 127^1 still there, still mocking me with its evil set of seven set bits. What is the probability of driver escape at this level?

(similarly, I've had 31^2 at iterations 3916, 3930 and 3962 of 6822, but 31^1 returns the very next line)

Last fiddled with by fivemack on 2010-02-02 at 21:06
fivemack is offline   Reply With Quote
Old 2010-02-03, 07:24   #2
10metreh
 
10metreh's Avatar
 
Nov 2008

2×33×43 Posts
Default

Quote:
Originally Posted by fivemack View Post
9336 iteration 1037 splits as 1119687698...<144> = 2^6 · 7 · 127^2 · 12577 · 11466743 · 86572333 · 1241124045...<118>

but nonetheless iteration 1038 has the 127^1 still there, still mocking me with its evil set of seven set bits. What is the probability of driver escape at this level?

(similarly, I've had 31^2 at iterations 3916, 3930 and 3962 of 6822, but 31^1 returns the very next line)
The 2s count of a prime number is the exponent of the highest power of 2 that divides that prime + 1. To escape 2^6 * 127, firstly, the 127 must be raised to an even power. Also, the sum of the 2s counts of all the other prime factors must be no greater than 6.
10metreh is offline   Reply With Quote
Old 2010-02-04, 15:45   #3
Greebley
 
Greebley's Avatar
 
May 2009
Dedham Massachusetts USA

3×281 Posts
Default

The 7 term is the evil one. It gives 3 factors of 2 and will stick around as long as some term is 6 mod 7.

I would like to see how many factors of two the 'large terms' (ones that don't stick around) add for the different number of digits. It might be possible to calculate that - or at least a good estimate. The average is higher than 3 however which means that with the 7 term you are unlikely to escape.

Last fiddled with by Greebley on 2010-02-04 at 15:46
Greebley is offline   Reply With Quote
Old 2010-02-05, 16:45   #4
fivemack
(loop (#_fork))
 
fivemack's Avatar
 
Feb 2006
Cambridge, England

2·7·461 Posts
Default

Quote:
Originally Posted by Greebley View Post
The 7 term is the evil one. It gives 3 factors of 2 and will stick around as long as some term is 6 mod 7.

I would like to see how many factors of two the 'large terms' (ones that don't stick around) add for the different number of digits. It might be possible to calculate that - or at least a good estimate. The average is higher than 3 however which means that with the 7 term you are unlikely to escape.
Well, val_2(p+1) has mean 2, the mean number of prime factors for a number around N is (theorem of Erdos) loglog N, and I think is expected to be Poisson-distributed with mean loglog N; so around 10^100 you'd expect there to be about 5.5 prime factors; 2 and 127 account for two of those, leaving about 3.5 big ones each contributing about two factors of two. So the numbers get big, and escape is unlikely.
fivemack is offline   Reply With Quote
Old 2010-02-05, 18:15   #5
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

598810 Posts
Default

Quote:
Originally Posted by fivemack View Post
Well, val_2(p+1) has mean 2, the mean number of prime factors for a number around N is (theorem of Erdos) loglog N, and I think is expected to be Poisson-distributed with mean loglog N; so around 10^100 you'd expect there to be about 5.5 prime factors; 2 and 127 account for two of those, leaving about 3.5 big ones each contributing about two factors of two. So the numbers get big, and escape is unlikely.
I would expect more like 5 ≈ log(log(1e100 / 254)) - 1/2 - 1/127 other prime factors, if they behave like random multiples of 254 near 1e100.
CRGreathouse is offline   Reply With Quote
Old 2010-03-07, 07:41   #6
schickel
 
schickel's Avatar
 
"Frank <^>"
Dec 2004
CDP Janesville

22×32×59 Posts
Default I feel your pain*....

From 20916:
Code:
 670 .   c117 = 2^6 * 3 * 11 * 13 * 127^2 * 84584688662069 * 303457268457331 * 23305983260885734320137249 * 3127792565339118661368476021978704179191553219477805861
 671 .   c118 = 2^6 * 3 * 11 * 83 * 127 * 839 * c107
And not only did it gain a digit that line, that cursed 3 has been turning up the heat (16 lines so far)!

* Line stolen from Bill Clinton [inside joke for the USAians here]
schickel is offline   Reply With Quote
Old 2010-04-08, 13:08   #7
TimSorbet
Account Deleted
 
TimSorbet's Avatar
 
"Tim Sorbera"
Aug 2006
San Antonio, TX USA

10B716 Posts
Default

How do I lose 2^5 * 7 (not a listed driver or guide, but it seems like a guide to me)? It's taken over sequence 652296 for 75 lines (going up 11 digits) so far.

Last fiddled with by TimSorbet on 2010-04-08 at 13:08
TimSorbet is offline   Reply With Quote
Old 2010-04-08, 18:11   #8
TimSorbet
Account Deleted
 
TimSorbet's Avatar
 
"Tim Sorbera"
Aug 2006
San Antonio, TX USA

11×389 Posts
Default

Quote:
Originally Posted by Mini-Geek View Post
How do I lose 2^5 * 7 (not a listed driver or guide, but it seems like a guide to me)? It's taken over sequence 652296 for 75 lines (going up 11 digits) so far.
I lost it here: http://factordb.com/search.php?se=1&...r=1446&to=1448
At line 1447, the 2^5 switched to 2^3, but it still had 7^2 as a factor. Line 1448 lost the 7 as well, so now the only guide is 2^3, so this big sequence is now in a downward slope.
Still leaves the question of how 2^5 * 7 (or 7 to any other power) can be broken directly? Or can it?

Last fiddled with by TimSorbet on 2010-04-08 at 18:11
TimSorbet is offline   Reply With Quote
Old 2010-04-08, 18:47   #9
10metreh
 
10metreh's Avatar
 
Nov 2008

44228 Posts
Default

It is a listed guide: http://www.lafn.org/~ax810/analysis.htm
10metreh is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Break up songs davieddy Lounge 4 2013-03-17 01:26
pari break() usage EdH Programming 5 2012-10-25 03:40
Did that guy actually break the the sound barrier? davieddy Puzzles 47 2012-10-19 21:12
Free associating for the win. jasong jasong 7 2012-02-18 22:47
FREE MIT COURSES lpmurray Math 5 2007-01-07 04:09

All times are UTC. The time now is 00:04.


Tue Sep 26 00:04:35 UTC 2023 up 12 days, 21:46, 0 users, load averages: 1.18, 1.34, 1.25

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.

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