Author | Message | Time |
---|---|---|
CrAzY | This is all out of my head, I swear 3.1415926535897923282646233832795028841971 Took me 5 mins to memorize it that far. 8) Love having a numberical memory. Works good for all numbers ;) | December 5, 2003, 8:45 PM |
Yoni | CrAzY's memory on the top, real value of Pi to 40 digits after the decimal on the bottom. 3.14159265358979[color=red]232[/color]8[color=red]2[/color]6[color=red]4[/color]6[color=red]2[/color]33832795028841971 3.14159265358979[color=red]323[/color]8[color=red]4[/color]6[color=red]2[/color]6[color=red]4[/color]33832795028841971 The 6 different digits are in red. This provides a little insight about how human memory works. Edit: Red > bold. | December 5, 2003, 10:09 PM |
iago | I know: 3.14159265358.... (and that's just from the simpsons) 1+1+3 is 5, here are the letters that make up pie, 3.14159265358..[trails off] | December 5, 2003, 10:36 PM |
Adron | So, the conclusion then is never to trust CrAzY's numberical memory! | December 6, 2003, 12:12 AM |
iago | At least we know he wasn't lying :) | December 6, 2003, 1:37 AM |
Grok | 1101000011101000110000101001110 is hard. | December 8, 2003, 5:08 PM |
iago | "Pi is exactly 3!" *gasps from everybody* "Sorry it had to come to that" | December 8, 2003, 5:40 PM |
Spht | [quote author=Grok link=board=36;threadid=4092;start=0#msg34284 date=1070903325] 1101000011101000110000101001110 is hard. [/quote] *1101000011101000110000101001101 | December 8, 2003, 6:59 PM |
Grok | [quote author=Spht link=board=36;threadid=4092;start=0#msg34304 date=1070909985] [quote author=Grok link=board=36;threadid=4092;start=0#msg34284 date=1070903325] 1101000011101000110000101001110 is hard. [/quote] *1101000011101000110000101001101 [/quote] See! | December 8, 2003, 11:29 PM |
Spht | Ah. | December 9, 2003, 12:32 AM |
UserLoser. | <song> pi pi pi, 3 point 14159 pi pi pi, 5892653159 </song> or something like that | December 9, 2003, 1:41 AM |
SNiFFeR | [quote author=UserLoser. link=board=36;threadid=4092;start=0#msg34392 date=1070934105] <song> pi pi pi, 3 point 14159 pi pi pi, 5892653159 </song> or something like that [/quote] lol yeah something like that | December 9, 2003, 2:02 AM |
Soul Taker | [quote author=iago link=board=36;threadid=4092;start=0#msg33861 date=1070663813] I know: 3.14159265358.... (and that's just from the simpsons) 1+1+3 is 5, here are the letters that make up pie, 3.14159265358..[trails off] [/quote] You have a pie made of letters? What's that taste like :P | December 12, 2003, 10:11 AM |
Telos | Better late than never the methods for finding pi [and variants] are as interesting as the number like this for example [code] 1/pi = ( ( 2 * (2) ^ (1/2) ) / 9801 ) Sum( ( (4n)! / (n!) ^ 4 ) * ( ( 1103 + 26390n ) / (4 * 99) ^ (4n) ), n, 0, infinite ) courtesy of Ramanujan (pi ^ 3) / 8 = Integral( ( ( log x ) ^ 2 ) / ( 1 + x ^ 2 ) dx, 0, infinite ) [/code] or relationships like [code] pi / 4 = 1 - 1/3 + 1/5 - 1/7 + 1/9 - ... [/code] [Forum needs MathML] | December 15, 2003, 7:10 PM |
Grok | Because people can't parse without XML? | December 15, 2003, 8:15 PM |
Telos | No because it is difficult to appreciate the aesthetic value of an expression without seeing it in a more symbolic form. | December 15, 2003, 8:31 PM |