OFFSET
1,1
LINKS
Robert Israel, Table of n, a(n) for n = 1..10000
MAPLE
filter:= proc(n) local L, L1, L2;
L:= convert(n, base, 10);
L1:= {seq(L[-i], i=2..nops(L), 2)};
L2:= {seq(L[-i], i=1..nops(L), 2)};
andmap(type, L1, even) and andmap(type, L2, odd)
end proc:
select(filter, [seq(i, i=11..10000, 11)]); # Robert Israel, Mar 06 2018
CROSSREFS
KEYWORD
AUTHOR
Amarnath Murthy, Mar 02 2003
EXTENSIONS
More terms from Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Apr 06 2003
STATUS
approved