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.

A085827 Increasing partial quotients of number defined in A085825 and A085826.

Original entry on oeis.org

2, 6, 17, 61, 126, 977090, 1474739
Offset: 1

Views

Author

Robert G. Wilson v, Jul 06 2003

Keywords

Comments

977090 occurs at PQ_142, whereas 1474739 occurs at PQ_514488 out of the first 1155900 PQs.

Crossrefs

Programs

  • Mathematica
    s = 0; Do[s = Prime[2n]/(Prime[2n + 1] + s), {n, 10^5, 1, -1}]; h = ContinuedFraction[s]; a = 0; k = 1; Do[ While[ h[[k]] ? a, k++ ]; Print[ h[[k]]], {n, 1, 30}]
Showing 1-1 of 1 results.