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!)
A093038 Numbers k such that sum of 5th powers of divisors of k is divisible by the square of Euler-phi of k. 0
1, 2, 3, 6, 322, 966, 473732, 1420296, 6655780894 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
No more terms through 10^9. - Ryan Propper, Jan 09 2007
LINKS
FORMULA
A001160(n)/A000010(n)^2 is integer.
MATHEMATICA
Do[ If[ Mod[ DivisorSigma[5, n], EulerPhi[n]^2] == 0, Print[n]], {n, 10^7}] (* Robert G. Wilson v, May 23 2004 *)
PROG
(PARI) isok(k) = (sigma(k, 5) % eulerphi(k)^2) == 0; \\ Michel Marcus, Mar 07 2020
CROSSREFS
Sequence in context: A297624 A015762 A015770 * A351328 A367897 A094469
KEYWORD
nonn,more
AUTHOR
Labos Elemer, May 19 2004
EXTENSIONS
a(9) from Amiram Eldar, Mar 07 2020
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 19 15:11 EDT 2024. Contains 371794 sequences. (Running on oeis4.)