OFFSET
1,1
COMMENTS
Note that all entries are divisible by eleven.
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
MATHEMATICA
Select[Range[11, 6000, 11], Total[Times@@@Partition[Riffle[ IntegerDigits[ #], {1, -1}, {2, -1, 2}], 2]]==11&] (* Harvey P. Dale, Jun 21 2014 *)
CROSSREFS
KEYWORD
base,nonn,easy
AUTHOR
Larry Reeves (larryr(AT)acm.org), May 15 2001
STATUS
approved