i have been trying to find a function that fits the following scenario: $$ f'(c) = 1^0 $$ $$ f''(c) = 2^1 $$ $$ f^{(3)}(c) = 3^2 $$ $$ f^{(4)}(c) = 4^3 $$ and so on, the purpose is to derive a way to find: $$ B_{n,k}(1,2,3^2,4^3,\ldots) = B_{n,k}(f'(c),f''(c),f^{(3)}(c),f^{(4)}(c),\ldots) $$ In terms of a function. I have derived a new way to find identities using discrete convolution of terms with this method. I am very interested in finding this function. The $c$ values must all be the same.
2026-04-06 21:09:12.1775509752
Finding the Correct Function that fits the Scenario
58 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
I barely understand this, but that won't stop me from giving my understanding of the problem. I'll assume that you mean for the derivative of this theoretical function at the single value $c$ to be equal to the above.
In general you want.
$${{d^n f} \over {d t^n}}=n^{n-1}$$
Your solution will be a function, but without knowing initial conditions, the solution given here will be incomplete.
Take the Laplace transform of the equation. You'll get this...
$$p^n \cdot L={{n^{n-1}} \over p}$$
Solve for $L$...
$$L={{n^{n-1}} \over {p^{n+1}}}$$
Take the inverse Laplace transform. (look it up in a table if you don't do complex analysis)
$$f(t,n)=n^{n-1} \cdot {{t^n} \over {n!}}$$
Take the nth derivative of this function with respect to t, and you'll see that it satisfies your conditions.