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!)
A015851 Numbers k such that phi(k) | sigma(k + 8). 5
1, 2, 3, 4, 6, 7, 9, 11, 14, 15, 18, 20, 34, 36, 38, 39, 52, 63, 70, 84, 85, 97, 100, 111, 116, 130, 146, 150, 153, 162, 174, 180, 182, 196, 207, 216, 220, 222, 231, 247, 372, 427, 429, 468, 490, 505, 507, 608, 612, 700, 702, 741, 742, 748, 775, 855, 861 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[1, 999], Divisible[DivisorSigma[1, 8 + #], EulerPhi[#]] &] (* David Nacin, Mar 04 2012 *)
PROG
(PARI) is(n)=!(sigma(n+8)%eulerphi(n)) \\ Charles R Greathouse IV, Sep 25 2012
CROSSREFS
Sequence in context: A248357 A047872 A173254 * A225529 A065156 A097987
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)