New posts in recurrence-relations

Tough Recurrence Relation

Why does this iterative way of solving an equation work?

Finding the nth derivative of functions, in particular y=tan(x)

An Impossible Sequence of Prime Powers

Showing that $T(n)=2T([n/2]+17)+n$ has a solution in $O(n \log n)$

Finding non-negative integers $m$ such that $(1 + \sqrt{-2})^m$ has real part $\pm 1$.

A series: $1-\frac{1}{2}-\frac{1}{3}-\frac{1}{4}+\frac{1}{5}-\frac{1}{6}+\frac{1}{7}+\cdots$

Prime Foias constant

What is this function related with continued fractions?

Derive the recurrence relations

Coefficient of $\frac{1}{1-x-x^2-..-x^{d-1}}$ and its asymptotic

Zeroes of the third derivative of an iterated sine.

Given $(a_n)$ such that $a_1 \in (0,1)$ and $a_{n+1}=a_n+(\frac{a_n}{n})^2$. Prove that $(a_n)$ has a finite limit. [duplicate]

Convergence of the quadratic map $\left(x-\left(x-\left(x- \dots \right)^2 \right)^2 \right)^2$?

How does one find a formula for the recurrence relation $a_{1}=1,a_{2}=3, a_{n+2}=a_{n+1}+a_{n}?$

Attempting to describe number of possible bit strings containing sequence [0, 1] recursively.

ith term of$~\left\{a\right\}=\left\{1,1,3,1,3,5,1,3,5,7,1,3,5,7,9,1,\cdot\cdot\cdot\right\}~$such that$~a_{i}=17~$for j times appearnce

Can we solve this recurrence relation?

How many subsets does the set $\{1, 2, \dots , n\}$ have that contain no two consecutive integers if $1$ and $n$ also count as consecutive?

Solving recurrences with boundary conditions