<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Math problem</title>
	<link>http://ask.metafilter.com/25201/Math-problem/</link>
	<description>Comments on Ask MetaFilter post Math problem</description>
	<pubDate>Sat, 08 Oct 2005 11:20:29 -0800</pubDate>
	<lastBuildDate>Sat, 08 Oct 2005 11:20:29 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Math problem</title>
		<link>http://ask.metafilter.com/25201/Math-problem</link>	
		<description>A crystal consists of 100,000,000 layers of atoms such that there is 1 atom in the first layer, 3 in the second, 6 in the third, 10 in the fourth, 15 in the fifth, and so forth. Exactly how many atoms are there in the entire crystal? &lt;br /&gt;&lt;br /&gt; Computer-aided solutions are not helpful (post them anyway, If you want to show off, I don&apos;t really give a damn). There&apos;s gotta be a way to solve this by hand (without using super-fancy-math-shit), right? What is it?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2005:site.25201</guid>
		<pubDate>Sat, 08 Oct 2005 11:04:42 -0800</pubDate>
		<dc:creator>Kwantsar</dc:creator>
		
			<category>puzzle</category>
		
			<category>quiz</category>
		
			<category>mindbender</category>
		
			<category>expansion</category>
		
			<category>math</category>
		
			<category>mathmatics</category>
		
			<category>maths</category>
		
	</item> <item>
		<title>By: vacapinta</title>
		<link>http://ask.metafilter.com/25201/Math-problem#398596</link>	
		<description>This series is known as the triangular numbers. The sum of any N triangular numbers produces a new series known as the tetrahedral numbers. Anyways, you want the nth tetrahedral number where N=10^8&lt;br&gt;
&lt;br&gt;
S=(n)(n+1)(n+2)/6&lt;br&gt;
&lt;br&gt;
which is about 10^23 if im not mistaken.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.25201-398596</guid>
		<pubDate>Sat, 08 Oct 2005 11:20:29 -0800</pubDate>
		<dc:creator>vacapinta</dc:creator>
	</item><item>
		<title>By: Kwantsar</title>
		<link>http://ask.metafilter.com/25201/Math-problem#398600</link>	
		<description>Awesomeness.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.25201-398600</guid>
		<pubDate>Sat, 08 Oct 2005 11:27:02 -0800</pubDate>
		<dc:creator>Kwantsar</dc:creator>
	</item><item>
		<title>By: RichardP</title>
		<link>http://ask.metafilter.com/25201/Math-problem#398604</link>	
		<description>Assuming you intend the sequence defined by:&lt;blockquote&gt;a&lt;sub&gt;0&lt;/sub&gt; = 0&lt;br&gt;
a&lt;sub&gt;n&lt;/sub&gt; = a&lt;sub&gt;n-1&lt;/sub&gt; + n&lt;/blockquote&gt;We can solve for the generator, and get:&lt;blockquote&gt;a&lt;sub&gt;n&lt;/sub&gt; = n(n+1)/2&lt;/blockquote&gt;Next, we want to find the generator for:&lt;blockquote&gt;b&lt;sub&gt;0&lt;/sub&gt; = a&lt;sub&gt;0&lt;/sub&gt;&lt;br&gt;
b&lt;sub&gt;n&lt;/sub&gt; = b&lt;sub&gt;n-1&lt;/sub&gt; + a&lt;sub&gt;n&lt;/sub&gt;&lt;/blockquote&gt;Solving, we get:&lt;blockquote&gt;b&lt;sub&gt;n&lt;/sub&gt; = (n+1)(n+2)(n+3)/6&lt;/blockquote&gt;Plugging in 100,000,000 for n, we get:&lt;blockquote&gt;100000001*100000002*100000003/6&lt;/blockquote&gt;which is...&lt;blockquote&gt;166666676666666850000001 atoms&lt;/blockquote&gt;No computer aided solutions or fancy math shit needed.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.25201-398604</guid>
		<pubDate>Sat, 08 Oct 2005 11:32:53 -0800</pubDate>
		<dc:creator>RichardP</dc:creator>
	</item><item>
		<title>By: Kwantsar</title>
		<link>http://ask.metafilter.com/25201/Math-problem#398606</link>	
		<description>More awesomeness.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.25201-398606</guid>
		<pubDate>Sat, 08 Oct 2005 11:34:21 -0800</pubDate>
		<dc:creator>Kwantsar</dc:creator>
	</item><item>
		<title>By: RichardP</title>
		<link>http://ask.metafilter.com/25201/Math-problem#398608</link>	
		<description>Oops, that last bit should have been as follows:&lt;br&gt;
&lt;br&gt;
Solving, we get:&lt;blockquote&gt;b&lt;sub&gt;n&lt;/sub&gt; = n(n+1)(n+2)/6&lt;/blockquote&gt;Plugging in 100,000,000 for n, we get:&lt;blockquote&gt;100000000*100000001*100000002/6&lt;/blockquote&gt;which is...&lt;br&gt;
&lt;blockquote&gt;166666671666666700000000 atoms &lt;/blockquote&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.25201-398608</guid>
		<pubDate>Sat, 08 Oct 2005 11:37:31 -0800</pubDate>
		<dc:creator>RichardP</dc:creator>
	</item><item>
		<title>By: shmegegge</title>
		<link>http://ask.metafilter.com/25201/Math-problem#398634</link>	
		<description>i know this isn&apos;t a solution, but i love this askme question, and kwantsar&apos;s replies to the excellent answers he&apos;s gotten.  sorry for the derail.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.25201-398634</guid>
		<pubDate>Sat, 08 Oct 2005 12:29:58 -0800</pubDate>
		<dc:creator>shmegegge</dc:creator>
	</item><item>
		<title>By: notsnot</title>
		<link>http://ask.metafilter.com/25201/Math-problem#398740</link>	
		<description>how&apos;d you get from the definition of bn = bn-1 + an thru to &quot;solving...&quot;?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.25201-398740</guid>
		<pubDate>Sat, 08 Oct 2005 15:21:15 -0800</pubDate>
		<dc:creator>notsnot</dc:creator>
	</item><item>
		<title>By: gleuschk</title>
		<link>http://ask.metafilter.com/25201/Math-problem#399182</link>	
		<description>This may not be what RichardP did, but here&apos;s one way to go: rewrite it as &lt;br&gt;
b&lt;sub&gt;n&lt;/sub&gt; = &#931;&lt;/big&gt;&lt;/big&gt;&lt;sub&gt;0..n&lt;/sub&gt; k(k+1)/2.&lt;br&gt;
&lt;br&gt;
Then break up the interior and use standard summation formulas: the sum of the first n integers is n(n+1)/2 (already used above) and the sum of the first n squares is n(n+1)(2n+1)/6.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.25201-399182</guid>
		<pubDate>Sun, 09 Oct 2005 14:02:44 -0800</pubDate>
		<dc:creator>gleuschk</dc:creator>
	</item>
	</channel>
</rss>
