OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
EXAMPLE
n = 120: 2*sum of digits(120) = 6, and 120 is divisible by 6, so it belongs to the sequence.
MATHEMATICA
Select[Range[2, 200, 2], Divisible[#, 2*Total[IntegerDigits[#]]]&] (* Harvey P. Dale, Mar 31 2018 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Ctibor O. Zizka, Jan 22 2008
EXTENSIONS
More terms from Harvey P. Dale, Mar 31 2018
STATUS
approved