OFFSET
1,1
LINKS
Delbert L. Johnson, Table of n, a(n) for n = 1..20000
EXAMPLE
186 is a term as the arithmetic mean of the digits is (1+8+6)/3 = 5.
MATHEMATICA
Select[Range[685], Total[x=IntegerDigits[#]]==5*Length[x] &]
PROG
(Magma) [ n: n in [1..700] | &+Intseq(n) eq 5*#Intseq(n) ]; // Bruno Berselli, Jun 30 2011
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
Amarnath Murthy, May 03 2001
EXTENSIONS
More terms from Larry Reeves (larryr(AT)acm.org), May 16 2001
STATUS
approved