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.

A235697 Harshad numbers which when divided by their digital sum, give a quotient which is a Multiple Harshad Numbers-2.

This page as a plain text file.
%I A235697 #12 Jun 13 2024 05:35:04
%S A235697 1,2,3,4,5,6,7,8,9,10,12,18,20,21,24,27,30,36,40,42,45,48,50,54,60,63,
%T A235697 70,72,80,81,84,90,100,108,120,162,180,200,210,216,240,243,270,300,
%U A235697 324,360,378,400,405,420,432,450,480,486,500,540,600,630,648,700,720,756,800,810,840,864,900,972,1000,1080,1200,1296,1458
%N A235697 Harshad numbers which when divided by their digital sum, give a quotient which is a Multiple Harshad Numbers-2.
%C A235697 These numbers are also called MHN-3 or Multiple Harshad Numbers-3.
%C A235697 A Multiple Harshad number is a Harshad number that, when divided by the sum of its digits, produces another Harshad number.
%C A235697 Starts to differ from A235507 at position n=70. - _R. J. Mathar_, Jun 13 2024
%H A235697 Ray Chandler, <a href="/A235697/b235697.txt">Table of n, a(n) for n = 1..1947</a>  (all a(n) <= 10^6)
%H A235697 Wikipedia, <a href="http://en.wikipedia.org/wiki/Harshad_number">Harshad Number</a>
%e A235697 756 is a term as it gives quotient 42 on division by the digital sum (i.e. 18). 42 gives quotient 7 on division by its digital sum (i.e. 6). As 7 is also a Harshad Number, thus 756 is a MHN-3.
%Y A235697 Cf. A005349, A235507.
%K A235697 nonn,base
%O A235697 1,2
%A A235697 _Mihir Mathur_, Jan 14 2014