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!)
A082955 Numbers k such that sigma(k*phi(k)) = sigma(k)^2. 1
1, 87, 1257, 42921, 65307, 68037, 89067, 112803, 116619, 186231, 252417, 350283, 356259, 380559, 435993, 477723, 492771, 527781, 635259, 672051, 708111, 866379, 991479, 1062723, 1078509, 1347699, 1352199, 1353873, 1449363, 1561431, 1838019 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[2000000], DivisorSigma[1, # EulerPhi[#]]== DivisorSigma[1, #]^2&] (* Harvey P. Dale, Mar 27 2011 *)
PROG
(PARI) for(n=1, 2000000, if(sigma(n*eulerphi(n))==sigma(n)^2, print1(n, ", ")))
CROSSREFS
Sequence in context: A093287 A231218 A186054 * A201154 A171344 A200533
KEYWORD
nonn
AUTHOR
Benoit Cloitre, May 26 2003
EXTENSIONS
More terms from Rick L. Shepherd, Jun 05 2003
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 08:20 EDT 2024. Contains 371964 sequences. (Running on oeis4.)