A192275 Super anti-perfect numbers.
7, 167, 507, 543, 3433, 6707, 9615, 15690, 87667, 1023971, 2054435, 5871045, 9150387, 14146891, 63538839, 169623015
Offset: 1
Programs
-
Maple
for n from 1 do if A066417(A066417(n)) = 2*n then print(n); end if; end do: # R. J. Mathar, Oct 02 2011
Extensions
a(9)-a(16) from Donovan Johnson, Sep 22 2011
Comments