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!)
A353269 a(n) = 1 if A156552(n) is a multiple of 3, otherwise 0. 16
1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1
LINKS
FORMULA
a(n) = 1 iff A329903(n) = 0, or equally, iff A332814(n) = 0.
a(n) = 1 iff A329903(2*n) = 1.
For n > 1, a(n) = 1 iff A341353(n) > 0.
a(n) >= A010052(n), for all n >= 1.
a(p) = 0 for all primes p.
a(2*A329604(n)) = 1, for all n >= 1.
a(n) = a(A003961(n)) = a(A348717(n)), for all n >= 1.
a(n) = A353350(A332461(n)) = A353350(A332462(n)). - Antti Karttunen, Apr 15 2022
PROG
(PARI)
A156552(n) = { my(f = factor(n), p, p2 = 1, res = 0); for(i = 1, #f~, p = 1 << (primepi(f[i, 1]) - 1); res += (p * p2 * (2^(f[i, 2]) - 1)); p2 <<= f[i, 2]); res };
A353269(n) = (!(A156552(n)%3));
CROSSREFS
Characteristic function of A329609. See also A332449, A353350, A353307 (bisection).
Sequence in context: A359836 A359835 A353331 * A205633 A352594 A252488
KEYWORD
nonn
AUTHOR
Antti Karttunen, Apr 10 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 July 29 21:21 EDT 2024. Contains 374734 sequences. (Running on oeis4.)