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!)
A116045 n+phi(n)+phi(phi(n)) is a prime. 1
1, 4, 5, 9, 13, 17, 19, 21, 25, 33, 35, 39, 41, 43, 49, 61, 75, 79, 85, 87, 95, 101, 121, 133, 137, 141, 153, 155, 159, 163, 165, 169, 177, 181, 193, 199, 201, 203, 207, 213, 215, 231, 233, 245, 251, 257, 259, 265, 267, 271, 277, 291, 299, 307, 309, 337, 339 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
13+phi(13)+phi(phi(13)) = 29.
MATHEMATICA
epQ[n_]:=Module[{ep=EulerPhi[n]}, PrimeQ[n+ep+EulerPhi[ep]]]
Select[Range[400], epQ] (* Harvey P. Dale, Mar 06 2011 *)
CROSSREFS
Cf. A068080.
Sequence in context: A363267 A328223 A363282 * A096818 A282467 A318980
KEYWORD
nonn
AUTHOR
Giovanni Resta, Feb 13 2006
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 24 12:56 EDT 2024. Contains 371943 sequences. (Running on oeis4.)