Dominion Strategy Forum

Please login or register.

Login with username, password and session length
Pages: 1 ... 49 50 [51] 52 53 ... 201  All

Author Topic: Random Stuff  (Read 1170519 times)

0 Members and 5 Guests are viewing this topic.

sudgy

  • Cartographer
  • *****
  • Offline Offline
  • Posts: 3431
  • Shuffle iT Username: sudgy
  • It's pronounced "SOO-jee"
  • Respect: +2708
    • View Profile
Re: Random Stuff
« Reply #1250 on: November 28, 2013, 09:16:27 pm »
0

Well, if the conjecture is true, the sequence will always have numbers.  If it isn't true, at some point one of the numbers in the sequence would be equal to Infinity.  I would think that finding a pattern in the numbers would show that the sequence will never have Infinity as an entry, and it would mean that it's true.
Logged
If you're wondering what my avatar is, watch this.

Check out my logic puzzle blog!

   Quote from: sudgy on June 31, 2011, 11:47:46 pm

Tables

  • Margrave
  • *****
  • Offline Offline
  • Posts: 2817
  • Build more Bridges in the King's Court!
  • Respect: +3349
    • View Profile
Re: Random Stuff
« Reply #1251 on: November 28, 2013, 09:26:45 pm »
0

Hm, I think you have to be careful with that. For example, take the sequence generated by the formula 1/(x-20,000). Clearly this will have a pattern and obviously, a defining formula - but it fails/isn't defined/is infinite at 20,000. Now while we can see that clearly happens in this formula, but it could well be the case that the formula defining the pattern you're generating there is complex enough that working out if it's undefined/infinite at some points might be just as hard as solving the Collatz Conjecture itself.

