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 A180692 #8 Mar 03 2018 12:02:00 %S A180692 0,4,7,8,9,10,11,12,25,13,26,1,27,2,15,28,3,16,29,4,42,17,30,5,43,18, %T A180692 56,31,6,44,19,57,95,32,7,45,83,20,58,134,33,8,46,84,122,21,97,135,34, %U A180692 72,9,47,85,123,22,60,98,136,35,73,10,149,48,86,124,23,61,200,99,36,175,74 %N A180692 12^a(n) is smallest power of 12 beginning with n. %H A180692 D. Mondot, <a href="/A180692/b180692.txt">Table of n, a(n) for n=1..32699</a> %t A180692 With[{p=12^Range[0,300]},Flatten[Table[Position[p,_?(Take[ IntegerDigits[ #], IntegerLength[n]]==IntegerDigits[n]&),1,1],{n,80}]]]-1//Quiet (* _Harvey P. Dale_, Mar 03 2018 *) %Y A180692 Cf. A180690, A180691, A180694 %K A180692 base,nonn %O A180692 1,2 %A A180692 _Daniel Mondot_, Sep 17 2010