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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A074701 Numbers n such that n = sum( d dividing phi(n), mu(phi(d))*phi(n)/d ). 2
1, 3, 5, 25, 125, 625, 3125, 15625, 78125 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Does sequence consist of 1,3 and all powers of 5? Answer from Lambert Klasen, Oct 07 2005: Yes! See attached file.

LINKS

Lambert Klasen, Notes on A074701

MAPLE

with(numtheory): a:=proc(n) local div: div:=convert(divisors(phi(n)), list): if add(mobius(phi(div[j]))*phi(n)/div[j], j=1..nops(div))=n then n else fi end: seq(a(n), n=1..5000); (Deutsch)

CROSSREFS

Cf. A000351. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 23 2008]

Sequence in context: A200948 A009002 A119882 * A140127 A154143 A101611

Adjacent sequences:  A074698 A074699 A074700 * A074702 A074703 A074704

KEYWORD

more,nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Sep 03 2002

EXTENSIONS

2 more terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 27 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 18:23 EST 2012. Contains 206063 sequences.