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 A161949 #18 Feb 16 2025 08:33:10 %S A161949 1,2,3,4,5,6,7,8,9,10,11,29,125,811,944,1539,28733,193084,887690, %T A161949 2536330,6884751,17116683,5145662993,25022977605,39989277598, %U A161949 294245206529,301149802206,394317605931,429649124722,446779986586 %N A161949 Base-12 Armstrong or narcissistic numbers (written in base 10). %H A161949 Joseph Myers, <a href="/A161949/b161949.txt">Table of n, a(n) for n = 1..87</a> (the full list of terms, from Winter) %H A161949 Henk Koppelaar, and Peyman Nasehpour, <a href="https://arxiv.org/abs/2008.08187">On Hardy's Apology Numbers</a>, arXiv:2008.08187 [math.NT], 2020. %H A161949 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/NarcissisticNumber.html">Narcissistic Number</a> %H A161949 D. T. Winter, <a href="http://ftp.cwi.nl/dik/Armstrong">Table of Armstrong Numbers</a> %t A161949 Select[Range[10^7], # == Total[IntegerDigits[#, 12]^IntegerLength[#, 12]] &] (* _Michael De Vlieger_, Nov 04 2020 *) %Y A161949 In other bases: A010344 (base 4), A010346 (base 5), A010348 (base 6), A010350 (base 7), A010354 (base 8), A010353 (base 9), A005188 (base 10), A161948 (base 11), A161950 (base 13), A161951 (base 14), A161952 (base 15), A161953 (base 16). %K A161949 base,fini,full,nonn %O A161949 1,2 %A A161949 _Joseph Myers_, Jun 22 2009