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!)
A069880 Number of terms in the simple continued fraction for Sum_{k=1..n} 1/k!. 5
1, 2, 3, 5, 6, 9, 9, 13, 14, 18, 19, 20, 24, 24, 23, 29, 33, 36, 31, 38, 41, 42, 46, 50, 53, 58, 56, 57, 70, 73, 77, 69, 76, 76, 78, 77, 80, 85, 89, 101, 101, 105, 106, 104, 106, 112, 115, 124, 113, 126, 124, 124, 130, 144, 144, 148, 140, 149, 141, 151, 157, 158, 172 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Does lim_{n->infinity} a(n)/(n * log(log(n))) = C = 2.XXX...?
EXAMPLE
For n=4, Sum_{k=1..n} 1/k! = 1/1! + 1/2! + 1/3! + 1/4! = 1/1 + 1/2 + 1/6 + 1/24 = 41/24 = 1 + 1/(1 + 1/(2 + 1/(2 + 1/3))) = CF[1;1,2,2,1], so a(4) = 5.
MATHEMATICA
lcf[f_] := Length[ContinuedFraction[f]]; lcf /@ Accumulate[Table[1/k!, {k, 1, 100}]] (* Amiram Eldar, Apr 30 2022 *)
CROSSREFS
Sequence in context: A036697 A131292 A276476 * A230044 A329269 A069861
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, May 04 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 23 19:56 EDT 2024. Contains 371916 sequences. (Running on oeis4.)