Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A063441
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A063441 Sum_{d|n} d * mu(n). +0
5
1, -3, -4, 0, -6, 12, -8, 0, 0, 18, -12, 0, -14, 24, 24, 0, -18, 0, -20, 0, 32, 36, -24, 0, 0, 42, 0, 0, -30, -72, -32, 0, 48, 54, 48, 0, -38, 60, 56, 0, -42, -96, -44, 0, 0, 72, -48, 0, 0, 0, 72, 0, -54, 0, 72, 0, 80, 90, -60, 0, -62, 96, 0, 0, 84, -144, -68, 0, 96, -144, -72, 0, -74, 114, 0, 0, 96, -168, -80, 0, 0, 126, -84, 0, 108 (list; graph; listen)
OFFSET

1,2

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,2000

FORMULA

a(n) = A003959(n)*A008683(n) if n squarefree, 0 else. - R. Stephan, Mar 26 2004

a(n) = A000203(n)*A008683(n)

Multiplicative with a(p^e) = p+1, if e = 1, 0 otherwise. Mitch Harris (Harris.Mitchell(AT)mgh.harvard.edu) Jun 27, 2005.

EXAMPLE

n=6: divisors of 6 are = [1, 2, 3, 6] and 1 * mu(6) + 2 * mu(6) + 3 * mu(6) + 6 * mu(6) = 12.

PROGRAM

(PARI) j=[]; for(n=1, 200, j=concat(j, sumdiv(n, d, d*moebius(n)))); j

(PARI) a(n)=if(n<1, 0, direuler(p=2, n, 1-X-p*X)[n]) (from R. Stephan)

(PARI) { for (n=1, 2000, write("b063441.txt", n, " ", direuler(p=2, n, 1-X-p*X)[n]) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 21 2009]

CROSSREFS

Sequence in context: A105576 A105826 A110665 this_sequence A092894 A011338 A049251

Adjacent sequences: A063438 A063439 A063440 this_sequence A063442 A063443 A063444

KEYWORD

easy,sign,mult

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jul 23 2001

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research