The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A015817 Numbers n such that phi(n + 1) | sigma(n) for n congruent to 1 (mod 3). 1
1, 7, 28, 31, 55, 94, 127, 265, 322, 385, 406, 649, 1504, 1624, 1990, 2488, 3115, 3154, 4402, 5269, 6265, 6460, 7258, 7384, 7579, 8191, 8455, 8995, 9229, 9799, 11815, 12466, 13114, 13243, 14146, 15385, 16309, 16849, 17731, 20995, 23359 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[1, 100000, 3], Divisible[DivisorSigma[1, #], EulerPhi[1 + #]] &] (* David Nacin, Mar 01 2012 *)
PROG
(PARI) is(n)=n%3==1 && sigma(n)%(eulerphi(n)+1)==0 \\ Charles R Greathouse IV, Sep 25 2012
CROSSREFS
Sequence in context: A184331 A267432 A155712 * A103253 A321777 A269451
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 May 13 14:47 EDT 2024. Contains 372519 sequences. (Running on oeis4.)