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!)
A368817 Sum of the refactorable numbers less than n that do not divide n. 1
0, 0, 2, 0, 2, 0, 2, 0, 10, 17, 19, 17, 31, 29, 31, 21, 31, 20, 49, 47, 49, 47, 49, 27, 73, 71, 64, 71, 73, 71, 73, 63, 73, 71, 73, 32, 109, 107, 109, 99, 149, 147, 149, 147, 140, 147, 149, 103, 149, 147, 149, 147, 149, 120, 149, 139, 205, 203, 205, 191, 265, 263 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = Sum_{k=1..n} k * c(k) * (ceiling(n/k) - floor(n/k)), where c = A336040.
EXAMPLE
a(15) = 31. There are 4 refactorable numbers that are less than 15 that do not divide 15, namely: 2, 8, 9, 12. Their sum is 2 + 8 + 9 + 12 = 31.
MATHEMATICA
Table[Sum[k (1 - Ceiling[k/DivisorSigma[0, k]] + Floor[k/DivisorSigma[0, k]]) (Ceiling[n/k] - Floor[n/k]), {k, n}], {n, 100}]
CROSSREFS
Sequence in context: A307692 A300548 A293898 * A324301 A361235 A243822
KEYWORD
nonn,easy
AUTHOR
Wesley Ivan Hurt, Jan 06 2024
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 May 1 14:59 EDT 2024. Contains 372174 sequences. (Running on oeis4.)