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!)
A071528 Number of 1's among the elements of the simple continued fraction for e(n)=sum(k=1,n,1/k!). 0
1, 1, 2, 2, 4, 5, 6, 8, 7, 12, 11, 11, 15, 13, 13, 16, 19, 17, 18, 19, 23, 25, 25, 27, 29, 32, 32, 27, 40, 40, 46, 35, 44, 38, 41, 43, 40, 46, 45, 55, 54, 57, 62, 53, 57, 52, 59, 67, 61, 67, 66, 69, 74, 80, 79, 85, 77, 78, 76, 83, 85, 88, 96, 78, 101, 93, 89, 101, 88, 106, 95 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
It seems that lim n ->infinity a(n)/A069880(n) = C = 0.5... which is different from (log(4)-log(3))/log(2)=0.415... the expected density of 1's (cf. measure theory of continued fractions).
LINKS
EXAMPLE
e(10) has for continued fraction [1, 1, 2, 1, 1, 4, 1, 1, 6, 1, 1, 11, 1, 1, 29, 1, 1, 2] which contains 12 "1's" hence a(10)=12.
PROG
(PARI) for(n=1, 150, if(prod(i=1, length(contfrac((1+1/n)^n)), n-component(contfrac((1+1/n)^n), i)) == 0, print1(n, ", ")))
CROSSREFS
Sequence in context: A339022 A341467 A341468 * A056902 A089676 A334653
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Jun 02 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 July 3 05:06 EDT 2024. Contains 373966 sequences. (Running on oeis4.)