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

A015875
Numbers k such that phi(k + 12) | sigma(k) + 12.
1
3, 6, 10, 12, 14, 15, 22, 24, 26, 30, 34, 42, 44, 46, 62, 69, 74, 82, 94, 106, 114, 118, 122, 134, 135, 146, 166, 194, 198, 202, 206, 214, 262, 282, 302, 314, 334, 346, 366, 382, 386, 446, 454, 466, 474, 502, 514, 526, 542, 554, 614, 622, 662, 694
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[700], Divisible[DivisorSigma[1, #]+12, EulerPhi[#+12]]&] (* Harvey P. Dale, Apr 14 2021 *)
PROG
(PARI) is(n)=!((sigma(n)+12)%eulerphi(n+12)) \\ Charles R Greathouse IV, Sep 25 2012
CROSSREFS
Sequence in context: A345915 A050107 A120068 * A301285 A310042 A310043
KEYWORD
nonn
STATUS
approved