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

%I #19 Sep 08 2019 17:38:13

%S 10,20,26,58,122,1018,1040,2042,8186,32762,522752,2097146,8388602,

%T 9898496,16871744,33554426,1073741818,1630145024

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

%C a(19) > 10^12. - _Donovan Johnson_, Feb 28 2012

%t Select[Range[100000],

%t Divisible[DivisorSigma[1, #] + 6, EulerPhi[# + 6]] &] (* _David Nacin_, Feb 2012 *)

%K nonn

%O 1,1

%A _Robert G. Wilson v_

%E Offset corrected and a(10)-a(18) from _Donovan Johnson_, Feb 28 2012

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