A061832 Multiples of 11 having only even digits.
0, 22, 44, 66, 88, 220, 242, 264, 286, 440, 462, 484, 660, 682, 880, 2002, 2024, 2046, 2068, 2200, 2222, 2244, 2266, 2288, 2420, 2442, 2464, 2486, 2640, 2662, 2684, 2860, 2882, 4004, 4026, 4048, 4202, 4224, 4246, 4268, 4400, 4422, 4444, 4466, 4488, 4620
Offset: 1
Examples
264 = 11*24 is a term having all even digits.
Programs
-
PARI
is(n)=n%22==0 && #setintersect(Set(digits(n)), [1,3,5,7,9])==0 \\ Charles R Greathouse IV, Feb 15 2017
Extensions
More terms from Larry Reeves (larryr(AT)acm.org), May 30 2001
Offset corrected by Charles R Greathouse IV, Feb 15 2017