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 A037437 #16 Apr 23 2021 22:23:42 %S A037437 1,2,3,4,5,331,1014,1045,1135,1145,1151,1440,1504,3142,3225,3321,3332, %T A037437 3402,5003,5143,10104,10225,10335,10350,10420,10542,11023,11132,11240, %U A037437 11324,11425,11520,11552,12103,12213,12223,12235,12320,13014,13341 %N A037437 Positive numbers having the same set of digits in base 6 and base 10. %H A037437 John Cerkan, <a href="/A037437/b037437.txt">Table of n, a(n) for n = 1..10000</a> %e A037437 1145 is in the sequence because 1145 in base 6 is 5145. %t A037437 Select[Range[14000],Union[IntegerDigits[#]]==Union[IntegerDigits[ #,6]]&] (* _Harvey P. Dale_, Dec 09 2011 *) %Y A037437 Subsequence of A037401. %K A037437 nonn,base %O A037437 1,2 %A A037437 _Clark Kimberling_ %E A037437 More terms from _Don Reble_, Apr 28 2006 %E A037437 Edited by _John Cerkan_, Feb 17 2017