Page 2 of 2
Re: Problem 167
Posted: Wed Jul 09, 2008 4:42 pm
by stijn263
No, it's not. You're not extremely far off though..
Re: Problem 167
Posted: Wed Jul 09, 2008 5:24 pm
by LarryC
Thanks; just fixed it. Not often I'm two out!

Re: Problem 167
Posted: Wed Jul 09, 2008 6:53 pm
by LarryC
I must be going mad here! Does n=8 render ?????????? like I get? Sorry to ask for all these confirmations!
Thanks,
Lster
Re: Problem 167
Posted: Wed Jul 09, 2008 7:17 pm
by stijn263
No, it's not.
Re: Problem 167
Posted: Wed Jul 09, 2008 7:20 pm
by LarryC
With some change... Is it
be it right or not, I deleted it (hk)? Man, this one is driving me mad!

Re: Problem 167
Posted: Wed Jul 09, 2008 7:27 pm
by Tommy137
You're not trying to get the values for all n here, right?

Re: Problem 167
Posted: Wed Jul 09, 2008 7:35 pm
by LarryC
No. But these are my questioned values. I wouldn't be able to guess in a million years...

Re: Problem 167
Posted: Wed Jul 09, 2008 7:49 pm
by LarryC
be it right or not, I deleted it (hk)
I can't really see what harm it would do, but that's fine. I'll figure it out on my own.
Re: Problem 167
Posted: Sat Jul 04, 2009 12:00 pm
by zwuupeape
I found the pattern (although I have no idea why it works). It's fine for some values of n, not for others. Is there a pattern in the patterns? some n's are far more difficult than others, obviously - but how much more difficult? Are there many people who solved it for some n but not others?
Out of curiosity - can anyone solve this for U(2,25)? U(2,101)? U(2,1001)?
Thanks.
Re: Problem 167
Posted: Mon Jul 06, 2009 4:06 pm
by Assato
U(2,25) is calculated in the thread... the others are probably too big (101 might be feasible, I'll try later on when I get to my computer).
Re: Problem 167
Posted: Mon Jul 06, 2009 7:13 pm
by quilan
zwuupeape wrote:I found the pattern (although I have no idea why it works). It's fine for some values of n, not for others. Is there a pattern in the patterns? some n's are far more difficult than others, obviously - but how much more difficult? Are there many people who solved it for some n but not others?
Out of curiosity - can anyone solve this for U(2,25)? U(2,101)? U(2,1001)?
Thanks.
Yeah, I just re-checked my code from the thread. U(2,25) is easy and is done in thread, but U(2,101) and up are prohibitively expensive (at least with my Python code). Actually, my computer gave me a memory error once it got to U(2,33). So yeah... not happening.
Re: Problem 167
Posted: Sun May 17, 2015 8:12 am
by scientes
k=10^11-1
======================
U(2,5)[k]= <snipped by modrator>
U(2,7)[k]= <snipped by modrator>
=====================
Is it true ?
Re: Problem 167
Posted: Mon Sep 30, 2024 8:19 am
by thedoctar
I have a bit of spare time on my hands so came back to PE.
First welcome-back problem, what a doozy! Congrats to those who made this problem.
I was stuck for hours on an edge-case in my code. Really well-designed problem!