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.
%I A305130 #38 Jan 28 2020 22:30:55 %S A305130 10,11,12,18,22,33,44,55,66,77,88,99,101,110,121,132,141,165,181,201, %T A305130 202,221,222,261,262,282,302,303,322,323,342,343,363,403,404,423,424, %U A305130 444,463,483,504,505,525,545,564,584,585,605,606,645,646,666,686,706 %N A305130 Numbers k with the property that there exists a positive integer M, called multiplier, such that the sum of the digits of k times the multiplier added to the reversal of this product gives k. %C A305130 These numbers are related to the taxicab number 1729. This is why they might be called "additive Hardy-Ramanujan numbers". %H A305130 Alois P. Heinz, <a href="/A305130/b305130.txt">Table of n, a(n) for n = 1..1000</a> %H A305130 Viorel Nitica, <a href="https://arxiv.org/abs/1805.10739">About some relatives of the taxicab numbers</a>, submitted to Journal of Integer Sequences, (2018). [Where these numbers are introduced.] %H A305130 Viorel Niţică, Jeroz Makhania, <a href="https://doi.org/10.3390/sym11111374">About the Orbit Structure of Sequences of Maps of Integers</a>, Symmetry (2019), Vol. 11, No. 11, 1374. %e A305130 For k = 11 the sum of the digits is 2 and the multiplier is 5: 2 * 5 = 10 and 10 + 01 = 11. %e A305130 For k = 747 the sum of the digits is 18 and the multiplier is 7: 18 * 7 = 126 and 126 + 621 = 747. %t A305130 Block[{k, d, j}, Reap[Do[k = 1; d = Total@ IntegerDigits[i]; While[Nor[k > i, Set[j, # + IntegerReverse@ #] == i &[d k]], k++]; If[j == i, Sow[{i, k}]], {i, 720}]][[-1, 1, All, 1]] ] (* _Michael De Vlieger_, Jan 28 2020 *) %Y A305130 Subsequence of A067030. %Y A305130 Cf. A004086, A011541, A305131. %K A305130 nonn,base %O A305130 1,1 %A A305130 _Viorel Nitica_, May 26 2018