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.

A270138 Continued fraction expansion of the constant 6/A270121(1)+Sum_{n>=2}1/A270121(n).

Original entry on oeis.org

0, 1, 6, 2, 7, 32, 112, 10800, 403200, 17418254400, 1755760043520000
Offset: 0

Views

Author

Andrew Hone, Mar 11 2016

Keywords

Comments

A270121 is defined by the following recurrence: if A270121(n)=x(n) then x(n+1)*x(n-1)=x(n)^2*(1+n*x(n)) for n>=1, with x(1)=7, x(2)=112; and for A270124, if A270124(n)=y(n) then y(0)=2 and y(n)=x(n+1)/x(n) for n>=1. Both of these sequences appear in this continued fraction expansion, which defines a transcendental number.

Examples

			6/A270121(1)+Sum_{n>=2}1/A270121(n)=6/7+1/112+1/403200+1/1755760043520000+...
=[0;1,6,2,7,32,112,10800,403200,17418254400,...]
=[0;1,6,A270124(0),A270121(1),2*A270124(1),A270121(2),3*A270124(2),A270121(3),4*A270124(3),...] (continued fraction).
		

Crossrefs

Formula

a(2*n+1) = n*A270124(n-1), a(2*n+2) = A270121(n) for n>=1.