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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A082476 a(n)=sum(d|n, mu(d)^2*tau(d)^2). 1
1, 5, 5, 5, 5, 25, 5, 5, 5, 25, 5, 25, 5, 25, 25, 5, 5, 25, 5, 25, 25, 25, 5, 25, 5, 25, 5, 25, 5, 125, 5, 5, 25, 25, 25, 25, 5, 25, 25, 25, 5, 125, 5, 25, 25, 25, 5, 25, 5, 25, 25, 25, 5, 25, 25, 25, 25, 25, 5, 125, 5, 25, 25, 5, 25, 125, 5, 25, 25, 125, 5, 25, 5, 25, 25, 25, 25, 125 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

More generally : sum(d|n, mu(d)^2*tau(d)^m)=(2^m+1)^omega(n)

FORMULA

a(n)=5^omega(n); multiplicative with a(p^e)=5

a(n)=abs(sum(d|n, mu(d)*tau_3(d^2))), where tau_3 is A007425 [From Enrique Perez Herrero (psychgeometry(AT)gmail.com), Mar 29 2010]

a(n)=tau_5(rad(n))=A061200(A007947(n)) [From Enrique Perez Herrero (psychgeometry(AT)gmail.com), Jun 24 2010]

MATHEMATICA

Contribution from Enrique Perez Herrero (psychgeometry(AT)gmail.com), Mar 29 2010: (Start)

tau[1, n_] := 1; SetAttributes[tau, Listable];

tau[k_, n_] := Plus @@ (tau[k - 1, Divisors[n]]) /; k > 1;

A082476[n_] := Abs[DivisorSum[n, MoebiusMu[ # ]*tau[3, #^2] &]];

(* or more easy *)

A082476[n_] := 5^PrimeNu[n] (End)

PROG

(PARI) a(n)=5^omega(n)

CROSSREFS

Cf. A074816.

Sequence in context: A076407 A134701 A078097 * A024729 A046271 A046263

Adjacent sequences:  A082473 A082474 A082475 * A082477 A082478 A082479

KEYWORD

mult,nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Apr 27 2003

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 16 09:27 EST 2012. Contains 205904 sequences.