<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The Million Random Digit Challenge Revisited</title>
	<atom:link href="http://marknelson.us/2006/06/20/million-digit-challenge/feed/" rel="self" type="application/rss+xml" />
	<link>http://marknelson.us/2006/06/20/million-digit-challenge/</link>
	<description>Programming, mostly.</description>
	<lastBuildDate>Tue, 07 Feb 2012 16:05:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ernst</title>
		<link>http://marknelson.us/2006/06/20/million-digit-challenge/comment-page-7/#comment-472015</link>
		<dc:creator>Ernst</dc:creator>
		<pubDate>Tue, 07 Feb 2012 00:20:45 +0000</pubDate>
		<guid isPermaLink="false">/2006/06/20/million-digit-challenge/#comment-472015</guid>
		<description>Thanks everyone.

  I am currently &quot;down for repairs&quot; with my desktop and the new machine is awaiting parts but once I have access to the hard drives again that large factor I can share. I take it a simple export in GMP is what is required.  I&#039;ll have to ask Mark if that is how he generated million digit.  I think that is the case. On that maybe I should give a copy to Mark as well.

 If anyone is interested is seeing if we are trying to compress a prime number I have no problem sharing some technology and the number I believe is a factor. 

 The old desktop needs a older quad core and I have to find someone who has the older chip but when all is done here that quad core is available to run factoring efforts.
 I am open to working with others in determining is we are trying to compress a prime number or not.  Maybe we can conjecture no prime number is compressible?  
 If nothing else is used I know recursive modulus will do the search for factors but I am open to suggestions.
 What do people think of GMP&#039;s prime number test?

 With recursive modulus as I employed it, it will search from the number minus one to one so it will cover the ground albeit mechanically.
 With recursive modulus we can divide the search into sections and share the work such that each of us can get a block and process so we all don&#039;t overlap.

 Other than that I will be slowing down on the number of hours I have for computer with the coming of spring.  I am still hopeful I will find a full time job with benefits and it looks surprisingly hopeful with the resent up-tick of hiring across the Nation and especially locally.

 Alright then, I hope to check out that factor candidate. At this point I conjecture there only three factors but that could change if this nearly a million digit number is composite.  
 And again if there is interest in working the number with me just let me know.  It would be fun to work with others for a change. 

