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!)
A071113 Numbers k such that the number of terms in the continued fraction for (1 + 1/x)^x equals k for some x. 0
1, 2, 5, 7, 10, 14, 16, 20, 24, 29, 39, 40, 42, 44, 46, 55, 57, 59, 66, 68, 70, 81, 86, 91, 106, 108, 109, 117, 118, 119, 120, 123, 124, 133, 142, 147, 155, 159, 163, 164, 167, 168, 171, 176, 177, 198, 201, 205, 206, 213, 217, 226, 227, 228, 229, 233, 238, 246 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
It appears that lim_{n -> infinity} a(n)/(n*log(n)) = 1. - Benoit Cloitre, Jan 29 2006
LINKS
PROG
(PARI) for(n=1, 300, if(sum(i=1, n, if(length(contfrac((1+1/i)^i))-n, 0, 1))>0, print1(n, ", ")))
CROSSREFS
Sequence in context: A241510 A088947 A288209 * A071704 A267374 A267379
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 24 14:18 EDT 2024. Contains 371960 sequences. (Running on oeis4.)