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

A067232
Numbers n such that phi(3n-1) = sigma(n).
2
1, 3, 5, 7, 35, 39, 47, 51, 145, 210, 215, 287, 321, 355, 385, 532, 572, 635, 702, 1248, 1357, 1566, 1577, 1720, 1837, 2241, 2619, 2635, 2910, 3243, 4117, 4290, 4311, 5010, 5346, 5495, 5605, 6557, 7565, 7637, 7683, 9342, 9741, 9798, 10792, 11679, 13039
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[14000], EulerPhi[3#-1]==DivisorSigma[1, #]&] (* Harvey P. Dale, Feb 03 2015 *)
PROG
(PARI) isok(n) = eulerphi(3*n-1) == sigma(n); \\ Michel Marcus, Nov 21 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Feb 20 2002
STATUS
approved