Ernst</description>
		<content:encoded><![CDATA[<p>Thanks everyone.</p>
<p>  I am currently &#8220;down for repairs&#8221; with my desktop and the new machine is awaiting parts but once I have access to the hard drives again that large factor I can share. I take it a simple export in GMP is what is required.  I&#8217;ll have to ask Mark if that is how he generated million digit.  I think that is the case. On that maybe I should give a copy to Mark as well.</p>
<p> If anyone is interested is seeing if we are trying to compress a prime number I have no problem sharing some technology and the number I believe is a factor. </p>
<p> The old desktop needs a older quad core and I have to find someone who has the older chip but when all is done here that quad core is available to run factoring efforts.<br />
 I am open to working with others in determining is we are trying to compress a prime number or not.  Maybe we can conjecture no prime number is compressible?<br />
 If nothing else is used I know recursive modulus will do the search for factors but I am open to suggestions.<br />
 What do people think of GMP&#8217;s prime number test?</p>
<p> With recursive modulus as I employed it, it will search from the number minus one to one so it will cover the ground albeit mechanically.<br />
 With recursive modulus we can divide the search into sections and share the work such that each of us can get a block and process so we all don&#8217;t overlap.</p>
<p> Other than that I will be slowing down on the number of hours I have for computer with the coming of spring.  I am still hopeful I will find a full time job with benefits and it looks surprisingly hopeful with the resent up-tick of hiring across the Nation and especially locally.</p>
<p> Alright then, I hope to check out that factor candidate. At this point I conjecture there only three factors but that could change if this nearly a million digit number is composite.<br />
 And again if there is interest in working the number with me just let me know.  It would be fun to work with others for a change. </p>
<p>Ernst</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernst</title>
		<link>http://marknelson.us/2006/06/20/million-digit-challenge/comment-page-7/#comment-471398</link>
		<dc:creator>Ernst</dc:creator>
		<pubDate>Sun, 05 Feb 2012 18:58:55 +0000</pubDate>
		<guid isPermaLink="false">/2006/06/20/million-digit-challenge/#comment-471398</guid>
		<description>Commentary on the Million Digit challenge and the stigma it has accrued in Comp.Compression

 When I learned of the Collatz Conjecture I was in class at the junior college taking introduction to programming using the newest programming language C in 1991 and Pascal had just been replaced by C for the class.
 I fell deep in to the magic of all things that cycle like the famous 3x+1,x/2 Collatz Conjecture. 
 As time went on I discovered many things through my private efforts like there are infinite systems for 3x+y where Y is odd. 
 I also saw the series of systems where collatz fits in  I can understand all the systems and I know, without proof, that there are some strange dynamics in play in the true nature of whatever this reality is just by extending that series to the left and realizing that it can go negative. Negative Zero?  How strange indeed. It could be true for some point of reality but I simply keep the idea open in my mind.  I don&#039;t know exactly and it&#039;s okay for me to keep it open.
 I consider myself a successful man when it comes to my programming interests.  I have more ideas than I have days I am sure. I am a friend and a fan of the sciences and I have a wide range of interests. Naturally, as a hobby programmer, I have not specialized in any one discipline but I do really good with the data encoding these days.
 
 Moving forward to 2012.  
  My interests have found a focus with the problem to solve of the Million Digit Challenge.  I have been working on and around the file as a data set for many years.  
As a data set I understand it is trustworthy. As a trustworthy thing I measure other things against it and it is a good measure to work with.

 So why is there such bias and outright aggression towards the people working the Challenge? 
 Here is what I understand about the state of the art of data compression.
 Data compression as defined by Shannon is statistical in nature and by his own words there is a fork in the early road and Shannon lead us in one direction over the other and that modern data compression is currently travelling on that road.  
 Along the way many proofs and truths have been confirmed that relate and define many boundaries.  That is all good.  A wall is a wall after all.

 Yet all of these things fail to compress all files with the tools that have been developed and most of the advancements in the tools we use come in small increments and many in specialized efforts.
 Indeed there are many good craftsmen out there who have tools and skills to keep those advancements going and that is good. More power to ya friends!

 For myself I am not in the business.  I am simply an interested man who finds this Challenge a great tool and focus for my interests.
 The data set is trustworthy and the results of experiments are valid using it by the very statements of the data compression professionals of all times. 

 The bottom line is I really don&#039;t need this file to compress because in parallel I do my own thing in private.  I have more than one iron in the fire and it is my private business what discoveries I may be hiding from the rest of you. 
 So, why is it such a moral data compression sin to work this Challenge and why do smart people in comp.compression feel the need interfere and down right discriminate?

 Rest assured if I was not generating successes from the path I am following I would not be right here right now.  I would be doing a different thing on a different path somewhere else but I am having successes. Private success that keep me moving in the direction of finding that information I seek. Me Personally seek!  The answers I want.  I am not some data-compression-Jesus to hang on the Data Compression cross.

 My latest experience, being associated with the Million Digit Challenge, was to report the effect of Recursive Modulus as a factoring primitive. I assumed it was old news I had discovered yet no one seemed to know about it. 
 So, it turns out that I had seen factors in the stream while designing a hash code and it turns out that it can be considered a primitive recursive function of some class. It is possible I am the first to report it but I am fine with knowing who first wrote it down.

 So there is a private success anyone can see just as I assure you I have more private successes that are worth reporting.  
 
 Yet, what does it hurt to look for new ways and new understandings? Is it because someone may have disability?  Like Newton or Cantor?
 
 Conclusion :  

 There is nothing wrong with innovation and for every success there are untold numbers of failures in human history. 
 When it comes to data compression our understanding is incomplete since our understanding of what reality is, is incomplete.
 
 The moral of the story is every one dies and no one knows everything but it is often the fringe people that advance innovation like Newton or Cantor and many others.  
 
 So let people dream you data compression Thought Nazis&#039; 
Let those on the fringe take a shot at fringe things and stop the authoritarian tirade that wrestled control of comp.compression forum from the same over the years. 
 If we don&#039;t know everything then we can use all the help we can get even from fringe projects like compressing random data.
 If someone wants to invest part of their life trying and you simply are not a mind reader don&#039;t stand there telling them they are idiots and then play them on every idea they have like some molester.

 I am now taking the name calling and harassment personal after 10 years of efforts on understanding the nature of information come June 2012 and focusing on the million digit data set as a development tool since around 2003-2004 I believe.

 So learn to be a friend comp.compression because you have the opposite part down pat.

 However, if someone can prove to me that they will never die and that they know everything I will apologize sincerely.
 Other than that expect me to get as ugly as possible to protest the labels and comp.compression keep on closing threads to cover up the mess that you comp.compression make by being a biggot. 

 In short, let the fringe people give things a try and stop kicking them in the teeth for sharing news and interacting for friendship especially the need for social friendship part.  

 It is simply amazing that such a noble challenge is tuned into a psychotic-hustle in that forum. What the hell are they afraid of?

 Thank you Mark Nelson for a forum and a focus.

Ernst</description>
		<content:encoded><![CDATA[<p>Commentary on the Million Digit challenge and the stigma it has accrued in Comp.Compression</p>
<p> When I learned of the Collatz Conjecture I was in class at the junior college taking introduction to programming using the newest programming language C in 1991 and Pascal had just been replaced by C for the class.<br />
 I fell deep in to the magic of all things that cycle like the famous 3x+1,x/2 Collatz Conjecture.<br />
 As time went on I discovered many things through my private efforts like there are infinite systems for 3x+y where Y is odd.<br />
 I also saw the series of systems where collatz fits in  I can understand all the systems and I know, without proof, that there are some strange dynamics in play in the true nature of whatever this reality is just by extending that series to the left and realizing that it can go negative. Negative Zero?  How strange indeed. It could be true for some point of reality but I simply keep the idea open in my mind.  I don&#8217;t know exactly and it&#8217;s okay for me to keep it open.<br />
 I consider myself a successful man when it comes to my programming interests.  I have more ideas than I have days I am sure. I am a friend and a fan of the sciences and I have a wide range of interests. Naturally, as a hobby programmer, I have not specialized in any one discipline but I do really good with the data encoding these days.</p>
<p> Moving forward to 2012.<br />
  My interests have found a focus with the problem to solve of the Million Digit Challenge.  I have been working on and around the file as a data set for many years.<br />
As a data set I understand it is trustworthy. As a trustworthy thing I measure other things against it and it is a good measure to work with.</p>
<p> So why is there such bias and outright aggression towards the people working the Challenge?<br />
 Here is what I understand about the state of the art of data compression.<br />
 Data compression as defined by Shannon is statistical in nature and by his own words there is a fork in the early road and Shannon lead us in one direction over the other and that modern data compression is currently travelling on that road.<br />
 Along the way many proofs and truths have been confirmed that relate and define many boundaries.  That is all good.  A wall is a wall after all.</p>
<p> Yet all of these things fail to compress all files with the tools that have been developed and most of the advancements in the tools we use come in small increments and many in specialized efforts.<br />
 Indeed there are many good craftsmen out there who have tools and skills to keep those advancements going and that is good. More power to ya friends!</p>
<p> For myself I am not in the business.  I am simply an interested man who finds this Challenge a great tool and focus for my interests.<br />
 The data set is trustworthy and the results of experiments are valid using it by the very statements of the data compression professionals of all times. </p>
<p> The bottom line is I really don&#8217;t need this file to compress because in parallel I do my own thing in private.  I have more than one iron in the fire and it is my private business what discoveries I may be hiding from the rest of you.<br />
 So, why is it such a moral data compression sin to work this Challenge and why do smart people in comp.compression feel the need interfere and down right discriminate?</p>
<p> Rest assured if I was not generating successes from the path I am following I would not be right here right now.  I would be doing a different thing on a different path somewhere else but I am having successes. Private success that keep me moving in the direction of finding that information I seek. Me Personally seek!  The answers I want.  I am not some data-compression-Jesus to hang on the Data Compression cross.</p>
<p> My latest experience, being associated with the Million Digit Challenge, was to report the effect of Recursive Modulus as a factoring primitive. I assumed it was old news I had discovered yet no one seemed to know about it.<br />
 So, it turns out that I had seen factors in the stream while designing a hash code and it turns out that it can be considered a primitive recursive function of some class. It is possible I am the first to report it but I am fine with knowing who first wrote it down.</p>
<p> So there is a private success anyone can see just as I assure you I have more private successes that are worth reporting.  </p>
<p> Yet, what does it hurt to look for new ways and new understandings? Is it because someone may have disability?  Like Newton or Cantor?</p>
<p> Conclusion :  </p>
<p> There is nothing wrong with innovation and for every success there are untold numbers of failures in human history.<br />
 When it comes to data compression our understanding is incomplete since our understanding of what reality is, is incomplete.</p>
<p> The moral of the story is every one dies and no one knows everything but it is often the fringe people that advance innovation like Newton or Cantor and many others.  </p>
<p> So let people dream you data compression Thought Nazis&#8217;<br />
Let those on the fringe take a shot at fringe things and stop the authoritarian tirade that wrestled control of comp.compression forum from the same over the years.<br />
 If we don&#8217;t know everything then we can use all the help we can get even from fringe projects like compressing random data.<br />
 If someone wants to invest part of their life trying and you simply are not a mind reader don&#8217;t stand there telling them they are idiots and then play them on every idea they have like some molester.</p>
<p> I am now taking the name calling and harassment personal after 10 years of efforts on understanding the nature of information come June 2012 and focusing on the million digit data set as a development tool since around 2003-2004 I believe.</p>
<p> So learn to be a friend comp.compression because you have the opposite part down pat.</p>
<p> However, if someone can prove to me that they will never die and that they know everything I will apologize sincerely.<br />
 Other than that expect me to get as ugly as possible to protest the labels and comp.compression keep on closing threads to cover up the mess that you comp.compression make by being a biggot. </p>
<p> In short, let the fringe people give things a try and stop kicking them in the teeth for sharing news and interacting for friendship especially the need for social friendship part.  </p>
<p> It is simply amazing that such a noble challenge is tuned into a psychotic-hustle in that forum. What the hell are they afraid of?</p>
<p> Thank you Mark Nelson for a forum and a focus.</p>
<p>Ernst</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernst</title>
		<link>http://marknelson.us/2006/06/20/million-digit-challenge/comment-page-7/#comment-466947</link>
		<dc:creator>Ernst</dc:creator>
		<pubDate>Mon, 30 Jan 2012 17:56:19 +0000</pubDate>
		<guid isPermaLink="false">/2006/06/20/million-digit-challenge/#comment-466947</guid>
		<description>This factoring is interesting and I am happy I figured out what the recursive modulus was doing and I have code to work with if need be.
 I&#039;m still hoping to find reference to this method so if any one has seen recursive modulus method before let me know. I&#039;m sure it will make for interesting reading.

 That&#039;s enough for me on Recursive Modulus.  It works the way it works. Does what it does and has interesting mechanics. 

 I have it in my tool box. It is another aspect to consider.

 I hope others will share their discoveries like I did.  Makes for an interesting day.

Now back to work on what I was doing when I saw RM.

Good Luck Challenge people.</description>
		<content:encoded><![CDATA[<p>This factoring is interesting and I am happy I figured out what the recursive modulus was doing and I have code to work with if need be.<br />
 I&#8217;m still hoping to find reference to this method so if any one has seen recursive modulus method before let me know. I&#8217;m sure it will make for interesting reading.</p>
<p> That&#8217;s enough for me on Recursive Modulus.  It works the way it works. Does what it does and has interesting mechanics. </p>
<p> I have it in my tool box. It is another aspect to consider.</p>
<p> I hope others will share their discoveries like I did.  Makes for an interesting day.</p>
<p>Now back to work on what I was doing when I saw RM.</p>
<p>Good Luck Challenge people.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernst</title>
		<link>http://marknelson.us/2006/06/20/million-digit-challenge/comment-page-7/#comment-466332</link>
		<dc:creator>Ernst</dc:creator>
		<pubDate>Sun, 29 Jan 2012 00:20:49 +0000</pubDate>
		<guid isPermaLink="false">/2006/06/20/million-digit-challenge/#comment-466332</guid>
		<description>I am also running a search using recursive modulus.  I started the RM program I have just a minute ago.

Who will exit first?</description>
		<content:encoded><![CDATA[<p>I am also running a search using recursive modulus.  I started the RM program I have just a minute ago.</p>
<p>Who will exit first?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernst</title>
		<link>http://marknelson.us/2006/06/20/million-digit-challenge/comment-page-7/#comment-466330</link>
		<dc:creator>Ernst</dc:creator>
		<pubDate>Sat, 28 Jan 2012 23:56:48 +0000</pubDate>
		<guid isPermaLink="false">/2006/06/20/million-digit-challenge/#comment-466330</guid>
		<description>Well I found a bug in my program on factoring.  I am exploring factoring since I have never messed with it to any significant degree before.

 I wasn&#039;t checking for an end condition of the N being 1 after a factor is removed.  It&#039;s reasonable to find this errors after checking it out a while.

 So i fixed that. Also I was printing the current N before the factor was removed and so seeing a large value for N and no stop for N=1 I didn&#039;t see that there are only three factors.
 Now I am using GMP&#039;s function to check if this nearlly a million digit number is a composite probably prime or prime as thos are the three results that function will return.

 My question is, having never used this function before let alone on nearly a million digit number, how long does it take for a million digit number check?

 Dang.. feels like it&#039;s spinning wheels but I don&#039;t know.

Anyone?</description>
		<content:encoded><![CDATA[<p>Well I found a bug in my program on factoring.  I am exploring factoring since I have never messed with it to any significant degree before.</p>
<p> I wasn&#8217;t checking for an end condition of the N being 1 after a factor is removed.  It&#8217;s reasonable to find this errors after checking it out a while.</p>
<p> So i fixed that. Also I was printing the current N before the factor was removed and so seeing a large value for N and no stop for N=1 I didn&#8217;t see that there are only three factors.<br />
 Now I am using GMP&#8217;s function to check if this nearlly a million digit number is a composite probably prime or prime as thos are the three results that function will return.</p>
<p> My question is, having never used this function before let alone on nearly a million digit number, how long does it take for a million digit number check?</p>
<p> Dang.. feels like it&#8217;s spinning wheels but I don&#8217;t know.</p>
<p>Anyone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernst</title>
		<link>http://marknelson.us/2006/06/20/million-digit-challenge/comment-page-7/#comment-465986</link>
		<dc:creator>Ernst</dc:creator>
		<pubDate>Sat, 28 Jan 2012 02:42:32 +0000</pubDate>
		<guid isPermaLink="false">/2006/06/20/million-digit-challenge/#comment-465986</guid>
		<description>I&#039;m asking again has anyone factored Million Digit file.

I have a factor that is 175 pages of 10 point font in open office.

If no one has claimed that factoring I now do.

The factor ends in &quot;36579116120702356361444362876721627845529455567385497&quot; 

So I have three factors so far at last check.

 Alright then . Finally some headway on Million Digit file.
How exciting.</description>
		<content:encoded><![CDATA[<p>I&#8217;m asking again has anyone factored Million Digit file.</p>
<p>I have a factor that is 175 pages of 10 point font in open office.</p>
<p>If no one has claimed that factoring I now do.</p>
<p>The factor ends in &#8220;36579116120702356361444362876721627845529455567385497&#8243; </p>
<p>So I have three factors so far at last check.</p>
<p> Alright then . Finally some headway on Million Digit file.<br />
How exciting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernst</title>
		<link>http://marknelson.us/2006/06/20/million-digit-challenge/comment-page-7/#comment-465698</link>
		<dc:creator>Ernst</dc:creator>
		<pubDate>Fri, 27 Jan 2012 08:22:08 +0000</pubDate>
		<guid isPermaLink="false">/2006/06/20/million-digit-challenge/#comment-465698</guid>
		<description>If no one beats me to my own prize since I have been giving it away, I will factor this file soon.
 I hope to create a codec of factors and powers.  I hope that will satisfy this challenge.

 God Speed my friends...


Ernst</description>
		<content:encoded><![CDATA[<p>If no one beats me to my own prize since I have been giving it away, I will factor this file soon.<br />
 I hope to create a codec of factors and powers.  I hope that will satisfy this challenge.</p>
<p> God Speed my friends&#8230;</p>
<p>Ernst</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernst</title>
		<link>http://marknelson.us/2006/06/20/million-digit-challenge/comment-page-6/#comment-465196</link>
		<dc:creator>Ernst</dc:creator>
		<pubDate>Wed, 25 Jan 2012 14:39:43 +0000</pubDate>
		<guid isPermaLink="false">/2006/06/20/million-digit-challenge/#comment-465196</guid>
		<description>Update:

 I&#039;m sidetracked again. 

 Three days a go I discovered Recursive Modulus and I have been exploring Recursive Modulus to find factors of numbers.

 I started three copies of a simple program I wrote to find factors.  Each one is running the RSA 2048 data.

 I&#039;m guessing I could be waiting years or minutes more for a factor to show up.

 Ain&#039;t it something?  I get so many projects stacked up I feel like I need a staff.

Well, Sleepy time now that that program is running.  There is a thread in the Comp.compression group where I explain RM a bit.
 It looks like the world has one more way to find factors for numbers.
 I am interested in knowing if this Recursive Modulus was already known or if I discovered it,

Either way the RSA 2048 race is on.  Lets hope I get lucky.

Okay.. I need to calm down and get back to my data compression effort once again.
 I was reworking the Codec when I found the RM so I guess that answers that question I had.
 Still it will be really hard to get 1 selection out of 2million+ possible strings.
 I was worried when I was looking at the modulus stuff and I found a partial answer to my worry but, I think it could go either way.
Now that is okay as long as I can make it work for the Million Digit file. That is a possibility.
 But, there is no telling for a while more.   
I hope I have time for all this stuff.</description>
		<content:encoded><![CDATA[<p>Update:</p>
<p> I&#8217;m sidetracked again. </p>
<p> Three days a go I discovered Recursive Modulus and I have been exploring Recursive Modulus to find factors of numbers.</p>
<p> I started three copies of a simple program I wrote to find factors.  Each one is running the RSA 2048 data.</p>
<p> I&#8217;m guessing I could be waiting years or minutes more for a factor to show up.</p>
<p> Ain&#8217;t it something?  I get so many projects stacked up I feel like I need a staff.</p>
<p>Well, Sleepy time now that that program is running.  There is a thread in the Comp.compression group where I explain RM a bit.<br />
 It looks like the world has one more way to find factors for numbers.<br />
 I am interested in knowing if this Recursive Modulus was already known or if I discovered it,</p>
<p>Either way the RSA 2048 race is on.  Lets hope I get lucky.</p>
<p>Okay.. I need to calm down and get back to my data compression effort once again.<br />
 I was reworking the Codec when I found the RM so I guess that answers that question I had.<br />
 Still it will be really hard to get 1 selection out of 2million+ possible strings.<br />
 I was worried when I was looking at the modulus stuff and I found a partial answer to my worry but, I think it could go either way.<br />
Now that is okay as long as I can make it work for the Million Digit file. That is a possibility.<br />
 But, there is no telling for a while more.<br />
I hope I have time for all this stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernst</title>
		<link>http://marknelson.us/2006/06/20/million-digit-challenge/comment-page-6/#comment-464728</link>
		<dc:creator>Ernst</dc:creator>
		<pubDate>Mon, 23 Jan 2012 20:55:51 +0000</pubDate>
		<guid isPermaLink="false">/2006/06/20/million-digit-challenge/#comment-464728</guid>
		<description>Hey Guys,

I have a question.  Has Million Digit been factored?

 If so is the data available?</description>
		<content:encoded><![CDATA[<p>Hey Guys,</p>
<p>I have a question.  Has Million Digit been factored?</p>
<p> If so is the data available?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernst</title>
		<link>http://marknelson.us/2006/06/20/million-digit-challenge/comment-page-6/#comment-464024</link>
		<dc:creator>Ernst</dc:creator>
		<pubDate>Sun, 22 Jan 2012 06:10:11 +0000</pubDate>
		<guid isPermaLink="false">/2006/06/20/million-digit-challenge/#comment-464024</guid>
		<description>Hey,

 I am a fan of integer sequences.  I have an account on a database because I love it.

 So; Here, is an interesting sequence.. I&#039;m looking at the &quot;bigger world&quot; through the eyes of the above mentioned hash.

 Three dots means sequence before assumed.  Three dots after means sequence after assumed. You know, I cannot, post the whole thing so enjoy a snippit.

... 720,8,0,1,2,3,13,727,1021,1022,1023,0,19,733,21 ...

Interesting.</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p> I am a fan of integer sequences.  I have an account on a database because I love it.</p>
<p> So; Here, is an interesting sequence.. I&#8217;m looking at the &#8220;bigger world&#8221; through the eyes of the above mentioned hash.</p>
<p> Three dots means sequence before assumed.  Three dots after means sequence after assumed. You know, I cannot, post the whole thing so enjoy a snippit.</p>
<p>&#8230; 720,8,0,1,2,3,13,727,1021,1022,1023,0,19,733,21 &#8230;</p>
<p>Interesting.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

