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!)
A015874 Numbers k such that phi(k + 10) | (sigma(k) + 10). 0
5, 40, 108, 9544 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term, if it exists, is greater than 10^8. - Charles R Greathouse IV, Sep 25 2012
a(5) > 10^10, if it exists. - Amiram Eldar, Dec 09 2023
LINKS
MATHEMATICA
Select[Range[10000], Divisible[DivisorSigma[1, #]+10, EulerPhi[#+10]]&] (* Harvey P. Dale, Jul 10 2021 *)
PROG
(PARI) is(n)=!((sigma(n)+10)%eulerphi(n+10)) \\ Charles R Greathouse IV, Sep 25 2012
CROSSREFS
Sequence in context: A222366 A029538 A153795 * A244725 A319098 A209346
KEYWORD
nonn,more
AUTHOR
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:49 EDT 2024. Contains 371961 sequences. (Running on oeis4.)