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!)
A351746 a(n) = Sum_{p|n, p prime} (p-1) * tau(n/p). 0
0, 1, 2, 2, 4, 6, 6, 3, 4, 10, 10, 10, 12, 14, 12, 4, 16, 11, 18, 16, 16, 22, 22, 14, 8, 26, 6, 22, 28, 28, 30, 5, 24, 34, 20, 18, 36, 38, 28, 22, 40, 36, 42, 34, 20, 46, 46, 18, 12, 19, 36, 40, 52, 16, 28, 30, 40, 58, 58, 44, 60, 62, 26, 6, 32, 52, 66, 52, 48, 44, 70, 25, 72, 74 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = A351711(n) - A248577(n).
EXAMPLE
a(12) = 10; a(12) = Sum_{p|12, p prime} (p-1) * tau(12/p) = (2-1)*tau(12/2) + (3-1)*tau(12/3) = tau(6) + 2*tau(4) = 4 + 2*3 = 10.
PROG
(PARI) a(n) = my(f=factor(n)); sum(k=1, #f~, (f[k, 1]-1)*numdiv(n/f[k, 1])); \\ Michel Marcus, Feb 18 2022
CROSSREFS
Cf. A000005 (tau), A001221 (omega), A248577, A351711.
Sequence in context: A264872 A303306 A347797 * A118960 A107797 A316788
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, Feb 17 2022
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 September 17 16:38 EDT 2024. Contains 375990 sequences. (Running on oeis4.)