The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A228372 Number of nontrivial divisors in the first n composites. 1
1, 3, 5, 6, 8, 12, 14, 16, 19, 23, 27, 29, 31, 37, 38, 40, 42, 46, 52, 56, 58, 60, 62, 69, 71, 73, 79, 85, 89, 93, 95, 103, 104, 108, 110, 114, 120, 122, 128, 130, 132, 142, 144, 148, 153, 155, 161, 165, 167, 173, 183, 185, 189, 193, 195, 201, 209, 212, 214, 224, 226 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also, positions where values change in A228363.
Partial sums of A144925.
LINKS
MATHEMATICA
Accumulate[DivisorSigma[0, #]-2&/@Select[Range[100], CompositeQ]] (* Harvey P. Dale, Nov 10 2017 *)
PROG
(PARI) L=listcreate(); for(n=1, 1000, if(!isprime(n), listput(L, n))); co=Vec(L); s=0; for(n=2, 100, s=s+numdiv(co[n])-2; print1(s, ", "))
CROSSREFS
Sequence in context: A062832 A089085 A033163 * A039869 A076210 A039014
KEYWORD
nonn
AUTHOR
Ralf Stephan, Aug 21 2013
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 June 8 03:40 EDT 2024. Contains 373207 sequences. (Running on oeis4.)