login
This site is supported by donations 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; internal format)
OFFSET

1,2

PROG

(PARI) s=1; for(n=1, 160, while(length(contfrac((1+1/s)^s))<n, s++); print1(s, ", "))

CROSSREFS

Sequence in context: A029108 A181550 A134841 * A097087 A153161 A194171

Adjacent sequences:  A071109 A071110 A071111 * A071113 A071114 A071115

KEYWORD

easy,nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), May 27 2002

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.