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!)
A238228 Numbers n such that if x=sigma(n)+phi(n)-tau(n)-n then n=sigma(x)+phi(x)-tau(x)-x. 2
12, 14, 27, 125, 127 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(6) > 2*10^11, if it exists. - Giovanni Resta, Apr 10 2019
LINKS
EXAMPLE
Fixed points: 27,...
sigma(12) = 28, phi(12) = 4, tau(12) = 6 and 28 + 4 - 6 - 12 = 14.
sigma(14) = 24, phi(14) = 6, tau(14) = 4 and 24 + 6 - 4 - 14 = 12.
MAPLE
with(numtheory); P:=proc(q)local a, n;
for n from 1 to q do a:=sigma(n)+phi(n)-tau(n)-n;
if sigma(a)+phi(a)-tau(a)-a=n then print(n);
fi; od; end: P(10^6);
CROSSREFS
Sequence in context: A181451 A022326 A307167 * A214504 A140810 A330197
KEYWORD
nonn,more
AUTHOR
Paolo P. Lava, Feb 20 2014
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 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)