Menu
NEWBEDEV
Python
Javascript
Linux
Cheat sheet
NEWBEDEV
Python 1
Javascript
Linux
Cheat sheet
Contact
New posts in Recursion
What is the closed form of the $f$ with $f(1)=1$, $f(2)=7$ and $f(n)=7f(n-1)-12f(n-2)$ ($n\ge 3$)?
May 07, 2021
How can we express "induction is the same as recursion", formally?
May 07, 2021
In a topos with a NNO, how does one define the subobject "$<$'' of $\mathbf N\times\mathbf N$?
May 06, 2021
finding a solution for this recurrence relation
May 06, 2021
Closed form of recurrent arithmetic series summation
May 06, 2021
Each member of a population dies with probability $\frac12$ each day, what is the probability that there will be exactly $1$ person alive?
May 04, 2021
Friends pairing problem
May 04, 2021
Growth rate of the nth natural number not constructable with n steps of addition and multiplication
May 03, 2021
Is there a closed form formula for the recursive sequence: $x_n = x_{n-1} + \alpha\sqrt{x_{n-1}}$
May 02, 2021
Closed form for the limit of the iterated sequence $a_{n+1}=\frac{\sqrt{(a_n+b_n)(a_n+c_n)}}{2}$
May 01, 2021
« Newer Entries
Older Entries »