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-3 of 3 results.

A080984 Define b by b(1) = 1 and for n > 1, b(n) = b(n-1) + 1/(2 + 1/b(n-1)); sequence gives numerator of b(n).

Original entry on oeis.org

1, 4, 56, 9968, 294115808, 242590126064151488, 158248601344912132157178428071499648, 65129411362626329768830076910903417752818896343320137665280356705971968
Offset: 1

Views

Author

Hugo Pfoertner, Feb 26 2003

Keywords

Comments

The next term has 285 digits. - Harvey P. Dale, Jul 07 2011

Examples

			The sequence {b(n)} begins 1, 4/3, 56/33, 9968/4785, 294115808/118289985, ...
		

Crossrefs

Programs

  • Mathematica
    Numerator/@NestList[#+1/(2+1/#)&,1,9] (* Harvey P. Dale, Jul 07 2011 *)
  • Reduce
    a := 1; for i := 1:8 do write a := a+1/(2+1/a);

Formula

b(k) = n(k)/d(k); n(1)=1, d(1)=1, m=2; for k >= 2: n(k+1) = n(k) *(m*n(k) + 2*d(k)), d(k+1) = d(k)*(m*n(k) + d(k)). - Leroy Quet

A080985 Define b by b(1) = 1 and for n>1, b(n) = b(n-1)+1/(2+1/b(n-1)); sequence gives denominator of b(n).

Original entry on oeis.org

1, 3, 33, 4785, 118289985, 83574429584465985, 47533348097639173195113266868291585, 17303590888755815609063515462865866934559547198082397287546077959536385
Offset: 1

Views

Author

Hugo Pfoertner, Feb 26 2003

Keywords

Comments

Suggested by Leroy Quet, Feb 26 2003.

Examples

			See under A080984.
		

Crossrefs

Formula

See under A080984.

A080991 Ratios of successive terms of A080989.

Original entry on oeis.org

4, 19, 421, 203461, 46882572661, 2460798973136286293701, 6713425293781487374296340087251890561890261, 49548081347487610687284649853537701683093220643723475323834248591924587627064854208741
Offset: 1

Views

Author

Hugo Pfoertner, Feb 26 2003

Keywords

Crossrefs

Showing 1-3 of 3 results.