A067192 Composite c such that sigma(c)==2 (mod phi(c)).
10, 20, 52, 232, 976, 1332, 65152, 261376, 4191232, 67096576, 274877120512, 4398043365376
Offset: 1
Programs
-
PARI
isok(c) = !isprime(c) && ((sigma(c) % eulerphi(c)) == 2); \\ Michel Marcus, Feb 17 2021
Extensions
a(8)-a(10) from Donovan Johnson, Dec 14 2009
a(11) from Donovan Johnson, Feb 29 2012
a(12) from Giovanni Resta, Mar 29 2020
Comments