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!)
A015845 Numbers k such that phi(k) | sigma(k + 7). 6
1, 2, 3, 4, 5, 6, 7, 8, 12, 16, 20, 22, 24, 26, 27, 28, 31, 35, 39, 40, 50, 58, 63, 70, 88, 95, 108, 112, 116, 120, 135, 152, 163, 183, 224, 228, 241, 273, 315, 323, 364, 369, 455, 476, 520, 524, 616, 620, 632, 703, 782, 855, 903, 945, 950, 1008, 1124, 1188 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[3000], Divisible[DivisorSigma[1, 7 + #], EulerPhi[#]] &] (* David Nacin, Mar 03 2012 *)
PROG
(PARI) is(n)=!(sigma(n+7)%eulerphi(n)) \\ Charles R Greathouse IV, Sep 25 2012
CROSSREFS
Sequence in context: A211202 A066418 A361437 * A030702 A305926 A033087
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 16 02:39 EDT 2024. Contains 371696 sequences. (Running on oeis4.)