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.

A269332 Smallest multiple of n whose sum of digits is greater than n.

This page as a plain text file.
%I A269332 #13 Feb 24 2016 04:45:12
%S A269332 2,4,6,8,15,18,28,48,99,290,66,96,78,98,495,288,289,1998,399,4980,798,
%T A269332 968,897,3888,5975,3978,19899,6888,6699,69990,7998,9888,9999,29988,
%U A269332 68985,299988,74999,69996,79989,799880,99999,298998,89999,589996,4999995,599978,498999
%N A269332 Smallest multiple of n whose sum of digits is greater than n.
%o A269332 (PARI) a(n) = {my(m=2*n); while (sumdigits(m) <= n, m+=n); m;} \\ _Michel Marcus_, Feb 24 2016
%Y A269332 Cf. A269333, A007953, A069035.
%K A269332 nonn,base
%O A269332 1,1
%A A269332 _Franklin T. Adams-Watters_, Feb 24 2016
%E A269332 More terms from _Michel Marcus_, Feb 24 2016