%I #4 May 02 2019 08:49:54
%S 2,6,8,10,11,14,18,20,24,26,30,32,34,35,38,42,44,46,47,50,54,56,58,62,
%T 65,66,68,72,74,78,80,82,83,86,90,92,96,98,102,104,106,107,110,114,
%U 116,118,119,120,122,126,128,134,138,140,142,143,146,150,152,154
%N Complement of A325462.
%C These are the numbers 2x and 3x-1 as x ranges through the numbers x>1 in A325462.
%H Clark Kimberling, <a href="/A325463/b325463.txt">Table of n, a(n) for n = 1..10000</a>
%t a = {1}; Do[AppendTo[a, NestWhile[# + 1 &, Last[a] + 1, Apply[Or,
%t Map[MemberQ[a, #] &, Select[Flatten[{#/2, (#+1)/3}],
%t IntegerQ]]] &]], {150}]; a (* A325462 *)
%t Complement[Range[Last[a]], a] (* A325463 *)
%t (* _Peter J. C. Moses_, Apr 25 2019 *)
%Y Cf. A325417, A325462.
%K nonn,easy
%O 1,1
%A _Clark Kimberling_, May 01 2019