# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a285093 Showing 1-1 of 1 %I A285093 #12 Sep 08 2022 08:46:19 %S A285093 0,1,2,3,4,5,6,7,8,9,1,2,3,4,5,1,2,3,4,5,2,3,4,5,6,2,3,4,5,6,3,4,5,6, %T A285093 7,3,4,5,6,7,4,5,6,7,8,4,5,6,7,8,5,6,7,8,9,1,2,3,1,2,3,1,2,3,4,2,3,4, %U A285093 2,3,4,2,3,4,5,3,4,5,3,4,5,3,4,5,6,4,5,6 %N A285093 Corresponding values of arithmetic means of digits of numbers from A061383. %H A285093 Jaroslav Krizek, Table of n, a(n) for n = 0..3000 %F A285093 a(n) = A007953(A061383(n)) / A055642(A061383(n)) for n >= 1. %o A285093 (Magma) [&+Intseq(n) / #Intseq(n): n in [1..100000] | &+Intseq(n) mod #Intseq(n) eq 0] %o A285093 (PARI) lista(nn) = {for (n=0, nn, if (n, d = digits(n), d = [0]); if (!( vecsum(d) % #d), print1(vecsum(d)/#d, ", ")););} \\ _Michel Marcus_, Apr 15 2017 %Y A285093 Cf. A061383 (numbers with integer arithmetic mean of digits in base 10). %Y A285093 Sequences of numbers n such that a(n) = k for k = 1 - 9: A061384 (k = 1), A061385 (k = 2), A061386 (k = 3), A061387 (k = 4), A061388 (k = 5), A061423 (k = 6), A061424 (k = 7), A061425 (k = 8), A002283 (k = 9). %Y A285093 Cf. A004426, A004427, A257295 (supersequences). %K A285093 nonn,base %O A285093 0,3 %A A285093 _Jaroslav Krizek_, Apr 14 2017 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE