cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A140335 Smallest number greater than a(n-1) that, when adding the reciprocals of all the terms up to it, the sum is <= 3.

This page as a plain text file.
%I A140335 #11 Sep 06 2019 03:51:48
%S A140335 1,2,3,4,5,6,7,8,9,10,15,230,57960
%N A140335 Smallest number greater than a(n-1) that, when adding the reciprocals of all the terms up to it, the sum is <= 3.
%C A140335 The definition similar to this except that it reaches 2 is simply 1, 2, 3, 6.
%C A140335 The sequence ends at a(13) because Sum_{n=1..13} 1/a(n) = 3. - _Joerg Arndt_, Sep 06 2019
%e A140335 11 does not qualify for the term after 10 because the sum of the reciprocals of the first 11 terms would then fall between 3.01 and 3.02.
%Y A140335 Cf. A281873 (sum <= 4).
%K A140335 fini,full,nonn
%O A140335 1,2
%A A140335 _J. Lowell_, Jul 21 2008