Fitting a (Very) Large Random Number To A Formula

Click For Summary
SUMMARY

The discussion centers on the challenge of generating a specific large random number, 4736282828262937372836388363728190, through a mathematical formula. Participants suggest that while it may be impossible to derive an exact formula for arbitrary large numbers, tools like MATLAB and Wolfram Mathematica can assist in curve fitting if the data is structured appropriately. The conversation highlights the complexities of working with infinite sequences and the difficulties in finding specific numbers within them. Ultimately, the consensus is that without a defined pattern or algorithm, pinpointing such numbers remains a significant challenge.

PREREQUISITES
  • Understanding of mathematical sequences and functions
  • Familiarity with curve fitting techniques
  • Basic knowledge of MATLAB and Wolfram Mathematica
  • Concept of infinite sets and their properties
NEXT STEPS
  • Explore MATLAB curve fitting capabilities
  • Learn about Wolfram Mathematica's numerical data manipulation
  • Study mathematical sequences and their recursive definitions
  • Investigate the properties of infinite sets in mathematics
USEFUL FOR

Mathematicians, data scientists, and anyone interested in numerical analysis or the generation of specific large numbers through mathematical formulas.

WebDawg
Messages
2
Reaction score
0
It has been a very long time since I have done any calc or hard math, I hope this question is in the right place.

I have a HUGE number, that is random and big. What do I need to study/look at to create a formula that will generate just it?
 
Physics news on Phys.org
I didnt understand your question.Lets suppose we have a number 4736282828262937372836388363728190.
What do you want ?
Make equations and find this number ?
 
what kind of data? probably there is no a general way to discover how it was created! in my opinion it is impossible since exist ordered sets of numbers that can be generated with different algorithms. But maybe a program like Matlab or Wolfram Mathematica can find something called a fit if the data is in a certain form.
 
Thanks GiuseppeR7.

That is what I was looking for to start. I do not want to approximate though, I have fit curves before, but I need and equation that would give the EXACT answer.

To answer some of the others questions, I do not care how it was created and no patterns exist in the number.

I am also talking about numbers that could be infinite or part of an infinite sequence.

Honestly, I have this massive number, and I want to search inside an infinite generated number (set?) and find that number inside of it. Now I know that there is nothing to guarantee that my set even exists in this infinite number. If I remember correctly, is it not incredibly difficult to find future values of equations that generate infinite numbers...I thought though some examples exist.
 
WebDawg said:
Honestly, I have this massive number, and I want to search inside an infinite generated number (set?) and find that number inside of it.
If you have an infinite set of numbers, what makes you think you will find the number you're looking for in a finite amount of time?
WebDawg said:
Now I know that there is nothing to guarantee that my set even exists in this infinite number.
This doesn't make sense. "Infinite number" - are you talking about a set with an infinite number of elements (numbers) in it?
WebDawg said:
If I remember correctly, is it not incredibly difficult to find future values of equations that generate infinite numbers...
Your terminology is off here. There are sequences (a sequence is a type of function) that are defined recursively, but they don't generate "infinite numbers."

As an example:
a0 = 1
an = an - 1 + 1, for n ≥ 1

This sequence is {1, 2, 3, 4, ...}. IOW, all of the positive integers.
WebDawg said:
I thought though some examples exist.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 21 ·
Replies
21
Views
8K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 0 ·
Replies
0
Views
3K