Any ideas for an explicit formula?

In summary, we are looking for an explicit formula f(n,m) = an,m for the defined sequence an,m. To find this formula, we use the recursive relation an+1,m+1 = (m+1) * an,m + an,m+1 and the first identity an,0 = 1. We also define a_{n,m} = 0 for n < m. Through a series of substitutions and simplifications, we are able to find the desired explicit formula as f(n,m) = m!(1 + sum from i=1 to m of a_{n-i,m+1-i} / (m+1-i)!). This can be further simplified by repeatedly applying the recursive relation and reducing the sums
  • #1
Someone2841
44
6
Let an,m be defined for the non-negative integers n and m such that n ≥ m.

an,0 = 1
am,m = m!
an+1,m+1 = (m+1) * an,m + an,m+1

Is there an explicit formula f such that f(n,m) = an,m?

Here are the first numbers of the sequence:

[itex]

\begin{align}
&m&0&1&2&3&4\\
n\\
0&&1\\
1&&1&1\\
2&&1&3&2\\
3&&1&6&11&6\\
4&&1&10&35&50&24\\
5&&1&5&85&225&274&12\\
\end{align}

[/itex]
 
Physics news on Phys.org
  • #2
Hi!

So first of all I wouldn't recommend choosing the title you chose it doesn't say anything about the problem so people that actually know the answer might just skip it.

Also it seems that your third formula gives me an expression for [itex]a_{n,m}[/itex] with n smaller then m if you fill in [itex]a_{m+1,m+1}[/itex]. So either you need to state explicitely that that formula only goes for n strictly greater than m or since the outcome is just that these [itex]a_{n,m}[/itex] with n smaller than m are 0 just define them to be 0. This also takes away the need for the second identity since in the case you put these to 0 it is implied by the third!


So doing it this way I just start with the first identity and fill in the recursive relation again. which yields (so here [itex]n\geq m\geq 1[/itex])
[itex]a_{n,m}=ma_{n-1,m-1}+a_{n-1,m}=m(m-1)a_{n-2,m-2} +a_{n-1,m} +ma_{n-2,m-1}=\ldots=m!a_{n-m,0}+\displaystyle\sum_{i=1}^m \frac{m!}{(m+1-i)!}a_{n-i,m+1-i}\\=m!(1+\displaystyle\sum_{i=1}^m \frac{a_{n-i,m+1-i}}{(m+1-i)!})[/itex].

So now we just have to figure out that sum. Which I think is quite doable, I did it a little bit, but it will probably cost some time to do it this way. SO maybe someone else has a shorter way. If not this will definitely work if you just keep putting the recurrence relation in until you know that you are just adding zeros or ones and then you are done. For instance as a next step the sum will split into another sum and a shorter sum. Doing this will give you a double sum with all indices reduced and something lke (n-m+1) or something like that. Then you keep on making every sum shorter and getting shorter double sums or tripple sums or whatever and eventually you will just get some kind of m tuple sum that only has 1 term anyway and then you are done. This may not be the most elegant way to solve the problem, but at least it works.
 

1. What is an explicit formula?

An explicit formula is a mathematical equation that directly expresses the relationship between variables, without requiring any additional calculations or steps to solve for a particular value.

2. What is the purpose of an explicit formula?

The purpose of an explicit formula is to provide a simple and concise way to represent a complex relationship between variables. It allows for easy prediction and calculation of values, without the need for lengthy calculations or tables.

3. How is an explicit formula different from an implicit formula?

An explicit formula directly expresses the relationship between variables, whereas an implicit formula does not. An implicit formula may require additional steps or calculations to solve for a particular value.

4. Can any relationship between variables be expressed using an explicit formula?

No, not all relationships between variables can be expressed using an explicit formula. Some relationships may be too complex or may require multiple equations to represent accurately.

5. How do I determine the coefficients in an explicit formula?

The coefficients in an explicit formula can be determined by analyzing the relationship between the variables and using appropriate mathematical techniques such as regression analysis or solving systems of equations.

Similar threads

  • Linear and Abstract Algebra
Replies
2
Views
428
  • Linear and Abstract Algebra
Replies
1
Views
639
  • Linear and Abstract Algebra
Replies
10
Views
1K
  • Linear and Abstract Algebra
Replies
8
Views
1K
  • Linear and Abstract Algebra
Replies
1
Views
923
  • Linear and Abstract Algebra
Replies
2
Views
900
  • Linear and Abstract Algebra
Replies
2
Views
961
  • Linear and Abstract Algebra
Replies
18
Views
1K
  • Linear and Abstract Algebra
Replies
4
Views
983
  • Precalculus Mathematics Homework Help
Replies
3
Views
1K
Back
Top