A Piece of Pi challenge

Post Reply
DaymItzJack
Posts: 106
Joined: Thu Oct 29, 2009 9:21 pm

A Piece of Pi challenge

Post by DaymItzJack »

I'm pretty sure I'm doing this one correctly and I got the position it's on but it's not accepting it. I've tried all the numbers around the number I thought it was too (in case I was off by one or so). Am I reading the challenge wrong or do you think my text file of pi is wrong?
OvO
Posts: 11
Joined: Fri Mar 19, 2010 10:18 pm

Post by OvO »

there are no dots in the number (e.g. 123.32123'th number).
too big hint?
Masti6
Posts: 55
Joined: Sat May 15, 2010 12:04 pm
Location: Finland, Nurmes

Post by Masti6 »

Okay, I got as long Pi as I could, but couldn't find the "12345678" even once in the whole pi.
Is that a trick question or...
User avatar
CodeX
Posts: 350
Joined: Fri Oct 17, 2008 5:28 pm

Post by CodeX »

Funnily enough I've got Pi lying around on a shell to 100,000,000 places in text form (somewhat overkill) here, you shouldn't try to open it in your browser as its 100MB (95+MiB) but you can "Save As" the link.
samael84
Posts: 2
Joined: Sun Nov 09, 2008 2:47 pm

Post by samael84 »

Got the same problem as masti.I found a lot of sides which offered pi to the digit x.trillionbut i could not find the string.1234 is no prob and 12345.Can anyone who did the quest offer me his list.I don't know which one to use ^^° @ wolframalpha.com there is only a image of the digits and i believe the pi-string is too short.
DamaTeq
Posts: 8
Joined: Tue Feb 01, 2011 7:40 pm

Post by DamaTeq »

I didn't use a list or something... hope that helps ;)
Masti6
Posts: 55
Joined: Sat May 15, 2010 12:04 pm
Location: Finland, Nurmes

Post by Masti6 »

Bumping this topic as I'm visiting this site once again for a long time.
I'm using Python to count the Pi to as far as my processor can take it, but still no luck.
Even if I could find the string in the Pi I don't know how to determine the spot it's at in the Pi.
If anyone could send me a PM with an example code of finding a specified string within a string and return the index of the specified string as a decimal.
That would help a lot!
Thanks in advance!
User avatar
CodeX
Posts: 350
Joined: Fri Oct 17, 2008 5:28 pm

Post by CodeX »

Isn't that half the challenge, to figure these things out?
moby
Posts: 1
Joined: Mon Aug 09, 2010 6:26 pm

Post by moby »

Pleas Guys i've tried 100'000'000 digit :cry:

is there a trick or i am not there yet or did i made a mistake :?:
rmplpmpl
Posts: 113
Joined: Sun Oct 26, 2008 10:38 am
Location: Germany

Post by rmplpmpl »

moby wrote:Pleas Guys i've tried 100'000'000 digit :cry:

is there a trick or i am not there yet or did i made a mistake :?:
Go on :)
User avatar
iorange
Posts: 3
Joined: Fri Apr 06, 2012 2:55 pm
Contact:

Post by iorange »

If you cant's find the answer, please try to get 200,000,000 of pi... 100,000,000 is truly not enough :D
Post Reply