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!)
A112964 Sum(mu(i)*sigma(j): i+j=n), with mu=A008683 and sigma=A000203. 5
0, 1, 2, 0, 0, -6, -3, -12, -11, -13, -22, -19, -20, -30, -41, -15, -55, -24, -52, -41, -59, -24, -109, -22, -78, -42, -111, -26, -131, -2, -119, -75, -133, -8, -214, 7, -175, -68, -176, -17, -209, 14, -231, -73, -175, 45, -349, -11, -236, -20, -236, -53, -384, 68, -321, -56, -270, 1, -457, 41, -328, -48 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
EXAMPLE
a(5)=mu(1)*sigma(4)+mu(2)*sigma(3)+mu(3)*sigma(2)+mu(4)*sigma(1)
= 1*7 - 1*4 - 1*3 + 0*1 = 0.
PROG
(PARI) a(n)=sum(i=1, n-1, moebius(i)*sigma(n-i)) \\ Charles R Greathouse IV, Feb 14 2013
CROSSREFS
Sequence in context: A193009 A045866 A257549 * A368845 A350791 A128613
KEYWORD
sign
AUTHOR
Reinhard Zumkeller, Oct 07 2005
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 July 11 21:44 EDT 2024. Contains 374234 sequences. (Running on oeis4.)