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; text; internal format)
OFFSET

1,2

COMMENTS

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

LINKS

Table of n, a(n) for n=1..78.

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 Pérez Herrero, Mar 29 2010]

a(n)=tau_5(rad(n))=A061200(A007947(n)) [From Enrique Pérez Herrero, Jun 24 2010]

MATHEMATICA

Contribution from Enrique Pérez Herrero, 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, Apr 27 2003

STATUS

approved

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 June 20 00:15 EDT 2013. Contains 226416 sequences.