Questions tagged [continued-fractions]

A is an expression obtained through an iterative process of representing a number as the sum of its integer part and the reciprocal of another number.

In mathematics, a continued fraction is an expression obtained through an iterative process of representing a number as the sum of its integer part and the reciprocal of another number, then writing this other number as the sum of its integer part and another reciprocal, and so on.

In a finite continued fraction (or terminated continued fraction), the iteration/recursion is terminated after finitely many steps by using an integer in lieu of another continued fraction. In contrast, an infinite continued fraction is an infinite expression. In either case, all integers in the sequence, other than the first, must be positive. The integers ai are called the coefficients or terms of the continued fraction.

Links:

Continued Fraction at Wolfram MathWorld

1069 questions
-2
votes
1 answer

Limit of recurrence relation $a_{n+1}= 1 + \frac{1}{1 + a_n}$

How to evaluate this problem: If $a_n=1$ and $a_{n+1}= 1 + \frac{1}{1 + a_n}$ use part to show $\lim_{n\rightarrow\infty}a_n = \sqrt{2}$. This gives the development of a continuous fraction $$\sqrt{2}= 1 + \frac{1}{2 + \frac{1}{2+\frac{1}{2+…
-2
votes
1 answer

some property of the simple continued fraction for the riemann-zeta function

Define the well known Riemann-zeta function $$\zeta(n)=\sum_{k=1}^{\infty}\frac{1}{k^n}$$ for natural number $n\gt1$ and let $a_1(n)$ be a sequence $a_1(1),a_1(2),a_1(3),\dots$ of the first partial quotients of the simple continued fraction for…
Nicco
  • 2,763
  • 14
  • 32
-2
votes
2 answers

How to simplify the series of $x + x^{-1} + (x + x^{-1})^{-1} + (x + x^{-1} + (x + x^{-1})^{-1})^{-1}$?

$$x + \frac1x + \cfrac1{x + \frac1x} + \cfrac1{x + \frac1x + \cfrac1{x + \frac1x}} +\cfrac1{x + \frac1x + \cfrac1{x + \frac1x} + \cfrac1{x + \frac1x + \cfrac1{x + \frac1x}} } + \cdots $$ How can this series be simplified? Consider me as a high…
-6
votes
1 answer

Only one solution proofs

I have $2$ questions in my homework that I can not figure out how to deal with: $1.$ Let $(a,b,c)\in \mathbb{R}^3$, $a>1$ and $0
1 2 3
71
72