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!)
A015840 Numbers k such that phi(k) | sigma(k + 3). 6
1, 2, 3, 4, 7, 8, 12, 14, 19, 20, 21, 24, 27, 30, 32, 39, 52, 63, 84, 91, 102, 112, 117, 127, 129, 132, 135, 155, 165, 181, 200, 210, 252, 327, 348, 387, 403, 405, 410, 432, 452, 453, 456, 459, 475, 480, 532, 549, 592, 620, 624, 679, 693, 714, 725, 952, 1009 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MAPLE
with(numtheory): A015840:=n->`if`(sigma(n+3) mod phi(n) = 0, n, NULL): seq(A015840(n), n=1..5*10^3); # Wesley Ivan Hurt, Feb 04 2017
MATHEMATICA
Select[Range[3000], Divisible[DivisorSigma[1, 3 + #], EulerPhi[#]] &] (* David Nacin, Mar 03 2012 *)
PROG
(PARI) is(n)=!(sigma(n+3)%eulerphi(n)) \\ Charles R Greathouse IV, Sep 25 2012
CROSSREFS
Cf. A020492.
Sequence in context: A122456 A186243 A073882 * A051213 A340111 A211659
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(1) = 1 inserted by Ivan Neretin, Jan 30 2017
STATUS
approved

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 September 12 12:46 EDT 2024. Contains 375851 sequences. (Running on oeis4.)