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!)
A358753 a(n) = 1 if bigomega(n) == 3 (mod 4), otherwise 0. 6
0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1
COMMENTS
Equally, a(n) = 1 if A349905(n) == 3 (mod 4), otherwise 0.
LINKS
FORMULA
a(n) = [A349905(n) == 3 (mod 4)], where [ ] is the Iverson bracket.
a(n) = A066829(n) - A358751(n).
a(n) = A358773(A003961(n)).
For all n >= 1, a(n) >= A101605(n).
PROG
(PARI) A358753(n) = (3==(bigomega(n)%4));
CROSSREFS
Characteristic function of A358763.
Differs from A101605 for the first time at n=128, where a(128) = 1, while A101605(128) = 0.
Sequence in context: A025460 A169673 A101605 * A175854 A353678 A135133
KEYWORD
nonn
AUTHOR
Antti Karttunen, Nov 29 2022
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 10 08:46 EDT 2024. Contains 372358 sequences. (Running on oeis4.)