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!)
A359376 Numbers that are either odd multiples of 3 or multiples of 4. Numbers k such that A252463(k) is even. 4
0, 3, 4, 8, 9, 12, 15, 16, 20, 21, 24, 27, 28, 32, 33, 36, 39, 40, 44, 45, 48, 51, 52, 56, 57, 60, 63, 64, 68, 69, 72, 75, 76, 80, 81, 84, 87, 88, 92, 93, 96, 99, 100, 104, 105, 108, 111, 112, 116, 117, 120, 123, 124, 128, 129, 132, 135, 136, 140, 141, 144, 147, 148, 152, 153, 156, 159, 160, 164, 165 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers that are congruent to {0, 3, 4, 8, 9} mod 12. - Amiram Eldar, Jan 24 2023
LINKS
MATHEMATICA
Select[Range[0, 165], Mod[#, 6] == 3 || Mod[#, 4] == 0 &] (* Amiram Eldar, Jan 24 2023 *)
PROG
(PARI) isA359376(n) = A359379(n);
(PARI) isA359376(n) = !A359374(n);
(PARI) isA359376(n) = (((n%2)&&!(n%3))||!(n%4));
CROSSREFS
Disjoint union of A016945 and A008586.
Cf. A000035, A064989, A252463, A359375 (complement), A359379 (characteristic function).
Positions of 0's in A359374.
Sequence in context: A073258 A170954 A286750 * A135135 A058593 A310017
KEYWORD
nonn,easy
AUTHOR
Antti Karttunen, Dec 31 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 June 6 19:21 EDT 2024. Contains 373134 sequences. (Running on oeis4.)