Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #6 Jun 29 2024 11:17:58
%S 2,5,6,7,8,10,11,13,14,15,17,18,19,20,21,22,23,24,26,28,29,30,31,32,
%T 33,34,37,38,39,40,41,42,43,44,45,46,47,50,51,52,53,54,56,57,58,59,60,
%U 61,62,63,66,67,68,69,70,71,72,73,74,76,78,79,80,82,83,84,86,87,88,89,90,92,93,94,96,97,98,99,101,102
%N Numbers k such that A113177(k) and A276085(k) are not both even, where A113177 and A276085 are fully additive with a(p) = Fibonacci(p) and a(p) = p#/p, respectively.
%H Antti Karttunen, <a href="/A374115/b374115.txt">Table of n, a(n) for n = 1..12000</a>
%o (PARI) isA374115(n) = !A374113(n);
%Y Cf. A001222, A007814, A007949, A113177, A276085, A374113, A374114 (complement).
%Y Union of A036554 and A373587.
%Y Indices of odd terms in A374112.
%K nonn
%O 1,1
%A _Antti Karttunen_, Jun 29 2024