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!)
A094469 Numbers k such that sum of 11th powers of divisors of k is divisible by the square of Euler-phi of k. 0
1, 2, 3, 6, 1645, 3290, 4935, 9870, 3831674, 11495022, 346014339, 692028678 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
A013959(k)/A000010(k)^2 is integer.
MATHEMATICA
Do[ If[ Mod[ DivisorSigma[11, n], EulerPhi[n]^2] == 0, Print[n]], {n, 10^7}] (* Robert G. Wilson v, May 23 2004 *)
PROG
(PARI) isok(k) = (sigma(k, 11) % eulerphi(k)^2) == 0; \\ Michel Marcus, Mar 07 2020
CROSSREFS
Sequence in context: A093038 A351328 A367897 * A015766 A295484 A365621
KEYWORD
nonn,more
AUTHOR
Labos Elemer, May 19 2004
EXTENSIONS
a(9) from Robert G. Wilson v, May 23 2004
a(10) from Labos Elemer, May 26 2004
a(6) corrected and a(11)-a(12) added by 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 23 10:29 EDT 2024. Contains 371905 sequences. (Running on oeis4.)