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!)
A114073 Numbers k such that phi(k) + k is a square. 2
5, 12, 13, 41, 44, 48, 61, 68, 108, 113, 125, 172, 176, 181, 192, 252, 268, 272, 313, 385, 421, 432, 452, 524, 613, 657, 684, 688, 704, 761, 768, 772, 825, 964, 972, 1008, 1013, 1072, 1088, 1201, 1301, 1332, 1412, 1728, 1729, 1741, 1808, 1861, 2092 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
phi(41) + 41 = 81 = 9^2.
MATHEMATICA
Select[Range[2500], IntegerQ[Sqrt[EulerPhi[#] + #]] &] (* Amiram Eldar, Jan 18 2024 *)
PROG
(PARI) isok(n) = issquare(eulerphi(n) + n); \\ Michel Marcus, Jan 09 2014
CROSSREFS
Cf. A000010, A121048, supersequence of A114072.
Sequence in context: A014156 A367355 A367621 * A286242 A360137 A185871
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 25 11:06 EDT 2024. Contains 371967 sequences. (Running on oeis4.)