Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A070965
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A070965 a(1) = 1; a(n+1) = sum{k|n} a(k) * mu(k), where the sum is over the positive divisors, k, of n; and mu(k) is the Moebius function. +0
4
1, 1, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, -1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, -1, 2, -1, 2, 0, 0, 0, 0, 1, 0, -1, -1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 2, 0, 1, 1, 1, -1, -1, 0, 1, -1, 2, 3, 1, 0, 0, 1, 0, 0, 1, -1, 2, 1, 0, -1, 0, -1, -2, 2, -1, 1, 1, 0, 1, 1, 2, 1, 3, 0, 1, -1, -2, 0, 2, 2, 2, 1, 0, -1, 0, 1, 0, 2, -1, 0 (list; graph; listen)
OFFSET

1,30

COMMENT

Conjecture: all integers are present - Edwin Clark Aug 20 2004

LINKS

Leroy Quet, Home Page (listed in lieu of email address)

EXAMPLE

a(7) = a(1) mu(1) + a(2) mu(2) + a(3) mu(3) + a(6) mu(6) = 1 - 1 - 0 + 1 = 1 because 1, 2, 3 and 6 are the divisors of 6.

MAPLE

a:=proc(n) option remember; add(numtheory[mobius](i)*a(i), i in numtheory[divisors](n-1)) end: a(1):=1: seq(a(n), n=1..100); (from Alec Mihailovs Aug 20 2004)

MATHEMATICA

a[1] = a[2] = 1; a[n_] := a[n] = Block[{d = Divisors[n - 1]}, Plus @@ (MoebiusMu[d]*a /@ d)]; Table[ a[n], {n, 105}] (from Robert G. Wilson v Aug 21 2004)

CROSSREFS

Adjacent sequences: A070962 A070963 A070964 this_sequence A070966 A070967 A070968

Sequence in context: A164810 A089538 A152439 this_sequence A079548 A079071 A050602

KEYWORD

sign

AUTHOR

Leroy Quet, May 16 2002

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 3 12:59 EST 2009. Contains 165766 sequences.


AT&T Labs Research