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!)
A015844 Numbers k such that phi(k) | sigma(k + 6). 6
1, 2, 4, 5, 6, 8, 9, 14, 15, 18, 24, 36, 45, 50, 56, 60, 72, 86, 98, 114, 148, 180, 204, 260, 264, 304, 315, 324, 370, 372, 420, 429, 434, 450, 456, 504, 546, 555, 602, 609, 610, 615, 684, 738, 746, 760, 786, 792, 868, 960, 982, 988, 1122, 1140, 1270, 1314 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[3000], Divisible[DivisorSigma[1, 6 + #], EulerPhi[#]] &] (* David Nacin, Mar 03 2012 *)
PROG
(PARI) is(n)=!(sigma(n+6)%eulerphi(n)) \\ Charles R Greathouse IV, Sep 25 2012
CROSSREFS
Sequence in context: A030326 A080086 A229133 * A114318 A169956 A342495
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(1) = 1 inserted by Ivan Neretin, Feb 05 2017
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 19 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)