OFFSET
1,1
COMMENTS
It seems 'obvious' that a(n) ~ n; is this true? - Charles R Greathouse IV, Feb 06 2013
LINKS
R. Zumkeller, Table of n, a(n) for n = 1..10000
MATHEMATICA
Select[Range[200], !IntegerQ[Mean[IntegerDigits[#]]]&] (* Harvey P. Dale, Mar 27 2011 *)
PROG
(PARI) is(n)=my(v=digits(n)); sum(i=1, #v, v[i])%#v>0 \\ Charles R Greathouse IV, Feb 06 2013
CROSSREFS
KEYWORD
base,nonn,easy
AUTHOR
Reinhard Zumkeller, Aug 15 2010
STATUS
approved