login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A091942 a(n) equals the maximum number of partial quotients in the simple continued fraction expansion of (1/n + 1/k) for k>=1. 3
2, 6, 7, 8, 9, 9, 11, 11, 12, 11, 12, 14, 13, 13, 13, 13, 14, 13, 13, 14, 15, 14, 14, 14, 14, 15, 14, 15, 15, 15, 16, 16, 16, 17, 15, 16, 16, 16, 17, 15, 17, 17, 17, 16, 16, 17, 17, 17, 17, 17, 17, 17, 18, 16, 19, 17, 19, 18, 17, 17, 18, 18, 18, 18, 18, 18, 19, 19, 18, 19, 18 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

a(n) = length(contfrac(1/A091941(n) + 1/n)).

PROG

(PARI) {a(n)=local(A); M=0; for(k=2*n^2-1, 3*n^2, L=length(contfrac(1/k+1/n)); if(L>M, M=L; A=M)); A}

CROSSREFS

Cf. A091941, A091943, A091944.

Sequence in context: A186504 A096909 A073005 * A047555 A184939 A043050

Adjacent sequences:  A091939 A091940 A091941 * A091943 A091944 A091945

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Feb 15 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 08:49 EST 2012. Contains 205740 sequences.