OFFSET
1,2
COMMENTS
From Bernard Schott, Mar 27 2021: (Start)
Some subsequences of these nonprimes arithmetic numbers.
- Squares of primes of the form 6k+1 (A002476).
- Cubes of odd primes (A030078 \ {8}).
- Semiprimes 2*p where prime p is of the form 4k+3 (A002145).
- Semiprimes 3*p where p prime <> 3 (A001748 \ {9}).
- Integers 4*p where prime p is of the form 6k-1 (A007528). (End)
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (term 1..1000 from Paolo P. Lava)
EXAMPLE
Sigma(22) = 36, tau(22) = 4, sigma(22)/tau(2) = 9, 22 is not prime, hence 22 belongs to this sequence.
MATHEMATICA
Select[{Mean[Divisors[#]], #}& /@ Select[Range[140], !PrimeQ[#]&], IntegerQ[#[[1]]]&][[All, 2]] (* Jean-François Alcover, Oct 31 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved