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!)
A318875 Number of divisors d of n for which 2*phi(d) < d. 4
0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 0, 1, 0, 0, 0, 2, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 3, 0, 0, 0, 1, 0, 4, 0, 1, 0, 3, 0, 3, 0, 2, 0, 1, 0, 4, 0, 2, 0, 2, 0, 3, 0, 3, 0, 1, 0, 6, 0, 1, 0, 0, 0, 3, 0, 2, 0, 3, 0, 6, 0, 1, 0, 2, 0, 3, 0, 4, 0, 1, 0, 6, 0, 1, 0, 3, 0, 5, 0, 2, 0, 1, 0, 5, 0, 2, 0, 4, 0, 3, 0, 3, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,12
LINKS
FORMULA
a(n) = Sum_{d|n} [A083254(d) < 0].
For all n >= 1, a(n) + A318874(n) + A007814(n) = A000005(n).
MAPLE
A318875 := n -> nops(select(d -> (2*numtheory:-phi(d)) < d, divisors(n))):
seq(A318875(n), n=1..199); # Peter Luschny, Sep 05 2018
PROG
(PARI) A318875(n) = sumdiv(n, d, (2*eulerphi(d))<d);
CROSSREFS
Sequence in context: A265245 A110270 A284825 * A187143 A187144 A123635
KEYWORD
nonn
AUTHOR
Antti Karttunen, Sep 05 2018
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)