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!)
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; text; internal format)
OFFSET
1,1
LINKS
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
Sequence in context: A186504 A096909 A073005 * A372591 A047555 A184939
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Feb 15 2004
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 August 25 03:01 EDT 2024. Contains 375420 sequences. (Running on oeis4.)