All Questions Topic List
Relation and Functions Questions
Previous in All Question Next in All Question
Previous in Relation and Functions Next in Relation and Functions
Question Number 205919 by Red1ight last updated on 03/Apr/24
writethefollowingrecursivefunctioninexplicitformf(1)=1f(n+1)=(n+1)f(n)+n!
Answered by Tinku Tara last updated on 03/Apr/24
f(n)=(n)f(n−1)+(n−1)!f(n)=nf(n−1)+n!n=n[(n−1)f(n−2)+(n−1)!(n−1)]+n!n=n(n−1)f(n−2)+n!(n−1)+n!ncontinuef(n)=n!+∑ni=2n!i
Terms of Service
Privacy Policy
Contact: info@tinkutara.com