login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A085827 Increasing partial quotients of number defined in A085825 and A085826. 0
2, 6, 17, 61, 126, 977090, 1474739 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
977090 occurs at PQ_142, whereas 1474739 occurs at PQ_514488 out of the first 1155900 PQs.
LINKS
Mark A. Herkommer, Continued Fractions.
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}]
CROSSREFS
Cf. A085826.
Sequence in context: A363042 A007743 A000687 * A347825 A150035 A000661
KEYWORD
cofr,nonn
AUTHOR
Robert G. Wilson v, Jul 06 2003
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 12:53 EDT 2024. Contains 371969 sequences. (Running on oeis4.)