OFFSET
1,2
COMMENTS
Numbers that are neither odd multiples of 3 nor multiples of 4.
Numbers k for which A252463(k) is odd.
Numbers that are congruent to {1, 2, 5, 6, 7, 10, 11} mod 12. - Amiram Eldar, Jan 24 2023
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
Index entries for linear recurrences with constant coefficients, signature (1,0,0,0,0,0,1,-1).
MATHEMATICA
Select[Range[125], Mod[#, 6] != 3 && Mod[#, 4] > 0 &] (* Amiram Eldar, Jan 24 2023 *)
PROG
(PARI) isA359375(n) = A359374(n);
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Antti Karttunen, Dec 31 2022
STATUS
approved