mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Aliquot Sequences (https://www.mersenneforum.org/forumdisplay.php?f=90)
-   -   Subproject #3: 700k-800k sequences to 100 digits (https://www.mersenneforum.org/showthread.php?t=12537)

Greebley 2010-01-15 15:00

Here's how I get them:

[code]wget "http://factorization.ath.cx/search.php?se=1&aq=276&action=all&text=Text"
grep -F " = " "search.php@se=1&aq=276&action=all&text=Text" > alq_276.elf
grep -i "ended" "search.php@se=1&aq=276&action=all&text=Text" > alq_276.mp
grep -i "Merge" "search.php@se=1&aq=276&action=all&text=Text" >> alq_276.mp
del "search.php@se=1&aq=276&action=all&text=Text"
sleep 3[/code]It finds all the lines with equal on them with grep so it removes some extra stuff and just gives you the series. Does the raw=1 in the example above do that automatically?

In the above case I use the *.mp file to determine whether the sequence is open ended a merge or prime - it stores the 'result' line near the top in text mode. This has html in it.

Mini-Geek 2010-01-15 15:39

[quote=Greebley;202002]It finds all the lines with equal on them with grep so it removes some extra stuff and just gives you the series. Does the raw=1 in the example above do that automatically?[/quote]
Yep, basically. See for yourself: [url]http://factorization.ath.cx/search.php?se=1&aq=276&action=all&text=Text&raw=1[/url] What the DB returns with raw=1 and text=1 is almost exactly like the .elf format. The only things that can cause problems are that sometimes the left side will be represented as a formula instead of a simple number (e.g. on 276 index 13, it prints "3^9+1" instead of "19684"), which makes aliqueit unable to read it, (and makes it error out) and that the partial last line can cause some bad behavior in aliqueit.

biwema 2010-01-15 16:18

reserving 789966

EdH 2010-01-15 17:29

760770 done: size 100, i1107, 2[sup]2[/sup] * 7 * 37 * 173 * 191 * c92

EdH 2010-01-15 20:06

reserving 785556

frmky 2010-01-15 23:08

781344, 783024, 783264, 783390, 783930, 783948, 784056, 784350, 784368, 784488, 784494, 785010 done.
I'll take 785112, 785142, 785232, 785248, 785428, 785622, 785694, 785946, 785970, 786024, 786072, 786210.

Batalov 2010-01-16 00:45

Greg, you should tweak on your "terminating-ness" prediction software. :rolleyes:
At the rates you are testing, you should get one, anyway, any day now. (I guess one out of ~50 of these should terminate.)

I'll take 786688 786720 787024 787158 787284 788304 788448 788868 789594

Joshua2 2010-01-16 05:38

finished and submitted all but 784950
taking 786330

frmky 2010-01-16 06:35

[QUOTE=Batalov;202057]Greg, you should tweak on your "terminating-ness" prediction software. :rolleyes:
At the rates you are testing, you should get one, anyway, any day now. (I guess one out of ~50 of these should terminate.)
[/QUOTE]
680094 (which I did illicitly) was a wild ride, closest I've come so far, but no dice.

schickel 2010-01-16 08:28

[QUOTE=frmky;202080]680094 (which I did illicitly) was a wild ride, closest I've come so far, but no dice.[/QUOTE]Don't worry....I started running sequences in November '06 and didn't get a downdriver run until March '07. After coming [I]very[/I] close with [URL="http://factordb.com/aliquot.php?type=1&aq=48462&big=1"]48462[/URL] (9 digits twice and no merge!). It wasn't until June '09 that I caught a [URL="http://factordb.com/aliquot.php?type=1&aq=163716&big=1"]termination[/URL]. (Of course, I've been doing sequences from >100 digits all along, so there haven't been many chances.....maybe I should do some of these sequences [right after I factor a c124, a c128, and a c139])

richs 2010-01-16 16:43

784896 complete: size 101, i 936, 2^2 * 3 * 7

Reserving 788700


All times are UTC. The time now is 22:24.

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