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!)
A327326 a(n) = A006218(n) - A005187(n). 1
0, 0, 0, 1, 1, 2, 4, 5, 5, 7, 9, 10, 13, 14, 16, 19, 19, 20, 24, 25, 28, 31, 33, 34, 38, 40, 42, 45, 48, 49, 55, 56, 56, 59, 61, 64, 70, 71, 73, 76, 80, 81, 87, 88, 91, 96, 98, 99, 104, 106, 110, 113, 116, 117, 123, 126, 130, 133, 135, 136, 145, 146, 148, 153, 153, 156, 162, 163, 166, 169, 175, 176, 184 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
COMMENTS
Also, 0 together with the partial sums of A326987.
LINKS
FORMULA
a(n) ~ n * (log(n) + 2*gamma - 3), where gamma is Euler's constant (A001620). - Amiram Eldar, Apr 18 2024
MATHEMATICA
With[{nmax = 100}, Join[{0}, Accumulate[Table[DivisorSigma[0, n], {n, 1, nmax}]]] - Table[2*n - DigitCount[n, 2, 1], {n, 0, nmax}]] (* Amiram Eldar, Apr 18 2024 *)
CROSSREFS
Sequence in context: A140202 A307230 A026404 * A170882 A116680 A138083
KEYWORD
nonn,changed
AUTHOR
Omar E. Pol, Sep 14 2019
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 25 12:15 EDT 2024. Contains 371969 sequences. (Running on oeis4.)