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!)
A114079 Numbers k such that sigma(k)*phi(k)*k is a square. 1
1, 6, 40, 84, 162, 672, 2268, 2480, 3159, 18144, 58752, 80262, 91000, 126360, 140800, 170688, 358668, 634725, 718848, 1063300, 1089270, 1255338, 1701000, 2319525, 2869344, 4189500, 4608576, 5642000, 7834320, 8506400, 9450000, 10480640, 15049125, 17716608, 18674500 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
sigma(84)*phi(84)*84 = 451584 = 672^2.
MATHEMATICA
Select[Range[10^5], IntegerQ @ Sqrt[# * EulerPhi[#] * DivisorSigma[1, #]] &] (* Amiram Eldar, Aug 13 2019 *)
PROG
(PARI) isok(n) = issquare(sigma(n)*eulerphi(n)*n); \\ Michel Marcus, Aug 13 2019
CROSSREFS
Sequence in context: A200945 A217074 A110424 * A211065 A002595 A263956
KEYWORD
nonn
AUTHOR
Giovanni Resta, Feb 13 2006
EXTENSIONS
More terms from Amiram Eldar, Aug 13 2019
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 August 4 09:24 EDT 2024. Contains 374906 sequences. (Running on oeis4.)