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!)
A230292 a(n) = Sum_{i=1..n} d(24*i+9) - Sum_{i=1..n} d(6*i+3), where d(n) = A000005(n). 8
1, 1, 2, 6, 6, 8, 6, 6, 11, 9, 13, 15, 14, 18, 20, 18, 14, 19, 21, 21, 25, 21, 25, 31, 33, 33, 31, 29, 33, 36, 32, 32, 34, 40, 40, 42, 41, 37, 49, 51, 51, 49, 47, 51, 52, 54, 50, 54, 54, 58, 60, 52, 56, 64, 62, 66, 68, 64, 68, 74, 72, 68, 73, 75, 75, 75, 77, 77, 85, 83, 79, 77, 72, 84, 88, 88, 84, 92, 94, 90, 98, 90 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
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) = (5*log(2)/3) * n + O(n^(1/3)*log(n)). - Amiram Eldar, Apr 12 2024
MAPLE
See A230290.
MATHEMATICA
Accumulate[Table[DivisorSigma[0, 24*n + 9] - DivisorSigma[0, 6*n + 3], {n, 1, 100}]] (* Amiram Eldar, Apr 12 2024 *)
PROG
(PARI) vector(100, n, sum(i=1, n, numdiv(24*i+9)) - sum(i=1, n, numdiv(6*i+3))) \\ Michel Marcus, Oct 09 2014
CROSSREFS
Sequence in context: A177934 A318435 A157299 * A082911 A005869 A353624
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 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)