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!)
A071112 Smallest k such that the number of elements in the continued fraction for (1+1/k)^k is >= n. 0
1, 2, 3, 3, 3, 4, 4, 6, 6, 6, 7, 7, 7, 7, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 12, 12, 12, 12, 12, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 14, 15, 15, 17, 17, 17, 17, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 21, 21, 23, 23, 23, 23, 23, 23, 23, 26, 26, 26, 26, 28, 28, 28, 28, 28, 28, 28 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) s=1; for(n=1, 160, while(length(contfrac((1+1/s)^s))<n, s++); print1(s, ", "))
CROSSREFS
Sequence in context: A350812 A181550 A134841 * A097087 A153161 A346373
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, May 27 2002
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 17 18:43 EDT 2024. Contains 371765 sequences. (Running on oeis4.)