Author Topic: Similarities between numbers  (Read 973 times)

0 Members and 1 Guest are viewing this topic.

Offline SBTlauien

  • Disciple
  • ***
  • Posts: 454
  • ส็็็็็็็็็.ส็็็็็็็็็.ส็็็็็็็็็
    • View Profile
Similarities between numbers
« on: September 07, 2014, 07:42:14 am »
Are there any programs that will let me enter in a bunch of sets of numbers, in order, and then give me some type of mathematical algorithm that sets the numbers?  Or maybe enter in the numbers, along with another number for each number(in sets of two), and then the program finds out how the two numbers are related.

Some type of "code solving" program.

Offline Σ

  • Arch Disciple
  • ***
  • Posts: 586
  • Übermensch
    • View Profile
Re: Similarities between numbers
« Reply #1 on: September 07, 2014, 04:47:57 pm »
What kind of links are you looking for between numbers? Also what kind of numbers/number sets are you using?

You should be able to make a relatively simple program for this project but you would need to know the exact algorithm you want to run.
tl;dr: idealism will not un-rape you.

Offline SBTlauien

  • Disciple
  • ***
  • Posts: 454
  • ส็็็็็็็็็.ส็็็็็็็็็.ส็็็็็็็็็
    • View Profile
Re: Similarities between numbers
« Reply #2 on: September 07, 2014, 11:08:29 pm »
Really, anything.  In fact, there may not even be a similarity.  I'll post some when I'm on my PC.

Offline SBTlauien

  • Disciple
  • ***
  • Posts: 454
  • ส็็็็็็็็็.ส็็็็็็็็็.ส็็็็็็็็็
    • View Profile
Re: Similarities between numbers
« Reply #3 on: September 09, 2014, 06:05:01 am »
Right here are some.  The number that gradually increases in on top, and the number I want is below it.  How can I find out what the 6th one would be?

01029012185029
11723624461950362

01029012185030
11719990967109138

01029012185031
11610159703845256

01029012185032
11917606655654951

01029012185033
11195004075476952

01029012185034
?????????????????

Offline Lanny

  • Zealot
  • ****
  • Posts: 1,123
    • View Profile
Re: Similarities between numbers
« Reply #4 on: September 09, 2014, 06:57:35 pm »
Do the numbers mean anything? Does finding an approximate relationship help at all? It seems like you could find an approximate correlation function by genetically composing some basic set of arithmetic operations. There's probably some actual literature on this out there somewhere.

Offline SBTlauien

  • Disciple
  • ***
  • Posts: 454
  • ส็็็็็็็็็.ส็็็็็็็็็.ส็็็็็็็็็
    • View Profile
Re: Similarities between numbers
« Reply #5 on: September 09, 2014, 09:25:15 pm »
Do the numbers mean anything? Does finding an approximate relationship help at all?

I believe so, and yes.  The first number is the one that I can get.  I can get the second number in most cases, but I want to find out how it's generated(if it's even generated using the first number.  I believe so).

I know the first numbers are in order, as you can see.  It's the second number that I'm interested in.  I think there's some special hash that uses the first number, to find the second number.

However, there may not be a relationship between the first number and second number.  In this case, I still want to find out how to calculate out the next number.

Offline Lanny

  • Zealot
  • ****
  • Posts: 1,123
    • View Profile
Re: Similarities between numbers
« Reply #6 on: September 09, 2014, 09:57:30 pm »
.
« Last Edit: September 10, 2014, 01:45:39 pm by Lanny »

Offline SBTlauien

  • Disciple
  • ***
  • Posts: 454
  • ส็็็็็็็็็.ส็็็็็็็็็.ส็็็็็็็็็
    • View Profile
Re: Similarities between numbers
« Reply #7 on: September 10, 2014, 04:00:25 am »
One thing that stands out is that they all start with 11.  That must mean something.  They also all have the same amount of digits.  They are all positive as well.

I had thought that there was a program that could solve this.  I wouldn't know where to begin if I wrote my own.  It would have to be set up to try different algorithms rapidly.

Maybe thier just serial numbers though...

Offline SBTlauien

  • Disciple
  • ***
  • Posts: 454
  • ส็็็็็็็็็.ส็็็็็็็็็.ส็็็็็็็็็
    • View Profile
Re: Similarities between numbers
« Reply #8 on: September 17, 2014, 11:43:53 pm »

Offline Lanny

  • Zealot
  • ****
  • Posts: 1,123
    • View Profile
Re: Similarities between numbers
« Reply #9 on: September 18, 2014, 05:37:28 am »
I realized I presorted the numbers so there actually was no monotonicity in the second set of numbers so my whole post was pretty dumb.

Offline aldra

  • Arch Disciple
  • ***
  • Posts: 623
  • albrecht drais
    • View Profile
Re: Similarities between numbers
« Reply #10 on: September 18, 2014, 05:41:20 am »
graphing them would probably be your best bet

if you're looking at numbers that are generated via complex algorithms though, and trying to abstract said algorithms... that's probably for someone who passed 4-unit maths. I don't think there's a simple answer, as there's no algorithm to absolutely determine a relationship between two numbers... you'd probably have to run trial and error with a lot of different algorithms.

Offline bling bling

  • Commandant
  • ****
  • Posts: 1,621
    • View Profile
Re: Similarities between numbers
« Reply #11 on: September 18, 2014, 06:12:32 am »
i have been thinkin alot about numbers recently and how they can reflect a glimpse realities thru higher dimensions

Offline Σ

  • Arch Disciple
  • ***
  • Posts: 586
  • Übermensch
    • View Profile
Re: Similarities between numbers
« Reply #12 on: October 14, 2014, 06:18:46 pm »
i have been thinkin alot about numbers recently and how they can reflect a glimpse realities thru higher dimensions

Care to elaborate?
tl;dr: idealism will not un-rape you.