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!)
A140235 Partial sum of non-semiprimes A100959. 1
1, 3, 6, 11, 18, 26, 37, 49, 62, 78, 95, 113, 132, 152, 175, 199, 226, 254, 283, 313, 344, 376, 412, 449, 489, 530, 572, 615, 659, 704, 751, 799, 849, 901, 954, 1008, 1064, 1123, 1183, 1244, 1307, 1371, 1437, 1504, 1572, 1642, 1713, 1785, 1858, 1933, 2009 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This is to semiprimes A001358 as A051352 is to primes A000040. Equivalently, this is to non-semiprimes A100959 as A051349 is to nonprimes A018252.
LINKS
FORMULA
a(n) = Sum{k=1..n} A100959(k).
EXAMPLE
a(5) = 18 = 1 + 2 + 3 + 5 + 7.
MATHEMATICA
Accumulate[Select[Range[100], PrimeOmega[#]!=2&]] (* Harvey P. Dale, Aug 22 2021 *)
CROSSREFS
Sequence in context: A025210 A340648 A140126 * A224214 A010000 A183199
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, May 13 2008
EXTENSIONS
Corrected and edited by Giovanni Resta, Jun 20 2016
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 March 29 09:14 EDT 2024. Contains 371268 sequences. (Running on oeis4.)