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.

A341169 Numbers that divided by the sum of their digits leave 2 as remainder.

Original entry on oeis.org

16, 22, 26, 32, 67, 82, 86, 122, 130, 142, 170, 172, 178, 184, 202, 205, 212, 242, 262, 302, 310, 314, 331, 338, 352, 359, 418, 442, 464, 466, 496, 520, 530, 532, 535, 590, 602, 622, 652, 665, 667, 712, 716, 754, 802, 818, 838, 842, 968, 971, 1022, 1024, 1030, 1034, 1072, 1091, 1094
Offset: 1

Views

Author

Eric Angelini and Carole Dubois, Feb 06 2021

Keywords

Examples

			a(1) = 16 and 16 is 7*2 with remainder 2;
a(2) = 22 and 22 is 4*5 with remainder 2; etc.
		

Crossrefs

Cf. A005349 (Niven numbers: remainder = 0), A209871 (Quasi-Niven numbers: remainder = 1), A341169 to A341182 (remainders = 2 to 15).