Ask your own question, for FREE!
Mathematics 20 Online
Parth (parthkohli):

How may I use Wolfram Mathematica to make a formula for ANY given sequence?

OpenStudy (anonymous):

Post the sequence.

Parth (parthkohli):

I'm talking about it generally.

Parth (parthkohli):

@robtobey Mathematica help, if you may.

OpenStudy (anonymous):

Table[ n,{n,1,100}]

Parth (parthkohli):

For example, if I have {1,5,138233,393943585}, how will I make a formula for it USING WOLFRAM MATHEMATICA?

OpenStudy (anonymous):

This will give you the sequence from 1 to 100

Parth (parthkohli):

@eliassaab Is there a function which I could use for finding a formula?

OpenStudy (anonymous):

You have to know a(n) in terms of n \[ Table[ n/(n+1),{n,1,100}] \]

Parth (parthkohli):

For example, if I have {1,2,4,8,16,32.....}, is there a command which would return me with \(a_n = 2^{n - 1}\)?

OpenStudy (anonymous):

Sum[i, {i, 1, k}] = (k (k + 1))/2

OpenStudy (anonymous):

No. if you know a(n), you can find the sequence, but not vice versa.

Parth (parthkohli):

I wish Mathematica could generalize a formula for any given sequence.

OpenStudy (anonymous):

You can write a function that check a specific sequence.

Parth (parthkohli):

Thank you for the effort anyway. :)

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!