A090553 Sigma(A090552(n)).
1, 3, 6, 12, 12, 24, 24, 24, 72, 72, 72, 72, 144, 144, 144, 144, 144, 288, 288, 288, 576, 576, 576, 576, 576, 576, 576, 576, 1152, 1152, 1152, 1152, 1152, 1152, 1152, 2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304, 4608, 4608
Offset: 1
Keywords
Programs
-
PARI
lista(nn) = {a = 1; print1(a, ", "); for (n = 1, nn, sa = sigma(a); a++; while (sigma(a) % sa, a++); print1(sigma(a), ", "););} \\ Michel Marcus, Oct 12 2013
Formula
Extensions
Corrected and extended by David Wasserman, Jan 04 2006