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.

A341177 Numbers that when divided by the sum of their digits leave 10 as remainder.

This page as a plain text file.
%I A341177 #16 Jun 22 2021 11:59:46
%S A341177 49,65,164,166,197,248,263,283,362,374,394,461,517,538,560,626,634,
%T A341177 656,682,694,751,752,809,826,865,868,962,970,998,1055,1154,1219,1253,
%U A341177 1256,1258,1268,1336,1352,1378,1382,1451,1453,1508,1546,1549,1550,1570,1574,1634,1690
%N A341177 Numbers that when divided by the sum of their digits leave 10 as remainder.
%H A341177 Carole Dubois, <a href="/A341177/b341177.txt">Table of n, a(n) for n = 1..5001</a>
%e A341177 a(1) = 49 and 49 is 13*3 with remainder 10;
%e A341177 a(2) = 65 and 65 is 11*5 with remainder 10; etc.
%t A341177 Select[Range[1700],Mod[#,Total[IntegerDigits[#]]]==10&] (* _Harvey P. Dale_, Jun 22 2021 *)
%Y A341177 Cf. A005349 (Niven numbers: remainder = 0), A209871 (Quasi-Niven numbers: remainder = 1), A341169 to A341182 (remainders = 2 to 15).
%K A341177 base,nonn
%O A341177 1,1
%A A341177 _Eric Angelini_ and _Carole Dubois_, Feb 06 2021