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!)
A291258 a(n) is the smallest number k such that sigma(k) - phi(k) = n*k, or 0 if no such k exists. 0
1, 2, 12, 75960, 17156160 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(5) and following terms > 10^13, if they exist. - Giovanni Resta, Aug 21 2017
LINKS
EXAMPLE
a(2) = 12 because sigma(12) = 28, phi(12) = 4; sigma(12) - phi(12) = 2*12 and 12 is the smallest number with this property.
PROG
(PARI) a(n) = {my(k=1); while (sigma(k)-eulerphi(k)!=n*k, k++); k; }
CROSSREFS
Sequence in context: A280734 A048830 A038081 * A027737 A063970 A309864
KEYWORD
nonn,more
AUTHOR
Altug Alkan, Aug 21 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 23 09:22 EDT 2024. Contains 371905 sequences. (Running on oeis4.)