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.

A341181 Numbers that when divided by the sum of their digits leave 14 as remainder.

This page as a plain text file.
%I A341181 #17 Dec 27 2024 16:01:42
%S A341181 269,286,574,575,718,728,793,794,862,881,889,964,974,1187,1294,1438,
%T A341181 1477,1493,1582,1646,1648,1694,1726,1789,1819,1870,1874,1877,1952,
%U A341181 1990,2158,2258,2446,2498,2564,2590,2594,2674,2689,2717,2734,2774,2845,2870,2954,2978
%N A341181 Numbers that when divided by the sum of their digits leave 14 as remainder.
%H A341181 Carole Dubois, <a href="/A341181/b341181.txt">Table of n, a(n) for n = 1..5001</a>
%e A341181 a(1) = 269 and 269 is 17*15 with remainder 14;
%e A341181 a(2) = 286 and 286 is 16*17 with remainder 14; etc.
%t A341181 Select[Range[3000],Mod[#,Total[IntegerDigits[#]]]==14&] (* _Harvey P. Dale_, Dec 27 2024 *)
%Y A341181 Cf. A005349 (Niven numbers: remainder = 0), A209871 (Quasi-Niven numbers: remainder = 1), A341169 to A341182 (remainders = 2 to 15).
%K A341181 base,nonn
%O A341181 1,1
%A A341181 _Eric Angelini_ and _Carole Dubois_, Feb 06 2021