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!)
A120055 a(n) is the least semiprime s such that the Sum_{semiprime i <= s} 1/i exceeds n. 0
4, 35, 871, 43217, 5296623, 2011783478 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
A002387(n+1) < a(n) < A016088(n).
a(n) is the k-th semiprime: k = 1, 13, 262, 10521, 1034924, 316108902; factors: 2*2, 5*7, 13*61, 23*1879, 3*1765541, 2*1005891739.
For a(1), sum = 1.025694370988488635...
for a(2), sum = 2.000920208207319042...
for a(3), sum = 3.000000294546501318...
for a(4), sum = 4.000000031685702432...
for a(5), sum = 5.000000000169814007...
LINKS
EXAMPLE
a(0)=4 because 1/4 > 0.
a(1)=35 because 1/4 + 1/6 + 1/9 + 1/10 + 1/14 + 1/15 + 1/21 + 1/22 + 1/25 + 1/26 + 1/33 + 1/34 + 1/35 = 15708817/15315300 > 1.
MATHEMATICA
s = 0; k = 1; Do[ While[s <= n, If[ Plus @@ Last /@ FactorInteger@k == 2, s = N[ s + 1/k, 20]]; k++ ]; Print[{k - 1, s}]; k ++, {n, 0, 5}]
CROSSREFS
Sequence in context: A125798 A129581 A356544 * A192012 A076818 A005026
KEYWORD
nonn,more
AUTHOR
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)