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

%I #24 Sep 03 2022 21:19:36

%S 6,7,10,30,41,46,54,55,62,66,70,78,108,114,118,132,135,138,168,174,

%T 186,188,190,195,220,246,286,297,318,354,357,378,382,391,434,438,460,

%U 474,510,534,553,606,618,646,654,667,702,748,754,780,786,834,836,852

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

%H Vincenzo Librandi, <a href="/A015825/b015825.txt">Table of n, a(n) for n = 1..2000</a>

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

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

%Y Cf. A000010 (phi), A000203 (sigma).

%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 23 06:04 EDT 2024. Contains 371906 sequences. (Running on oeis4.)