The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A015786 Numbers k such that phi(k) + 7 | sigma(k + 7). 3
3, 42, 162, 5478, 491910, 45504705, 175271190, 227418362790 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
42 is a term in the sequence since phi(42) + 7 = 12 + 7 = 19 divides sigma(42 + 7) = 57.
MATHEMATICA
Select[Range[1000000], Divisible[DivisorSigma[1, # + 7], EulerPhi[#] + 7] &] (* Amiram Eldar, Dec 10 2018 *)
PROG
(PARI) is(n)=!(sigma(n+7)%(eulerphi(n)+7)) \\ Charles R Greathouse IV, Sep 25 2012
CROSSREFS
Sequence in context: A063040 A365594 A294517 * A229071 A220857 A340613
KEYWORD
nonn,more
AUTHOR
EXTENSIONS
Corrected and a(5)-a(6) added by Charles R Greathouse IV, Sep 25 2012
a(7) from Sean A. Irvine, Dec 10 2018
a(8) from Kevin P. Thompson, Jul 23 2022
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 14 07:32 EDT 2024. Contains 372530 sequences. (Running on oeis4.)