[go: up one dir, main page]

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!)
A082408 Least k such that the continued fraction for n/k contains no element >2. 0
2, 2, 2, 3, 5, 3, 6, 4, 8, 5, 5, 7, 6, 6, 12, 9, 7, 8, 8, 11, 46, 9, 10, 10, 18, 14, 12, 11, 12, 12, 22, 13, 14, 15, 74, 14, 15, 15, 29, 16, 31, 22, 18, 17, 34, 18, 18, 19, 34, 20, 106, 27, 21, 21, 21, 24, 118, 22, 122, 24, 24, 24, 25, 33, 49, 26, 46, 28, 26, 27, 27, 31, 29, 28, 55, 30 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n)>n iff n is in A055114. Note that there are very few composites in A055114 : 529,851...are the first.
LINKS
PROG
(PARI) a(n)=if(n<0, 0, s=1; while(abs(vecmax(contfrac(n/s))-2)>0, s++); s)
CROSSREFS
Cf. A055114.
Sequence in context: A333462 A133850 A160902 * A270566 A182534 A165918
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Apr 23 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 August 29 23:34 EDT 2024. Contains 375520 sequences. (Running on oeis4.)