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”).

A067877
Numbers n such that sigma(n)=phi(n*bigomega(n)-1).
0
1, 10, 33, 46, 65, 77, 123, 221, 371, 385, 545, 753, 1643, 2033, 2635, 3243, 4311, 4533, 4798, 5177, 5495, 5605, 7463, 7565, 7683, 7739, 8201, 9741, 11679, 13039, 13623, 17147, 17663, 18067, 18695, 23038, 23335, 24215, 27231, 28495, 31403
OFFSET
1,2
MATHEMATICA
Select[Range[32000], DivisorSigma[1, #]==EulerPhi[# PrimeOmega[#]-1]&] (* Harvey P. Dale, Jan 16 2023 *)
CROSSREFS
Sequence in context: A256352 A255533 A067878 * A367031 A348427 A063160
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Mar 02 2002
STATUS
approved