Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A133944
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A133944 Sum mu(k), where the sum is over the integers k which are the "non-isolated divisors" of n and mu(k) is the Moebius function (mu(k) = A008683(k)). A positive divisor, k, of n is non-isolated if (k-1) or (k+1) also divides n. +0
2
0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, -1, 0, -1, 0 (list; graph; listen)
OFFSET

1,1

COMMENT

A133943(n) = -A133944(n), for n >= 2.

MAPLE

A133944 := proc(n) local divs, k, i, a ; divs := convert(numtheory[divisors](n), list) ; a := 0 ; for i from 1 to nops(divs) do k := op(i, divs) ; if k-1 in divs or k+1 in divs then a := a+numtheory[mobius](k) ; fi ; od: RETURN(a) ; end: seq(A133944(n), n=1..120) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 21 2007

CROSSREFS

Cf. A133943.

Sequence in context: A025458 A093958 A044936 this_sequence A052434 A094912 A103673

Adjacent sequences: A133941 A133942 A133943 this_sequence A133945 A133946 A133947

KEYWORD

sign

AUTHOR

Leroy Quet (qq-quet(AT)mindspring.com), Sep 30 2007

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 21 2007

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 July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research