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!)
A015853 Numbers k such that phi(k) | sigma(k + 9). 5
1, 2, 3, 4, 5, 6, 10, 12, 13, 14, 21, 24, 26, 30, 31, 37, 42, 45, 48, 50, 57, 60, 68, 76, 78, 96, 105, 111, 133, 156, 168, 175, 181, 196, 200, 215, 273, 286, 288, 290, 310, 320, 336, 350, 361, 369, 381, 399, 406, 420, 450, 465, 543, 585, 600, 612, 656, 740 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[1000], Divisible[DivisorSigma[1, #+9], EulerPhi[#]] &] (* Amiram Eldar, Dec 13 2018 *)
PROG
(PARI) is(n)=!(sigma(n+9)%eulerphi(n)) \\ Charles R Greathouse IV, Sep 25 2012
(Magma) [n: n in [1..900] | DivisorSigma(1, n+9) mod EulerPhi(n) eq 0]; // G. C. Greubel, Dec 13 2018
CROSSREFS
Cf. A015834 (m=1), A015837 (m=2), A015840 (m=3), A015841 (m=4), A015843 (m=5), A015844 (m=6), A015845 (m=7), A015851 (m=8), this sequence (m=9), A015856 (m=10), A015858 (m=11), A015859 (m=12), A015860 (m=13).
Sequence in context: A113007 A113325 A210184 * A018642 A116998 A337211
KEYWORD
nonn
AUTHOR
EXTENSIONS
Missing a(1)=1 inserted by Sean A. Irvine, Dec 13 2018
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 May 4 20:56 EDT 2024. Contains 372257 sequences. (Running on oeis4.)