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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A099740 Sum{k|n} k!*mu(k), where mu() is the Moebius function. 0
1, -1, -5, -1, -119, 713, -5039, -1, -5, 3628679, -39916799, 713, -6227020799, 87178286159, 1307674367875, -1, -355687428095999, 713, -121645100408831999, 3628679, 51090942171709434955, 1124000727777567763199, -25852016738884976639999 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

a(2^k)=1, a(3^k)=5, a(5^k)=119, a(6*2^i*3^j)=713, a(7^k)=5039, a(10*2^i*5^j)=3628679, etc. - Robert G. Wilson v Nov 12 2004.

MATHEMATICA

f[n_] := Block[{k = Divisors[n]}, Plus @@ (k!MoebiusMu[k])]; Table[ f[n], {n, 25}] (from Robert G. Wilson v Nov 12 2004)

CROSSREFS

Sequence in context: A050970 A138548 A113114 * A133002 A162227 A075266

Adjacent sequences:  A099737 A099738 A099739 * A099741 A099742 A099743

KEYWORD

sign

AUTHOR

Leroy Quet Nov 09 2004

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 12 2004

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 13 17:27 EST 2012. Contains 205523 sequences.