cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A128385 a(n) = denominator of r(n): r(n) is such that the continued fraction (of rational terms) [r(1);r(2),...,r(n)] = b(n) for every positive integer n, where b(1) = 1 and b(n+1) = 1 + 1/b(n)^2 for.every positive integer n.

Original entry on oeis.org

1, 1, 3, 13, 289, 1645423, 7499988983197, 1716234423353399580977511919, 12985299047930678223817284541389710796223289877600061663
Offset: 1

Views

Author

Leroy Quet, Feb 28 2007

Keywords

Comments

b(n) = A076725(n)/A076725(n-1)^2. The limit, as n -> infinity, of r(n)*r(n+1) = (2 /x^3) + (x^3 /2) - 2, where x is the real root of x^3 -x^2 -1 = 0. (This limit result needs some checking.)
a(10) has 113 digits. - Michel Marcus, Jan 13 2014

Examples

			{r(n)}: 1, 1, 1/3, 9/13, 91/289,...
b(4) = 41/25 = 1 + 1/(1 + 1/(1/3 + 13/9)).
And b(5) = 2306/1681 = 1 + 1/(1 + 1/(1/3 + 1/(9/13 + 289/91))).
		

Crossrefs

Programs

Extensions

More terms from Michel Marcus, Jan 12 2014
Showing 1-1 of 1 results.