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!)
A138154 Numbers n such that sigma(sigma(n))-phi(phi(n)) = 2n. 2
3, 5, 3193 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No other term <10^6.
No other terms below 5*10^6 [From Jasper Mulder (jasper.mulder(AT)planet.nl), Jun 03 2010]
No other terms < 10^10. - Donovan Johnson, Feb 25 2013
a(4) > 1.5*10^12, if it exists. - Giovanni Resta, Nov 29 2019
LINKS
EXAMPLE
3193 is in the sequence because sigma(sigma(3193))-phi(phi(3193)) = sigma(3328)-phi(3060) = 7154-768 = 6386 = 2*3193.
MAPLE
with(numtheory): a:=proc(n) if sigma(sigma(n))-phi(phi(n))=2*n then n else end if end proc: seq(a(n), n=1..1000000);
CROSSREFS
Sequence in context: A368462 A090807 A364551 * A333269 A319598 A353135
KEYWORD
more,nonn,bref
AUTHOR
Emeric Deutsch, Mar 03 2008
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 28 22:13 EDT 2024. Contains 372921 sequences. (Running on oeis4.)