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!)
A112966 Sum(mu(i)*omega(j): i+j=n), with mu=A008683 and omega=A001221. 6
0, 0, 1, 0, -1, -1, -1, -2, -3, -2, -2, -1, -3, -3, -4, 0, -6, -1, -4, -1, -3, -3, -7, 0, -5, -3, -3, 0, -5, 1, -5, -2, -10, -1, -8, 4, -8, -3, -4, 2, -6, 0, -5, -1, -4, -2, -11, 3, -8, -1, -8, -1, -11, 2, -8, 2, -7, -3, -9, 5, -2, -5, -7, 2, -11, 7, -6, 0, -4, 1, -9, 4, -12, -3, -6, 0, -10, 2, -7, -1, -10, -8, -12, 6, -13, -2, -12, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,8
LINKS
EXAMPLE
a(5)=mu(1)*omega(4)+mu(2)*omega(3)+mu(3)*omega(2)+mu(4)*omega(1)
= 1*1 - 1*1 - 1*1 + 0*0 = -1.
PROG
(Haskell)
a112966 n = sum $ zipWith (*)
a008683_list $ reverse $ take (n - 1) a001221_list
-- Reinhard Zumkeller, Feb 29 2012
CROSSREFS
Sequence in context: A144365 A152197 A049342 * A286657 A334052 A160570
KEYWORD
sign,look
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 April 24 14:23 EDT 2024. Contains 371960 sequences. (Running on oeis4.)