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!)
A322977 Number of even divisors d of n such that d-1 is prime. 6
0, 0, 0, 1, 0, 1, 0, 2, 0, 0, 0, 3, 0, 1, 0, 2, 0, 2, 0, 2, 0, 0, 0, 5, 0, 0, 0, 2, 0, 2, 0, 3, 0, 0, 0, 4, 0, 1, 0, 3, 0, 3, 0, 2, 0, 0, 0, 6, 0, 0, 0, 1, 0, 3, 0, 3, 0, 0, 0, 6, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 7, 0, 1, 0, 2, 0, 1, 0, 4, 0, 0, 0, 6, 0, 0, 0, 3, 0, 4, 0, 1, 0, 0, 0, 7, 0, 2, 0, 2, 0, 2, 0, 3, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,8
COMMENTS
Equally: Number of divisors d of n such that d-1 is an odd prime.
LINKS
FORMULA
a(n) = Sum_{d|n, d>1} A059841(d)*A010051(d-1).
a(n) <= A183063(n).
MATHEMATICA
Array[DivisorSum[#, 1 &, And[EvenQ@ #, PrimeQ[# - 1]] &] &, 105] (* Michael De Vlieger, Jan 04 2019 *)
PROG
(PARI) A322977(n) = sumdiv(n, d, (!(d%2))*isprime(d-1));
CROSSREFS
Sequence in context: A333767 A325165 A076849 * A321374 A262889 A083059
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jan 04 2019
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)