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!)
A230296 a(n) = Sum_{i=1..n} d(72*i+1) - Sum_{i=1..n} d(18*i+1), where d(n) = A000005(n). 8
0, 2, 2, 3, 2, 2, 4, 2, 4, 6, 8, 8, 6, 4, 6, 5, 12, 8, 7, 8, 10, 12, 10, 16, 14, 12, 14, 12, 12, 12, 16, 18, 12, 14, 14, 12, 16, 20, 19, 19, 19, 26, 24, 22, 24, 24, 22, 20, 20, 20, 20, 26, 26, 24, 26, 28, 28, 22, 24, 24, 24, 30, 30, 32, 34, 36, 38, 33, 31, 30, 30, 36, 36, 35, 35, 36, 36, 36, 36, 36, 38, 38, 34, 34 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Jorge Luis Cimadevilla Villacorta, Certain inequalities associated with the divisor function, Amer. Math. Monthly, 120 (2013), 832-837. (Shows that a(n) >= 0.)
FORMULA
a(n) = (2*log(2)/3) * n + O(n^(1/3)*log(n)). - Amiram Eldar, Apr 12 2024
MAPLE
See A230290.
MATHEMATICA
Accumulate[Table[DivisorSigma[0, 72*n + 1] - DivisorSigma[0, 18*n + 1], {n, 1, 100}]] (* Amiram Eldar, Apr 12 2024 *)
PROG
(PARI) vector(100, n, sum(i=1, n, numdiv(72*i+1)) - sum(i=1, n, numdiv(18*i+1))) \\ Michel Marcus, Oct 09 2014
CROSSREFS
Sequence in context: A133829 A364925 A160651 * A278317 A086454 A339492
KEYWORD
nonn,changed
AUTHOR
N. J. A. Sloane, Oct 17 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 April 25 09:56 EDT 2024. Contains 371967 sequences. (Running on oeis4.)