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!)
A015848 Numbers k such that phi(k + 7) | sigma(k) for k not congruent to 0 (mod 3). 0
11, 14, 23, 35, 59, 71, 77, 107, 110, 119, 131, 140, 158, 161, 167, 179, 203, 239, 251, 253, 280, 287, 290, 304, 311, 329, 347, 359, 371, 383, 413, 419, 430, 431, 467, 491, 497, 581, 599, 623, 647, 665, 713, 728, 749, 770, 827, 836, 887, 893, 971, 1031, 1043 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[1, 5000], Divisible[DivisorSigma[1, #], EulerPhi[7 + #]] && ! Mod[#, 3] == 0 &] (* David Nacin, Mar 04 2012 *)
PROG
(PARI) is(n)=n%3 && sigma(n)%eulerphi(n+7)==0 \\ Charles R Greathouse IV, Sep 25 2012
CROSSREFS
Sequence in context: A266988 A248642 A121297 * A106389 A030726 A039282
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)