The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A159075 a(1) = -1, otherwise a(n) = 0. 1
0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
a(0) = 0; for n >= 1, a(n) = function of negative sign for Dirichlet convolution.
a(n) = Dirichlet inverse of itself. a(n) * 0(n) = a(n) * A000004(n) = 0(n) = A000004(n), a(n) * b(n) = -[b(n)], a(n) * a(n) = A063524(n) = A000007(n - 1) for n >= 1 (identity function for Dirichlet convolution), where operation * denotes Dirichlet convolution for n >= 1, b(n) is any function. Dirichlet convolution of functions a(n), b(n) is function c(n) = a(n) * b(n) = Sum_{d|n} a(d)*b(n/d).
a(n) = the sum of the cranks of all partitions of n. - Michael Somos, Nov 10 2013
LINKS
FORMULA
G.f.: -x.
Sum_{d|n} a(d)*a(n/d) = Sum_{1<=k<=n} a(k)*a(n-k+1) = A063524(n) = A000007(n - 1) for n >= 1. Sum_{d|n} a(d)*a(d) = Sum_{1<=k<=n} a(k)*a(k) = A000012(n) for n >= 1. Sum_{d|n} a(d)*b(n/d) = Sum_{1<=k<=n} a(k)*b(n-k+1) = -[b(n)] for any function b(n) and n >= 1. Sum_{d|n} a(d)*b(d) = Sum_{1<=k<=n} a(k)*b(k) = A057428(n) for any function b(n) with Abs[b(1)] >= 1 and n >= 1. a(n) = (-1) * A063524(n). a(n) = (-1) * A000007(n - 1) for n >= 1. Abs[a(n)] = A063524(n). Abs[a(n)] = A000007(n - 1) for n >= 1.
MATHEMATICA
a[ n_] := -Boole[n == 1] (* Michael Somos, Nov 10 2013 *)
PadRight[{0, -1}, 120, 0] (* Harvey P. Dale, Jan 24 2019 *)
PROG
(PARI) {a(n) = -(n == 1)} /* Michael Somos, Nov 10 2013 */
CROSSREFS
Sequence in context: A257834 A173950 A157928 * A178333 A063524 A326168
KEYWORD
sign
AUTHOR
Jaroslav Krizek, Apr 04 2009
EXTENSIONS
Edited by N. J. A. Sloane, Apr 09 2009
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 June 5 20:25 EDT 2024. Contains 373110 sequences. (Running on oeis4.)