login
Numbers with all even digits which can be factored into two numbers (> 1) one with all odd digits and the other with all even digits.
1

%I #14 Dec 20 2021 18:47:41

%S 0,6,20,22,24,26,28,40,42,44,60,62,66,68,84,88,200,204,220,222,226,

%T 228,240,242,246,248,260,262,264,266,280,284,286,400,408,420,424,426,

%U 440,442,444,448,460,462,468,484,600,602,604,606,620,622,624,626,628,660

%N Numbers with all even digits which can be factored into two numbers (> 1) one with all odd digits and the other with all even digits.

%H David A. Corneth, <a href="/A062017/b062017.txt">Table of n, a(n) for n = 1..10000</a>

%e 0 = 0 * 1, 44 = 4 * 11 and 60 = 15 * 4 are terms.

%Y Cf. A062015.

%K nonn,base,easy

%O 1,2

%A _Amarnath Murthy_, Jun 01 2001

%E Corrected and extended by _Matthew Conroy_ and _Frank Ellermann_, Jun 11 2001

%E 0 prepended and offset changed to 1 by _David A. Corneth_, Dec 20 2021