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!)
A116042 n+phi(n)+phi(phi(n)) is a cube. 4
15, 40, 293, 320, 723, 967, 1057, 1173, 2560, 4104, 5287, 6680, 10312, 14537, 16472, 18040, 18785, 19288, 19521, 20480, 22297, 27129, 32832, 32902, 33929, 36563, 38507, 53352, 53440, 80200, 82496, 85995, 86429, 98227, 101593, 105273, 106712, 110808, 111321 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
80200+phi(80200)+phi(phi(80200)) = 125000 = 50^3.
MATHEMATICA
nepQ[n_]:=Module[{epn=EulerPhi[n]}, IntegerQ[Power[n+epn+ EulerPhi[epn], (3)^-1]]]; Select[Range[110000], nepQ] (* Harvey P. Dale, Apr 11 2011 *)
PROG
(PARI)
for(n=1, 10^7, p = n+eulerphi(n)+eulerphi(eulerphi(n)); if(ispower(p)&&ispower(p)%3==0, print1(n, ", "))) \\ Derek Orr, Sep 19 2014
CROSSREFS
Sequence in context: A038991 A068020 A131991 * A219378 A280045 A103003
KEYWORD
nonn
AUTHOR
Giovanni Resta, Feb 13 2006
EXTENSIONS
a(37)-a(39) 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 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)