Help Solving Recurrence Relation: $a_n = n^3a_n-1 + (n!)^3$Finding generating function for the recurrence $a_0 = 1$, $a_n = n choose 2 + 3a_n - 1$Solve the recurrence relation $a_n=3a_n-1+n^2-3$, with $a_0=1$.Solve $a_n+1 - a_n = n^2$ using generating functionsSolving the recurrence $a_n+2 = 3a_n+1 - 2a_n, a_0 = 1, a_1 = 3$ using generating functionsGenerating function for a recurrence: I made a mistakeI need some help finding my mistake for solving a second order recurrence relationCheck solution of recurrence relation $a_0 = 3$, $a_1 = 7$, $a_n = 3a_n-1 - 2a_n-2$ for $n geq 2$Explicit Formula of Recurrence Relation from Generating FunctionFind generating function of $ a_n=2a_n-1-3a_n-2+4n-1 $Solution of the recurrence $a_n-3a_n-1=2^n$, $a_0=5$
Can a College of Swords bard use a Blade Flourish option on an opportunity attack provoked by their own Dissonant Whispers spell?
Need help understanding what a natural log transformation is actually doing and why specific transformations are required for linear regression
Lowest total scrabble score
Why is it that I can sometimes guess the next note?
Why does the Sun have different day lengths, but not the gas giants?
Are Captain Marvel's powers affected by Thanos' actions in Infinity War
Why would a new[] expression ever invoke a destructor?
It grows, but water kills it
Mimic lecturing on blackboard, facing audience
Can I visit Japan without a visa?
Redundant comparison & "if" before assignment
Sums of entire surjective functions
How can "mimic phobia" be cured or prevented?
When were female captains banned from Starfleet?
Yosemite Fire Rings - What to Expect?
Quoting Keynes in a lecture
PTIJ: Haman's bad computer
Is there a way to get `mathscr' with lower case letters in pdfLaTeX?
Has any country ever had 2 former presidents in jail simultaneously?
How do you make your own symbol when Detexify fails?
Can I say "fingers" when referring to toes?
What if a revenant (monster) gains fire resistance?
Strong empirical falsification of quantum mechanics based on vacuum energy density
Hero deduces identity of a killer
Help Solving Recurrence Relation: $a_n = n^3a_n-1 + (n!)^3$
Finding generating function for the recurrence $a_0 = 1$, $a_n = n choose 2 + 3a_n - 1$Solve the recurrence relation $a_n=3a_n-1+n^2-3$, with $a_0=1$.Solve $a_n+1 - a_n = n^2$ using generating functionsSolving the recurrence $a_n+2 = 3a_n+1 - 2a_n, a_0 = 1, a_1 = 3$ using generating functionsGenerating function for a recurrence: I made a mistakeI need some help finding my mistake for solving a second order recurrence relationCheck solution of recurrence relation $a_0 = 3$, $a_1 = 7$, $a_n = 3a_n-1 - 2a_n-2$ for $n geq 2$Explicit Formula of Recurrence Relation from Generating FunctionFind generating function of $ a_n=2a_n-1-3a_n-2+4n-1 $Solution of the recurrence $a_n-3a_n-1=2^n$, $a_0=5$
$begingroup$
I'm trying to find an explicit formula for the following recurrence relation:
$a_0 = 1$, $forall n ge 1: a_n = n^3a_n-1 + (n!)^3$
So far though, my attempts have been unsuccessful.
My Attempt
Let $A(x) = a_nfracx^n(n!)^3$. Multiply by $fracx^n(n!)^3$ and sum over $n$ to get:
$$sum_n=1^inftya_nfracx^n(n!)^3 = sum_n=1^inftya_n-1fracx^n(n-1!)^3 + sum_n=1^inftyx^n$$
This can be simplified to:
$$
A(x) - a_0 = xA(x) + frac11-x \
implies A(x) = frac2-x(1-x)^2$$
Using partial fraction decomposition you recover that $A(x) = frac1(1-x) + frac1(1-x)^2$, which means that $$A(x) = sum_n=0^inftyx^n + sum_n=0^infty(n+1)x^n \
implies A(x) = sum_n=0^infty(n+2)x^n$$
Then, to put $A(x)$ back into the form that we defined it in in the beginning, we have:
$$A(x) = sum_n=0^infty(n+2)(n!)^3fracx^n(n!)^3 \
implies a_n = (n+2)(n!)^3$$
I'm wonderring if anyone can provide some insight into where I could have gone wrong. Is the original definition of $A(x)$ valid, or must I stick to either an ordinary / exponential generating function? If so, how could I clear the variable terms in the recurrence?
combinatorics recurrence-relations generating-functions
$endgroup$
add a comment |
$begingroup$
I'm trying to find an explicit formula for the following recurrence relation:
$a_0 = 1$, $forall n ge 1: a_n = n^3a_n-1 + (n!)^3$
So far though, my attempts have been unsuccessful.
My Attempt
Let $A(x) = a_nfracx^n(n!)^3$. Multiply by $fracx^n(n!)^3$ and sum over $n$ to get:
$$sum_n=1^inftya_nfracx^n(n!)^3 = sum_n=1^inftya_n-1fracx^n(n-1!)^3 + sum_n=1^inftyx^n$$
This can be simplified to:
$$
A(x) - a_0 = xA(x) + frac11-x \
implies A(x) = frac2-x(1-x)^2$$
Using partial fraction decomposition you recover that $A(x) = frac1(1-x) + frac1(1-x)^2$, which means that $$A(x) = sum_n=0^inftyx^n + sum_n=0^infty(n+1)x^n \
implies A(x) = sum_n=0^infty(n+2)x^n$$
Then, to put $A(x)$ back into the form that we defined it in in the beginning, we have:
$$A(x) = sum_n=0^infty(n+2)(n!)^3fracx^n(n!)^3 \
implies a_n = (n+2)(n!)^3$$
I'm wonderring if anyone can provide some insight into where I could have gone wrong. Is the original definition of $A(x)$ valid, or must I stick to either an ordinary / exponential generating function? If so, how could I clear the variable terms in the recurrence?
combinatorics recurrence-relations generating-functions
$endgroup$
1
$begingroup$
$$sum_n=1^infty x^n = dfrac x 1 - x ne dfrac 1 1 - x$$
$endgroup$
– M. Vinay
Mar 15 at 4:58
$begingroup$
Wow, I'm rather embarrassed that I let that slip by. It's always the small things I suppose.
$endgroup$
– Pacopenguin
Mar 15 at 5:07
add a comment |
$begingroup$
I'm trying to find an explicit formula for the following recurrence relation:
$a_0 = 1$, $forall n ge 1: a_n = n^3a_n-1 + (n!)^3$
So far though, my attempts have been unsuccessful.
My Attempt
Let $A(x) = a_nfracx^n(n!)^3$. Multiply by $fracx^n(n!)^3$ and sum over $n$ to get:
$$sum_n=1^inftya_nfracx^n(n!)^3 = sum_n=1^inftya_n-1fracx^n(n-1!)^3 + sum_n=1^inftyx^n$$
This can be simplified to:
$$
A(x) - a_0 = xA(x) + frac11-x \
implies A(x) = frac2-x(1-x)^2$$
Using partial fraction decomposition you recover that $A(x) = frac1(1-x) + frac1(1-x)^2$, which means that $$A(x) = sum_n=0^inftyx^n + sum_n=0^infty(n+1)x^n \
implies A(x) = sum_n=0^infty(n+2)x^n$$
Then, to put $A(x)$ back into the form that we defined it in in the beginning, we have:
$$A(x) = sum_n=0^infty(n+2)(n!)^3fracx^n(n!)^3 \
implies a_n = (n+2)(n!)^3$$
I'm wonderring if anyone can provide some insight into where I could have gone wrong. Is the original definition of $A(x)$ valid, or must I stick to either an ordinary / exponential generating function? If so, how could I clear the variable terms in the recurrence?
combinatorics recurrence-relations generating-functions
$endgroup$
I'm trying to find an explicit formula for the following recurrence relation:
$a_0 = 1$, $forall n ge 1: a_n = n^3a_n-1 + (n!)^3$
So far though, my attempts have been unsuccessful.
My Attempt
Let $A(x) = a_nfracx^n(n!)^3$. Multiply by $fracx^n(n!)^3$ and sum over $n$ to get:
$$sum_n=1^inftya_nfracx^n(n!)^3 = sum_n=1^inftya_n-1fracx^n(n-1!)^3 + sum_n=1^inftyx^n$$
This can be simplified to:
$$
A(x) - a_0 = xA(x) + frac11-x \
implies A(x) = frac2-x(1-x)^2$$
Using partial fraction decomposition you recover that $A(x) = frac1(1-x) + frac1(1-x)^2$, which means that $$A(x) = sum_n=0^inftyx^n + sum_n=0^infty(n+1)x^n \
implies A(x) = sum_n=0^infty(n+2)x^n$$
Then, to put $A(x)$ back into the form that we defined it in in the beginning, we have:
$$A(x) = sum_n=0^infty(n+2)(n!)^3fracx^n(n!)^3 \
implies a_n = (n+2)(n!)^3$$
I'm wonderring if anyone can provide some insight into where I could have gone wrong. Is the original definition of $A(x)$ valid, or must I stick to either an ordinary / exponential generating function? If so, how could I clear the variable terms in the recurrence?
combinatorics recurrence-relations generating-functions
combinatorics recurrence-relations generating-functions
asked Mar 15 at 4:51
PacopenguinPacopenguin
133
133
1
$begingroup$
$$sum_n=1^infty x^n = dfrac x 1 - x ne dfrac 1 1 - x$$
$endgroup$
– M. Vinay
Mar 15 at 4:58
$begingroup$
Wow, I'm rather embarrassed that I let that slip by. It's always the small things I suppose.
$endgroup$
– Pacopenguin
Mar 15 at 5:07
add a comment |
1
$begingroup$
$$sum_n=1^infty x^n = dfrac x 1 - x ne dfrac 1 1 - x$$
$endgroup$
– M. Vinay
Mar 15 at 4:58
$begingroup$
Wow, I'm rather embarrassed that I let that slip by. It's always the small things I suppose.
$endgroup$
– Pacopenguin
Mar 15 at 5:07
1
1
$begingroup$
$$sum_n=1^infty x^n = dfrac x 1 - x ne dfrac 1 1 - x$$
$endgroup$
– M. Vinay
Mar 15 at 4:58
$begingroup$
$$sum_n=1^infty x^n = dfrac x 1 - x ne dfrac 1 1 - x$$
$endgroup$
– M. Vinay
Mar 15 at 4:58
$begingroup$
Wow, I'm rather embarrassed that I let that slip by. It's always the small things I suppose.
$endgroup$
– Pacopenguin
Mar 15 at 5:07
$begingroup$
Wow, I'm rather embarrassed that I let that slip by. It's always the small things I suppose.
$endgroup$
– Pacopenguin
Mar 15 at 5:07
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Hint: Divide by $(n!)^3$ and define $displaystyle b_n=fraca_n(n!)^3$ to get
$$
b_n =b_n-1+1.
$$
$endgroup$
add a comment |
$begingroup$
One simple way to find these sequences (so simple it is almost cheating!) is to generate the first few terms and search for the resulting sequence in the Online Encyclopedia of Integer Sequences (OEIS). In this case you have:
$$beginequation beginaligned
a_0 &= 1, \[6pt]
a_1 &= 1^3 a_0 + (1!)^3 = 1^3 cdot 1 + 1^3 = 2, \[6pt]
a_2 &= 2^3 a_1 + (2!)^3 = 2^3 cdot 2 + 2^3 = 24, \[6pt]
a_3 &= 3^3 a_2 + (3!)^3 = 3^3 cdot 24 + 6^3 = 864, \[6pt]
a_4 &= 4^3 a_3 + (4!)^3 = 4^3 cdot 864 + 24^3 = 69120, \[6pt]
&quad vdots \[6pt]
endaligned endequation$$
Searching the terms 1, 2, 24, 864, 69120
on OEIS leads to a single hit for the integer sequence A172492, which has the form:
$$a_n = (n!)^2 cdot (n+1)! quad quad quad textfor all n = 0,1,2,3,....$$
Inductive proof: It is now possible to prove that this form is correct using proof by weak induction. For the base case $n=0$ we have:
$$a_0 = (0!)^2 cdot (0+1)! = 1^2 cdot 1! = 1 cdot 1 = 1.$$
For the inductive step we assume that $a_k = (k!)^2 cdot (k+1)!$ and we then have:
$$beginequation beginaligned
a_k+1
&= (k+1)^3 a_k + (k+1)!^3 \[6pt]
&= (k+1)^3 cdot (k!)^2 cdot (k+1)! + (k+1)!^3 \[6pt]
&= (k+1) cdot (k+1)!^2 cdot (k+1)! + (k+1)!^3 \[6pt]
&= (k+1) cdot (k+1)!^3 + (k+1)!^3 \[6pt]
&= [(k+1) + 1] cdot (k+1)!^3 \[6pt]
&= (k+2) cdot (k+1)!^3 \[6pt]
&= (k+1)!^2 cdot (k+2)!. \[6pt]
endaligned endequation$$
Since the base case is correct, and the inductive step is proved, this proves that the sequence you are dealing with is the integer sequence A172492, with explicit form given above.
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3148902%2fhelp-solving-recurrence-relation-a-n-n3a-n-1-n3%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Hint: Divide by $(n!)^3$ and define $displaystyle b_n=fraca_n(n!)^3$ to get
$$
b_n =b_n-1+1.
$$
$endgroup$
add a comment |
$begingroup$
Hint: Divide by $(n!)^3$ and define $displaystyle b_n=fraca_n(n!)^3$ to get
$$
b_n =b_n-1+1.
$$
$endgroup$
add a comment |
$begingroup$
Hint: Divide by $(n!)^3$ and define $displaystyle b_n=fraca_n(n!)^3$ to get
$$
b_n =b_n-1+1.
$$
$endgroup$
Hint: Divide by $(n!)^3$ and define $displaystyle b_n=fraca_n(n!)^3$ to get
$$
b_n =b_n-1+1.
$$
answered Mar 15 at 5:02
SongSong
18.5k21550
18.5k21550
add a comment |
add a comment |
$begingroup$
One simple way to find these sequences (so simple it is almost cheating!) is to generate the first few terms and search for the resulting sequence in the Online Encyclopedia of Integer Sequences (OEIS). In this case you have:
$$beginequation beginaligned
a_0 &= 1, \[6pt]
a_1 &= 1^3 a_0 + (1!)^3 = 1^3 cdot 1 + 1^3 = 2, \[6pt]
a_2 &= 2^3 a_1 + (2!)^3 = 2^3 cdot 2 + 2^3 = 24, \[6pt]
a_3 &= 3^3 a_2 + (3!)^3 = 3^3 cdot 24 + 6^3 = 864, \[6pt]
a_4 &= 4^3 a_3 + (4!)^3 = 4^3 cdot 864 + 24^3 = 69120, \[6pt]
&quad vdots \[6pt]
endaligned endequation$$
Searching the terms 1, 2, 24, 864, 69120
on OEIS leads to a single hit for the integer sequence A172492, which has the form:
$$a_n = (n!)^2 cdot (n+1)! quad quad quad textfor all n = 0,1,2,3,....$$
Inductive proof: It is now possible to prove that this form is correct using proof by weak induction. For the base case $n=0$ we have:
$$a_0 = (0!)^2 cdot (0+1)! = 1^2 cdot 1! = 1 cdot 1 = 1.$$
For the inductive step we assume that $a_k = (k!)^2 cdot (k+1)!$ and we then have:
$$beginequation beginaligned
a_k+1
&= (k+1)^3 a_k + (k+1)!^3 \[6pt]
&= (k+1)^3 cdot (k!)^2 cdot (k+1)! + (k+1)!^3 \[6pt]
&= (k+1) cdot (k+1)!^2 cdot (k+1)! + (k+1)!^3 \[6pt]
&= (k+1) cdot (k+1)!^3 + (k+1)!^3 \[6pt]
&= [(k+1) + 1] cdot (k+1)!^3 \[6pt]
&= (k+2) cdot (k+1)!^3 \[6pt]
&= (k+1)!^2 cdot (k+2)!. \[6pt]
endaligned endequation$$
Since the base case is correct, and the inductive step is proved, this proves that the sequence you are dealing with is the integer sequence A172492, with explicit form given above.
$endgroup$
add a comment |
$begingroup$
One simple way to find these sequences (so simple it is almost cheating!) is to generate the first few terms and search for the resulting sequence in the Online Encyclopedia of Integer Sequences (OEIS). In this case you have:
$$beginequation beginaligned
a_0 &= 1, \[6pt]
a_1 &= 1^3 a_0 + (1!)^3 = 1^3 cdot 1 + 1^3 = 2, \[6pt]
a_2 &= 2^3 a_1 + (2!)^3 = 2^3 cdot 2 + 2^3 = 24, \[6pt]
a_3 &= 3^3 a_2 + (3!)^3 = 3^3 cdot 24 + 6^3 = 864, \[6pt]
a_4 &= 4^3 a_3 + (4!)^3 = 4^3 cdot 864 + 24^3 = 69120, \[6pt]
&quad vdots \[6pt]
endaligned endequation$$
Searching the terms 1, 2, 24, 864, 69120
on OEIS leads to a single hit for the integer sequence A172492, which has the form:
$$a_n = (n!)^2 cdot (n+1)! quad quad quad textfor all n = 0,1,2,3,....$$
Inductive proof: It is now possible to prove that this form is correct using proof by weak induction. For the base case $n=0$ we have:
$$a_0 = (0!)^2 cdot (0+1)! = 1^2 cdot 1! = 1 cdot 1 = 1.$$
For the inductive step we assume that $a_k = (k!)^2 cdot (k+1)!$ and we then have:
$$beginequation beginaligned
a_k+1
&= (k+1)^3 a_k + (k+1)!^3 \[6pt]
&= (k+1)^3 cdot (k!)^2 cdot (k+1)! + (k+1)!^3 \[6pt]
&= (k+1) cdot (k+1)!^2 cdot (k+1)! + (k+1)!^3 \[6pt]
&= (k+1) cdot (k+1)!^3 + (k+1)!^3 \[6pt]
&= [(k+1) + 1] cdot (k+1)!^3 \[6pt]
&= (k+2) cdot (k+1)!^3 \[6pt]
&= (k+1)!^2 cdot (k+2)!. \[6pt]
endaligned endequation$$
Since the base case is correct, and the inductive step is proved, this proves that the sequence you are dealing with is the integer sequence A172492, with explicit form given above.
$endgroup$
add a comment |
$begingroup$
One simple way to find these sequences (so simple it is almost cheating!) is to generate the first few terms and search for the resulting sequence in the Online Encyclopedia of Integer Sequences (OEIS). In this case you have:
$$beginequation beginaligned
a_0 &= 1, \[6pt]
a_1 &= 1^3 a_0 + (1!)^3 = 1^3 cdot 1 + 1^3 = 2, \[6pt]
a_2 &= 2^3 a_1 + (2!)^3 = 2^3 cdot 2 + 2^3 = 24, \[6pt]
a_3 &= 3^3 a_2 + (3!)^3 = 3^3 cdot 24 + 6^3 = 864, \[6pt]
a_4 &= 4^3 a_3 + (4!)^3 = 4^3 cdot 864 + 24^3 = 69120, \[6pt]
&quad vdots \[6pt]
endaligned endequation$$
Searching the terms 1, 2, 24, 864, 69120
on OEIS leads to a single hit for the integer sequence A172492, which has the form:
$$a_n = (n!)^2 cdot (n+1)! quad quad quad textfor all n = 0,1,2,3,....$$
Inductive proof: It is now possible to prove that this form is correct using proof by weak induction. For the base case $n=0$ we have:
$$a_0 = (0!)^2 cdot (0+1)! = 1^2 cdot 1! = 1 cdot 1 = 1.$$
For the inductive step we assume that $a_k = (k!)^2 cdot (k+1)!$ and we then have:
$$beginequation beginaligned
a_k+1
&= (k+1)^3 a_k + (k+1)!^3 \[6pt]
&= (k+1)^3 cdot (k!)^2 cdot (k+1)! + (k+1)!^3 \[6pt]
&= (k+1) cdot (k+1)!^2 cdot (k+1)! + (k+1)!^3 \[6pt]
&= (k+1) cdot (k+1)!^3 + (k+1)!^3 \[6pt]
&= [(k+1) + 1] cdot (k+1)!^3 \[6pt]
&= (k+2) cdot (k+1)!^3 \[6pt]
&= (k+1)!^2 cdot (k+2)!. \[6pt]
endaligned endequation$$
Since the base case is correct, and the inductive step is proved, this proves that the sequence you are dealing with is the integer sequence A172492, with explicit form given above.
$endgroup$
One simple way to find these sequences (so simple it is almost cheating!) is to generate the first few terms and search for the resulting sequence in the Online Encyclopedia of Integer Sequences (OEIS). In this case you have:
$$beginequation beginaligned
a_0 &= 1, \[6pt]
a_1 &= 1^3 a_0 + (1!)^3 = 1^3 cdot 1 + 1^3 = 2, \[6pt]
a_2 &= 2^3 a_1 + (2!)^3 = 2^3 cdot 2 + 2^3 = 24, \[6pt]
a_3 &= 3^3 a_2 + (3!)^3 = 3^3 cdot 24 + 6^3 = 864, \[6pt]
a_4 &= 4^3 a_3 + (4!)^3 = 4^3 cdot 864 + 24^3 = 69120, \[6pt]
&quad vdots \[6pt]
endaligned endequation$$
Searching the terms 1, 2, 24, 864, 69120
on OEIS leads to a single hit for the integer sequence A172492, which has the form:
$$a_n = (n!)^2 cdot (n+1)! quad quad quad textfor all n = 0,1,2,3,....$$
Inductive proof: It is now possible to prove that this form is correct using proof by weak induction. For the base case $n=0$ we have:
$$a_0 = (0!)^2 cdot (0+1)! = 1^2 cdot 1! = 1 cdot 1 = 1.$$
For the inductive step we assume that $a_k = (k!)^2 cdot (k+1)!$ and we then have:
$$beginequation beginaligned
a_k+1
&= (k+1)^3 a_k + (k+1)!^3 \[6pt]
&= (k+1)^3 cdot (k!)^2 cdot (k+1)! + (k+1)!^3 \[6pt]
&= (k+1) cdot (k+1)!^2 cdot (k+1)! + (k+1)!^3 \[6pt]
&= (k+1) cdot (k+1)!^3 + (k+1)!^3 \[6pt]
&= [(k+1) + 1] cdot (k+1)!^3 \[6pt]
&= (k+2) cdot (k+1)!^3 \[6pt]
&= (k+1)!^2 cdot (k+2)!. \[6pt]
endaligned endequation$$
Since the base case is correct, and the inductive step is proved, this proves that the sequence you are dealing with is the integer sequence A172492, with explicit form given above.
edited 2 days ago
answered Mar 15 at 5:13
BenBen
1,840215
1,840215
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3148902%2fhelp-solving-recurrence-relation-a-n-n3a-n-1-n3%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
$begingroup$
$$sum_n=1^infty x^n = dfrac x 1 - x ne dfrac 1 1 - x$$
$endgroup$
– M. Vinay
Mar 15 at 4:58
$begingroup$
Wow, I'm rather embarrassed that I let that slip by. It's always the small things I suppose.
$endgroup$
– Pacopenguin
Mar 15 at 5:07