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.

A341172 Numbers that when divided by the sum of their digits leave 5 as remainder.

Original entry on oeis.org

38, 53, 55, 61, 124, 125, 137, 145, 148, 235, 236, 250, 257, 265, 277, 313, 325, 335, 341, 382, 383, 413, 415, 434, 502, 505, 509, 533, 565, 566, 616, 632, 635, 701, 709, 719, 731, 733, 761, 784, 785, 830, 850, 853, 872, 955, 965, 1006, 1028, 1045, 1061, 1084
Offset: 1

Views

Author

Eric Angelini and Carole Dubois, Feb 06 2021

Keywords

Examples

			a(1) = 38 and 38 is 11*3 with remainder 5;
a(2) = 53 and 53 is 8*6 with remainder 5; etc.
		

Crossrefs

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