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!)
A015793 Numbers n such that phi(n) + 4 divides sigma(n). 2
6, 15, 21, 24, 30, 33, 39, 42, 51, 57, 66, 69, 78, 84, 87, 93, 96, 102, 108, 111, 114, 120, 123, 129, 138, 141, 159, 174, 175, 177, 183, 186, 201, 213, 219, 220, 222, 237, 246, 249, 258, 267, 282, 291, 303, 309, 318, 321, 327, 339, 350, 354, 366 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[400], Divisible[DivisorSigma[1, #], EulerPhi[#]+4]&] (* Harvey P. Dale, Aug 05 2014 *)
PROG
(PARI) is(n)=!(sigma(n)%eulerphi(n+4)) \\ Charles R Greathouse IV, Sep 25 2012
CROSSREFS
Sequence in context: A012412 A009092 A330205 * A261078 A063466 A138109
KEYWORD
nonn
AUTHOR
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 April 29 00:08 EDT 2024. Contains 372097 sequences. (Running on oeis4.)