login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A015850 Numbers k such that phi(k + 12) | sigma(k) for k not congruent to 0 (mod 3). 0

%I #14 Sep 08 2019 18:16:23

%S 14,23,38,109,248,280,380,406,506,1178,1288,1364,1504,1528,1798,1976,

%T 1978,1990,2408,2528,2698,3160,3230,4318,4888,6106,6904,7160,7192,

%U 7366,8234,8648,8804,8920,8932,9238,10726,10856,11210,11684,11818,12008,12154,14212

%N Numbers k such that phi(k + 12) | sigma(k) for k not congruent to 0 (mod 3).

%t Select[Range[1, 10000], Divisible[DivisorSigma[1, #], EulerPhi[12 + #]] && !Mod[#, 3] == 0 &] (* _David Nacin_, Mar 04 2012 *)

%o (PARI) is(n)=n%3 && sigma(n)%eulerphi(n+12)==0 \\ _Charles R Greathouse IV_, Sep 25 2012

%K nonn

%O 1,1

%A _Robert G. Wilson v_

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)