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!)
A346111 a(n) = Sum_{primes p <=n} sigma(floor(n/p)). 3
0, 1, 2, 4, 5, 8, 9, 12, 13, 14, 15, 24, 25, 23, 23, 30, 31, 35, 36, 44, 41, 37, 38, 61, 60, 48, 46, 59, 60, 71, 72, 79, 74, 63, 58, 95, 96, 79, 66, 95, 96, 102, 103, 110, 108, 98, 99, 142, 138, 114, 102, 116, 117, 136, 129, 152, 134, 110, 111, 191, 192, 154, 142 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
a[n_] := Plus @@ DivisorSigma[1, Floor[n/Select[Range[n], PrimeQ]]]; Array[a, 100] (* Amiram Eldar, Jul 05 2021 *)
PROG
(PARI) a(n) = my(s=0); forprime(p=2, n, s+=sigma(n\p)); s;
CROSSREFS
Cf. A000203, A013939 (with k instead of sigma(k)), A344672 (with phi instead).
Sequence in context: A334266 A211967 A099628 * A286805 A188072 A296058
KEYWORD
nonn
AUTHOR
Michel Marcus, Jul 05 2021
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 27 23:22 EDT 2024. Contains 372020 sequences. (Running on oeis4.)