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.

A341171 Numbers that when divided by the sum of their digits leave 4 as remainder.

This page as a plain text file.
%I A341171 #16 Feb 11 2021 06:23:10
%S A341171 14,25,44,64,89,92,104,116,151,154,158,191,196,214,238,244,260,284,
%T A341171 289,290,332,334,340,355,395,403,404,424,472,484,514,536,548,598,604,
%U A341171 620,628,662,706,772,796,823,854,878,884,914,916,940,973,979,994,1004,1033,1052,1054,1057
%N A341171 Numbers that when divided by the sum of their digits leave 4 as remainder.
%H A341171 Carole Dubois, <a href="/A341171/b341171.txt">Table of n, a(n) for n = 1..5001</a>
%e A341171 a(1) = 14 and 14 is 5*2 with remainder 4;
%e A341171 a(2) = 25 and 25 is 7*3 with remainder 4; etc.
%Y A341171 Cf. A005349 (Niven numbers: remainder = 0), A209871 (Quasi-Niven numbers: remainder = 1), A341169 to A341182 (remainders = 2 to 15).
%K A341171 base,nonn
%O A341171 1,1
%A A341171 _Eric Angelini_ and _Carole Dubois_, Feb 06 2021