A113546 Let S(n)=sigma(n)/3. Numbers k such that S(S(k))=k, 1/3-sociable number of order 1 or 2.
120, 672, 7680, 8184, 523776, 1100190, 1124352, 14913024, 16149760, 459818240, 775898880, 874897408, 1476304896, 51001180160
Offset: 1
Links
- Eric Weisstein's World of Mathematics, Sociable Numbers
Programs
-
PARI
isok(n) = (type(s=sigma(n)/3) == "t_INT") && (sigma(s)/3 == n); \\ Michel Marcus, Feb 20 2014
Extensions
a(6)-a(9) from Michel Marcus, Feb 20 2014
a(10)-a(12) from Michel Marcus, Feb 24 2014
a(13)-a(14) from Giovanni Resta, Jul 22 2015
Comments