|
| |
|
|
A061383
|
|
Arithmetic mean of digits is an integer.
|
|
26
| |
|
|
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 15, 17, 19, 20, 22, 24, 26, 28, 31, 33, 35, 37, 39, 40, 42, 44, 46, 48, 51, 53, 55, 57, 59, 60, 62, 64, 66, 68, 71, 73, 75, 77, 79, 80, 82, 84, 86, 88, 91, 93, 95, 97, 99, 102, 105, 108, 111, 114, 117, 120, 123, 126, 129
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,3
|
|
|
COMMENTS
| A004426(a(n)) = A004427(a(n)). [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), May 27 2010]
A175688 is a subsequence; complement of A180157; A180160(a(n))=0. [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Aug 15 2010]
|
|
|
LINKS
| R. Zumkeller, Table of n, a(n) for n = 0..10000 [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Aug 15 2010]
|
|
|
EXAMPLE
| 123 is a term as the arithmetic mean is (1+2+3)/3 = 2.
|
|
|
PROG
| (MAGMA) [0] cat [n: n in [1..130] | IsZero(&+Intseq(n) mod #Intseq(n)) ]; // Bruno Berselli, Jun 30 2011
|
|
|
CROSSREFS
| Sequence in context: A185660 A191839 A032959 * A059708 A071980 A058183
Adjacent sequences: A061380 A061381 A061382 * A061384 A061385 A061386
|
|
|
KEYWORD
| nonn,easy,base
|
|
|
AUTHOR
| Amarnath Murthy (amarnath_murthy(AT)yahoo.com), May 03 2001
|
| |
|
|