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!)
A359816 Parity of A359815, where A359815 is the Dirichlet inverse of A359770, which is the characteristic function for numbers k such that k and bigomega(k) are of different parity. 5
1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1
COMMENTS
Note that here a(n) = 1 does not imply that A359770(n) = 1 also. The difference A359770(n) - a(n) can be -1, 0, or +1. This in contrast to sequences like A359764, A359774 and A359781.
LINKS
PROG
(PARI)
A359770(n) = ((n-bigomega(n))%2);
memoA359815 = Map();
A359815(n) = if(1==n, 1, my(v); if(mapisdefined(memoA359815, n, &v), v, v = -sumdiv(n, d, if(d<n, A359770(n/d)*A359815(d), 0)); mapput(memoA359815, n, v); (v)));
A359816(n) = (A359815(n)%2);
CROSSREFS
Parity of A359814 and A359815.
Characteristic function of A359817.
Cf. also A359764 [= a(A003961(n))], A359774, A359781.
Sequence in context: A058840 A266155 A262683 * A321083 A154269 A036987
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jan 15 2023
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 May 8 16:29 EDT 2024. Contains 372340 sequences. (Running on oeis4.)