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!)
A015825 Numbers k such that phi(k + 8) | sigma(k). 1
6, 7, 10, 30, 41, 46, 54, 55, 62, 66, 70, 78, 108, 114, 118, 132, 135, 138, 168, 174, 186, 188, 190, 195, 220, 246, 286, 297, 318, 354, 357, 378, 382, 391, 434, 438, 460, 474, 510, 534, 553, 606, 618, 646, 654, 667, 702, 748, 754, 780, 786, 834, 836, 852 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[1000], Divisible[DivisorSigma[1, #], EulerPhi[8 + #]] &] (* David Nacin, Mar 01 2012 *)
PROG
(PARI) is(n)=sigma(n)%(eulerphi(n)+8)==0 \\ Charles R Greathouse IV, Sep 25 2012
CROSSREFS
Cf. A000010 (phi), A000203 (sigma).
Sequence in context: A114949 A081359 A117618 * A243489 A164018 A156793
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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)