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!)
A015823 Numbers k such that phi(k + 7) | sigma(k). 1
3, 6, 11, 14, 23, 24, 30, 33, 35, 54, 59, 66, 71, 77, 99, 102, 105, 107, 110, 119, 131, 140, 158, 161, 167, 168, 174, 179, 186, 203, 222, 231, 239, 251, 253, 280, 287, 290, 304, 311, 312, 329, 347, 348, 357, 359, 366, 371, 378, 383, 402, 413, 419, 426, 430 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[1000], Divisible[DivisorSigma[1, #], EulerPhi[7 + #]] &] (* David Nacin, Mar 01 2012 *)
PROG
(PARI) is(n)=sigma(n)%(eulerphi(n)+7)==0 \\ Charles R Greathouse IV, Sep 25 2012
CROSSREFS
Sequence in context: A282277 A122599 A342954 * A049620 A350438 A329741
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 24 17:02 EDT 2024. Contains 371962 sequences. (Running on oeis4.)