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!)
A116041 n+phi(n)+phi(phi(n)) is a fourth power. 4
10, 160, 301, 752, 912, 1033, 2560, 2801, 6277, 11852, 12032, 12661, 14592, 27297, 35809, 38576, 40960, 73872, 96688, 123601, 133904, 151312, 183589, 189632, 192512, 233472, 561168, 578448, 617216, 629212, 655360, 714133, 722701, 1181952, 1263681, 1264481 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
6277+phi(6277)+phi(phi(6277)) = 14641 = 11^4.
MATHEMATICA
fpQ[n_]:=Module[{epn=EulerPhi[n]}, IntegerQ[Power[n+epn+ EulerPhi[epn], (4)^-1]]]; Select[Range[800000], fpQ] {* Harvey P. Dale, Mar 23 2011 *)
PROG
(PARI)
for(n=1, 10^7, p = n+eulerphi(n)+eulerphi(eulerphi(n)); if(ispower(p)&&ispower(p)%4==0, print1(n, ", "))) \\ Derek Orr, Sep 19 2014
CROSSREFS
Sequence in context: A239762 A087961 A360935 * A284110 A180881 A106261
KEYWORD
nonn
AUTHOR
Giovanni Resta, Feb 13 2006
EXTENSIONS
a(34)-a(36) from Hiroaki Yamanouchi, Sep 19 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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)