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 A023077 #21 Aug 07 2025 07:35:59 %S A023077 101426,114276,114627,1001426,1014026,1014260,1026014,1026615,1054614, %T A023077 1061454,1064127,1065432,1140276,1140627,1142760,1142776,1145476, %U A023077 1146270,1146277,1147546,1162675,1202547,1234567,10001426,10014026,10014260 %N A023077 Positive numbers k such that k and 6*k are anagrams in base 8 (written in base 8). %H A023077 Amiram Eldar, <a href="/A023077/b023077.txt">Table of n, a(n) for n = 1..10000</a> %t A023077 FromDigits[IntegerDigits[#,8]]&/@Select[Range[3*10^6],Sort[ IntegerDigits[ #,8]] == Sort[IntegerDigits[6#,8]]&] (* _Harvey P. Dale_, Dec 31 2015 *) %Y A023077 Cf. A007094. %K A023077 nonn,base %O A023077 1,1 %A A023077 _David W. Wilson_