This discussion board is a place to discuss our Daily Challenges and the math and science
related to those challenges. Explanations are more than just a solution — they should
explain the steps and thinking strategies that you used to obtain the solution. Comments
should further the discussion of math and science.
When posting on Brilliant:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
I don't think there is an easy way to do this. Clearly there is no characteristic polynomial as the coefficients are variable. I plugged it into wolfram alpha after working on it to no avail and its general form is an=2eΓ(n,1)−1 where a1=1.
My original strategy was to substitute bn=an+1−c1an for some constant c such that everything cancels out neatly, but it got really messy and I ended up having c1=2−n+n2−4 (which is almost certainly wrong) then I stopped.
Divide through by (n−1)! to get (n−1)!an=(n−2)!an−2+(n−1)!n. Then if we let bn=(n−1)!an, we should have b1=a1 and bn=bn−1+(n−1)!n, so bn=a1+∑k=2n(k−1)!k. Then an=a1(n−1)!+∑k=2n(k−1)!k(n−1)!. Perhaps that sum has a nice simple closed form?
Is there a nice way to express the summation in a closed form? Summations in general do not count as a closed form. i=1∑ni is not a closed form, but 2n(n+1) is.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
You have to do plug and chug
This is called plug :
an=(n−1)((n−2)an−2+n−1)+n
This is called chug
an=(n−1)(n−2)an−2+(n−1)2+n
Continue doing this until you arrive at a base case....You can see the general form after a few chugs. which you can prove by induction....
I don't think there is an easy way to do this. Clearly there is no characteristic polynomial as the coefficients are variable. I plugged it into wolfram alpha after working on it to no avail and its general form is an=2eΓ(n,1)−1 where a1=1.
Γ(a,x) is the Incomplete Gamma Function which I have no clue of its definition.
Log in to reply
My original strategy was to substitute bn=an+1−c1an for some constant c such that everything cancels out neatly, but it got really messy and I ended up having c1=2−n+n2−4 (which is almost certainly wrong) then I stopped.
Log in to reply
Yes me too! I got that too, but it doesn't work the same way as typical characteristic eqn with variables...
Divide through by (n−1)! to get (n−1)!an=(n−2)!an−2+(n−1)!n. Then if we let bn=(n−1)!an, we should have b1=a1 and bn=bn−1+(n−1)!n, so bn=a1+∑k=2n(k−1)!k. Then an=a1(n−1)!+∑k=2n(k−1)!k(n−1)!. Perhaps that sum has a nice simple closed form?
Log in to reply
Is there a nice way to express the summation in a closed form? Summations in general do not count as a closed form. i=1∑ni is not a closed form, but 2n(n+1) is.
Log in to reply
No, I don't think so. Although ∑(k−1)!(k−2) is telescoping, this still leaves ∑(k−1)!2, twice the partial sum for e.
I would use generating functions.
a1=1,a2=3,a3=9,a4=31