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!)
A015851 Numbers k such that phi(k) | sigma(k + 8). 5

%I #14 Sep 08 2019 17:37:49

%S 1,2,3,4,6,7,9,11,14,15,18,20,34,36,38,39,52,63,70,84,85,97,100,111,

%T 116,130,146,150,153,162,174,180,182,196,207,216,220,222,231,247,372,

%U 427,429,468,490,505,507,608,612,700,702,741,742,748,775,855,861

%N Numbers k such that phi(k) | sigma(k + 8).

%t Select[Range[1, 999], Divisible[DivisorSigma[1, 8 + #], EulerPhi[#]] &] (* _David Nacin_, Mar 04 2012 *)

%o (PARI) is(n)=!(sigma(n+8)%eulerphi(n)) \\ _Charles R Greathouse IV_, Sep 25 2012

%K nonn

%O 1,2

%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 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)