login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A080326 Denominator of Sum(k^mu(k): 1<=k<=n), where mu is the Moebius function (A008683). 6
1, 2, 6, 6, 30, 30, 210, 210, 210, 210, 2310, 2310, 30030, 30030, 30030, 30030, 510510, 510510, 9699690, 9699690, 9699690, 9699690, 223092870, 223092870, 223092870, 223092870, 223092870, 223092870, 6469693230, 3234846615 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) is a divisor of A034386(n), the product of the primes <= n. Does a(n) = A034386(n) for infinitely many n?
LINKS
MATHEMATICA
Accumulate[Table[n^MoebiusMu[n], {n, 30}]]//Denominator (* Harvey P. Dale, Jul 28 2021 *)
PROG
(PARI) a(n) = denominator(sum(k = 1, n, k^moebius(k))); \\ Michel Marcus, Aug 29 2013
CROSSREFS
Numerators are in A080306. Cf. A080304, A080305, A034386.
Sequence in context: A099566 A147299 A090549 * A034386 A083907 A084343
KEYWORD
nonn,frac
AUTHOR
Dean Hickerson, Feb 15 2003
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 14:10 EDT 2024. Contains 371792 sequences. (Running on oeis4.)