login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A048886
Numbers n such that sigma(n) = n-th composite number.
0
6, 8, 10, 14, 27, 39, 51, 57, 745, 755, 7091, 268243, 439681, 3271489, 33559819, 74138989, 80194627, 179405777, 1131818923, 1170569879, 1324475807, 1324478657, 51086967247, 72229691441, 72229691533, 72229691993, 72229693511
OFFSET
1,1
PROG
(PARI) isok(n) = (sigma(n) == A002808(n)) \\ (see script there). Michel Marcus, Jul 14 2013
CROSSREFS
Sequence in context: A243537 A073582 A363837 * A349477 A161545 A350295
KEYWORD
nonn
EXTENSIONS
a(15)-a(22) from Donovan Johnson, Apr 03 2008
a(23)-a(27) from Donovan Johnson, Oct 24 2010
STATUS
approved