login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A094468 Numbers n such that sum of 9-th powers of divisors of n is divisible by the square of Euler-phi of n. 1
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; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

A013957[n]/A000010[n]^2 is integer.

MATHEMATICA

Select[Range[2600000], Divisible[Total[Divisors[#]^9], (EulerPhi[#])^2]&]  (* From Harvey P. Dale, Mar 4 2011 *)

PROG

(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: A098641 A188775 A056569 * A091285 A109459 A118986

Adjacent sequences:  A094465 A094466 A094467 * 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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 10:05 EST 2012. Contains 206009 sequences.