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!)
A015844 Numbers k such that phi(k) | sigma(k + 6). 6

%I #19 Sep 09 2019 01:20:34

%S 1,2,4,5,6,8,9,14,15,18,24,36,45,50,56,60,72,86,98,114,148,180,204,

%T 260,264,304,315,324,370,372,420,429,434,450,456,504,546,555,602,609,

%U 610,615,684,738,746,760,786,792,868,960,982,988,1122,1140,1270,1314

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

%H Ivan Neretin, <a href="/A015844/b015844.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[Range[3000], Divisible[DivisorSigma[1, 6 + #], EulerPhi[#]] &] (* _David Nacin_, Mar 03 2012 *)

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

%K nonn

%O 1,2

%A _Robert G. Wilson v_

%E a(1) = 1 inserted by _Ivan Neretin_, Feb 05 2017

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 25 11:06 EDT 2024. Contains 371967 sequences. (Running on oeis4.)