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!)
A015841 Numbers k such that phi(k) | sigma(k+4). 6
1, 2, 3, 6, 7, 8, 10, 17, 18, 24, 26, 42, 50, 52, 54, 56, 65, 75, 80, 81, 87, 90, 110, 111, 114, 120, 126, 154, 164, 186, 216, 234, 244, 245, 306, 308, 338, 344, 350, 351, 371, 372, 374, 416, 436, 456, 490, 528, 560, 570, 598, 626, 682, 689, 759, 777, 836, 866 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[3000], Divisible[DivisorSigma[1, 4 + #], EulerPhi[#]] &] (* David Nacin, Mar 03 2012 *)
PROG
(PARI) isok(n) = !(sigma(n+4) % eulerphi(n)); \\ Michel Marcus, Feb 05 2017
CROSSREFS
Sequence in context: A072685 A119960 A273265 * A371276 A175893 A031470
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 24 15:57 EDT 2024. Contains 371961 sequences. (Running on oeis4.)