Of course, if your formula can be generated by an equation of some form which can be proven to always output integers (or numbers, possibly, depending on what's necessary), then it works. But you can't assume that will happen.

Edit: Let's fix my formula since I derped.
« Last Edit: November 29, 2013, 08:03:50 am by Tables »
Logged
...spin-offs are still better for all of the previously cited reasons.
But not strictly better, because the spinoff can have a different cost than the expansion.

sudgy

  • Cartographer
  • *****
  • Offline Offline
  • Posts: 3431
  • Shuffle iT Username: sudgy
  • It's pronounced "SOO-jee"
  • Respect: +2708
    • View Profile
Re: Random Stuff
« Reply #1252 on: November 28, 2013, 09:58:35 pm »
0

And, that's why I didn't want to say why it was in the first place because now everybody gives up...

Also, FYI, the formula you said is undefined until it hits the square root of 20,000.
Logged
If you're wondering what my avatar is, watch this.

Check out my logic puzzle blog!

   Quote from: sudgy on June 31, 2011, 11:47:46 pm

scott_pilgrim

  • Saboteur
  • *****
  • Offline Offline
  • Posts: 1102
  • Respect: +2146
    • View Profile
Re: Random Stuff
« Reply #1253 on: November 28, 2013, 11:23:06 pm »
0

I wasn't wanting to say too much about it because the people who knew what it was would just find it preposterous to look for a pattern, but oh well.
And, that's why I didn't want to say why it was in the first place because now everybody gives up...

It's normal for people with mathematical minds to pretend from time to time that the simple, unsolved problems of mathematics are within their grasp.  If enough people keep pretending that, those problems won't stay unsolved forever.

If you remind me in ~a week and a half when I am no longer panicking over my thesis, I may look through/run tests on the numbers more carefully and see if I can find anything.
Logged

heron

  • Saboteur
  • *****
  • Offline Offline
  • Posts: 1055
  • Shuffle iT Username: heron
  • Respect: +1185
    • View Profile
Re: Random Stuff
« Reply #1254 on: November 28, 2013, 11:51:50 pm »
+6

Well, even sudgy doesn't expect their to be a pattern. He posted it in random stuff after all.
Logged

sudgy

  • Cartographer
  • *****
  • Offline Offline
  • Posts: 3431
  • Shuffle iT Username: sudgy
  • It's pronounced "SOO-jee"
  • Respect: +2708
    • View Profile
Re: Random Stuff
« Reply #1255 on: November 29, 2013, 12:54:38 am »
0

I wasn't wanting to say too much about it because the people who knew what it was would just find it preposterous to look for a pattern, but oh well.
And, that's why I didn't want to say why it was in the first place because now everybody gives up...

It's normal for people with mathematical minds to pretend from time to time that the simple, unsolved problems of mathematics are within their grasp.  If enough people keep pretending that, those problems won't stay unsolved forever.

I was just doing a whole bunch of random stuff and saw how much organization there was with that list, and was curious if there was a pattern.
Logged
If you're wondering what my avatar is, watch this.

Check out my logic puzzle blog!

   Quote from: sudgy on June 31, 2011, 11:47:46 pm

WalrusMcFishSr

  • Minion
  • *****
  • Offline Offline
  • Posts: 642
  • An enormous walrus the size of Antarctica
  • Respect: +1793
    • View Profile
Re: Random Stuff
« Reply #1256 on: November 29, 2013, 12:59:39 am »
0

How exactly did you generate that sequence sudgy? It might be helpful to know, as much fun as it is to play numerical Zendo haha
Logged
My Dominion videos: http://www.youtube.com/user/WalrusMcFishSr   <---Bet you can't click on that!

sudgy

  • Cartographer
  • *****
  • Offline Offline
  • Posts: 3431
  • Shuffle iT Username: sudgy
  • It's pronounced "SOO-jee"
  • Respect: +2708
    • View Profile
Re: Random Stuff
« Reply #1257 on: November 29, 2013, 01:12:50 am »
+1

This is the number of iterations (I think that's a correct usage of the word?) needed for each of these numbers to reach one:

1: 1
2: 2
3: 8
4: 3
5: 6
6: 9
7: 17
8: 4
9: 20
10: 7
11: 15
12: 10
13: 10
14: 18
15: 18
...

If all odd numbers reach one, all even ones do too.  If we have a large list of what we know reaches one, all the even numbers up to twice as big as the highest number we know also reach one.  So if we can find a pattern in how much difference there is from an even number to the next odd number, that means we can keep using that to get all natural numbers.  The difference from each even number to the next odd number is this:

(actually, now I see why my program left out the one, I was thinking you should 1->2 also :P)

8 - 2 = 6
6 - 3 = 3
17 - 9 = 8
20 - 4 = 16
15 - 7 = 8
10 - 10 = 0
18 - 18 = 0
...

And that's the sequence.
Logged
If you're wondering what my avatar is, watch this.

Check out my logic puzzle blog!

   Quote from: sudgy on June 31, 2011, 11:47:46 pm

qmech

  • Torturer
  • *****
  • Offline Offline
  • Posts: 1918
  • Shuffle iT Username: qmech
  • What year is it?
  • Respect: +2320
    • View Profile
Re: Random Stuff
« Reply #1258 on: November 29, 2013, 04:15:02 am »
0


On the topic of xkcd and games (especially cookie clicker): http://castle.chirpingmustard.com

I'm not entirely sure what's happening yet, but this is brilliant:

Quote
Math.ceil(Math.PI) castles
196 sand of 377 needed
0 sand/mNP
Logged

Tables

  • Margrave
  • *****
  • Offline Offline
  • Posts: 2817
  • Build more Bridges in the King's Court!
  • Respect: +3349
    • View Profile
Re: Random Stuff
« Reply #1259 on: November 29, 2013, 08:09:14 am »
0

I still don't understand what your sequence is doing... in particular can you clarify this?

"So if we can find a pattern in how much difference there is from an even number to the next odd number, that means we can keep using that to get all natural numbers.  The difference from each even number to the next odd number is this"
Logged
...spin-offs are still better for all of the previously cited reasons.
But not strictly better, because the spinoff can have a different cost than the expansion.

Kirian

  • Adventurer
  • ******
  • Offline Offline
  • Posts: 7096
  • Shuffle iT Username: Kirian
  • An Unbalanced Equation
  • Respect: +9415
    • View Profile
Re: Random Stuff
« Reply #1260 on: November 29, 2013, 08:28:43 am »
0

I still don't understand what your sequence is doing... in particular can you clarify this?

"So if we can find a pattern in how much difference there is from an even number to the next odd number, that means we can keep using that to get all natural numbers.  The difference from each even number to the next odd number is this"

I think what he's saying is that the proposition "it is possible to predict the next number in this sequence" is equivalent to the Collatz conjecture.
Logged
Kirian's Law of f.DS jokes:  Any sufficiently unexplained joke is indistinguishable from serious conversation.

sudgy

  • Cartographer
  • *****
  • Offline Offline
  • Posts: 3431
  • Shuffle iT Username: sudgy
  • It's pronounced "SOO-jee"
  • Respect: +2708
    • View Profile
Re: Random Stuff
« Reply #1261 on: November 29, 2013, 12:38:14 pm »
0

Say we know that these numbers reach one (which we do):

1, 2, 3, 4, 5, 6, 7, 8, 9, 10

Now, obviously, double all these numbers reach one two, so we know:

1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 16, 18, 20 (and more doubles)

If we can figure out a way to find out how the next odd number reaches one (through iterations), then we can fill in the odd numbers:

1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20

Now we can double these...etc.

There could be easier ways, but that sequence that I made just looks so uniform that I feel it has to have something...

I still don't understand what your sequence is doing... in particular can you clarify this?

"So if we can find a pattern in how much difference there is from an even number to the next odd number, that means we can keep using that to get all natural numbers.  The difference from each even number to the next odd number is this"

The first sentence I just explained earlier in this post, and the second sentence is leading up to the sequence which I say right afterwards.
Logged
If you're wondering what my avatar is, watch this.

Check out my logic puzzle blog!

   Quote from: sudgy on June 31, 2011, 11:47:46 pm

Thisisnotasmile

  • Saboteur
  • *****
  • Offline Offline
  • Posts: 1493
  • Respect: +676
    • View Profile
Re: Random Stuff
« Reply #1262 on: November 29, 2013, 01:15:02 pm »
0

There could be easier ways, but that sequence that I made just looks so uniform that I feel it has to have something...

The frequency of digits in pi are pretty uniform after you go so far, but that doesn't mean there's a pattern.
Logged

WalrusMcFishSr

  • Minion
  • *****
  • Offline Offline
  • Posts: 642
  • An enormous walrus the size of Antarctica
  • Respect: +1793
    • View Profile
Re: Random Stuff
« Reply #1263 on: November 30, 2013, 11:02:17 pm »
0

I know Cookie Clicker is totes passe by now, but I left it running all week, and upon my return just now, I popped my wrinklers for 250 quadrillion* EACH. Dwarfed by some of your empires no doubt but it sure felt good.



*250 billiard in Ozle units
Logged
My Dominion videos: http://www.youtube.com/user/WalrusMcFishSr   <---Bet you can't click on that!

Archetype

  • Jester
  • *****
  • Offline Offline
  • Posts: 992
  • Suffers from Fancy Play Syndrom
  • Respect: +690
    • View Profile
Re: Random Stuff
« Reply #1264 on: December 01, 2013, 01:31:47 am »
+1

I've finally figured out how to use Inspect Element and I'm having way too much fun with it.
Logged

WalrusMcFishSr

  • Minion
  • *****
  • Offline Offline
  • Posts: 642
  • An enormous walrus the size of Antarctica
  • Respect: +1793
    • View Profile
Re: Random Stuff
« Reply #1265 on: December 01, 2013, 04:54:28 am »
0

Here's a crazy function. It's defined for these values:

f(0) = 6
f(1) = 2
f(2) = 5
f(3) = 5
f(4) = 4
f(5) = 5
f(6) = 6
f(7) = 3
f(8) = 7
f(9) = 6

What's up with this cah-razy function?

Here's another one in a similar vein. It is well-defined for numbers from 1 to at least 89.

g(1) = 1
g(2) = 2
g(3) = 3
g(4) = 3
g(5) = 2
g(6) = 3
g(7) = 4
g(8) = 5
g(9) = 3
g(10) = 2
g(11) = 3
g(12) = 4
g(13) = 5
g(14) = 5
g(15) = 4
g(16) = 5
g(17) = 6
g(18) = 7
g(19) = 5
g(20) = 4
g(21) = 5
g(22) = 6
g(23) = 7
g(24) = 7
g(25) = 6
g(26) = 7
g(27) = 8
g(28) = 9
g(29) = 7
g(30) = 6
g(31) = 7
g(32) = 8
g(33) = 9
g(34) = 9
g(35) = 8
g(36) = 9
g(37) = 10
g(38) = 11
g(39) = 9
g(40) = 4
g(41) = 5
g(42) = 6
g(43) = 7
g(44) = 7
g(45) = 6
g(46) = 7
g(47) = 8
g(48) = 9
g(49) = 7
g(50) = 2
...
Logged
My Dominion videos: http://www.youtube.com/user/WalrusMcFishSr   <---Bet you can't click on that!

WalrusMcFishSr

  • Minion
  • *****
  • Offline Offline
  • Posts: 642
  • An enormous walrus the size of Antarctica
  • Respect: +1793
    • View Profile
Re: Random Stuff
« Reply #1266 on: December 01, 2013, 04:55:10 am »
+9

That's not an error. Cool smileys are part of the domain.
Logged
My Dominion videos: http://www.youtube.com/user/WalrusMcFishSr   <---Bet you can't click on that!

qmech

  • Torturer
  • *****
  • Offline Offline
  • Posts: 1918
  • Shuffle iT Username: qmech
  • What year is it?
  • Respect: +2320
    • View Profile
Re: Random Stuff
« Reply #1267 on: December 01, 2013, 08:25:28 am »
0

Cool smileys have certainly been part of the domain of discourse.
Logged

SirPeebles

  • Cartographer
  • *****
  • Offline Offline
  • Posts: 3249
  • Respect: +5460
    • View Profile
Re: Random Stuff
« Reply #1268 on: December 01, 2013, 12:57:27 pm »
+4

That's not an error. Cool smileys are part of the domain.

He's the shaded portion of the domain.
Logged
Well you *do* need a signature...

SirPeebles

  • Cartographer
  • *****
  • Offline Offline
  • Posts: 3249
  • Respect: +5460
    • View Profile
Re: Random Stuff
« Reply #1269 on: December 02, 2013, 08:30:14 am »
0

Finally hit 1 trillion cookies per second, although I already had the achievement from the olden days when Elder Frenzy triggered it.

Just hit 2 trillion cookies per second.  I started playing on October 13, so my first trillion took 29 days, and my second trillion took 21 days.

Logged
Well you *do* need a signature...

AHoppy

  • Jester
  • *****
  • Offline Offline
  • Posts: 978
  • Respect: +529
    • View Profile
Re: Random Stuff
« Reply #1270 on: December 02, 2013, 11:04:00 am »
+5

As of today: I have a handlebar moustache

SirPeebles

  • Cartographer
  • *****
  • Offline Offline
  • Posts: 3249
  • Respect: +5460
    • View Profile
Re: Random Stuff
« Reply #1271 on: December 02, 2013, 12:46:05 pm »
0

As of today: I have a handlebar moustache

Shave off your no-shave November beard?
Logged
Well you *do* need a signature...

AHoppy

  • Jester
  • *****
  • Offline Offline
  • Posts: 978
  • Respect: +529
    • View Profile
Re: Random Stuff
« Reply #1272 on: December 02, 2013, 01:38:00 pm »
0

As of today: I have a handlebar moustache

Shave off your no-shave November beard?
Well, I started back in October, so it had been going for 2 months.  But basically yes :P

eHalcyon

  • Adventurer
  • ******
  • Offline Offline
  • Posts: 8689
  • Respect: +9187
    • View Profile
Re: Random Stuff
« Reply #1273 on: December 02, 2013, 06:43:00 pm »
+5


Logged

liopoil

  • Margrave
  • *****
  • Offline Offline
  • Posts: 2587
  • Respect: +2479
    • View Profile
Re: Random Stuff
« Reply #1274 on: December 02, 2013, 09:02:16 pm »
+5

seems like this thread just keeps coming back to fractals :P
Logged
Pages: 1 ... 49 50 [51] 52 53 ... 201  All
 

Page created in 1.882 seconds with 21 queries.