OFFSET
1,1
COMMENTS
If m is a term, 10*m is also a term.
FORMULA
a(n) ~ A235151(n). - Charles R Greathouse IV, Apr 07 2020
EXAMPLE
732 = 12 * 61 and 7 + 3 + 2 = 12, hence 732 is a term.
MATHEMATICA
Select[12 * Range[200], Plus @@ IntegerDigits[#] == 12 &] (* Amiram Eldar, Apr 06 2020 *)
PROG
(PARI) is(n)=sumdigits(n)==12 && n%4==0 \\ Charles R Greathouse IV, Apr 07 2020
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Bernard Schott, Apr 06 2020
STATUS
approved