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!)
A241556 Number of prime anti-divisors m of n. 2
0, 0, 1, 1, 2, 0, 3, 2, 1, 2, 3, 1, 3, 1, 1, 2, 5, 2, 3, 2, 1, 2, 3, 1, 4, 2, 3, 4, 3, 0, 3, 4, 3, 2, 3, 0, 3, 4, 3, 1, 2, 2, 5, 2, 3, 4, 5, 2, 3, 2, 1, 3, 4, 0, 3, 2, 3, 4, 5, 3, 4, 3, 2, 2, 3, 2, 5, 2, 1, 2, 5, 4, 5, 2, 1, 2, 5, 2, 3, 4, 3, 3, 4, 1, 4, 2, 3, 4, 3, 0, 3, 4, 5, 4, 3, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
The maximum value of a(n) is 9 for 1 <= n <= 10000.
There are 167 instances of a(n) = 0 for 1 <= n <= 10000 (See A241557).
LINKS
EXAMPLE
a(10) = 2, since 10 has 3 anti-divisors {3, 4, 7}; only {3, 7} are prime.
a(9223) = 9; these are {2, 3, 5, 7, 11, 13, 17, 31, 43}.
MATHEMATICA
primeAntiDivisors[n_] := Select[Cases[Range[2, n - 1], _?(Abs[Mod[n, #] - #/2] < 1 &)], PrimeQ]; a241556[n_Integer] := Map[Length[primeAntiDivisors[#]] &, Range[n]]; a241556[120]
CROSSREFS
Sequence in context: A342176 A325195 A026728 * A242029 A090722 A221879
KEYWORD
nonn
AUTHOR
Michael De Vlieger, Aug 08 2014
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 July 12 06:35 EDT 2024. Contains 374237 sequences. (Running on oeis4.)