|
Search: id:A094468
|
|
|
| A094468 |
|
Numbers n such that sum of 9-th powers of divisors of n is divisible by the square of Euler-phi of n. |
|
+0 2
|
|
| 1, 2, 3, 6, 14, 42, 3810, 26670, 34162, 41256, 48546, 87096, 102486, 131934, 210482, 288792, 315723, 318990, 430122, 529848, 609672, 631446, 979830, 1023366, 1203960, 1473374, 1683126, 1920699, 2210061, 2241934, 2506086, 2549610
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
FORMULA
|
A013957[n]/A000010[n]^2 is integer.
|
|
PROGRAM
|
(PARI) for(n=1, 10000000, if(Mod(sigma(n, 9), eulerphi(n)^2)==0, print1(n, ", "))) (C. Ronaldo)
|
|
CROSSREFS
|
Cf. A015763, A000010, A091285, A013957.
Sequence in context: A007611 A098641 A056569 this_sequence A091285 A109459 A118986
Adjacent sequences: A094465 A094466 A094467 this_sequence A094469 A094470 A094471
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Labos E. (labos(AT)ana.sote.hu), May 19 2004
|
|
EXTENSIONS
|
More terms from C. Ronaldo (aga_new_ac(AT)hotmail.com), Jan 18 2005
|
|
|
Search completed in 0.002 seconds
|