cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A285093 Corresponding values of arithmetic means of digits of numbers from A061383.

This page as a plain text file.
%I A285093 #18 Jul 18 2025 16:49:24
%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, <a href="/A285093/b285093.txt">Table of n, a(n) for n = 0..3000</a>
%F A285093 a(n) = A007953(A061383(n)) / A055642(A061383(n)) for n >= 1.
%o A285093 (Magma) [0] cat [&+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