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 A237275 #20 Sep 14 2017 04:15:32 %S A237275 2,2,12,32,32,32,192,512,512,512,3072,8192,8192,8192,49152,131072, %T A237275 131072,131072,786432,2097152,2097152,2097152,12582912,33554432, %U A237275 33554432,33554432 %N A237275 Smallest k divisible by the n-th power of its last decimal digit > 1. %C A237275 Conjecture: a(n) == 2 (mod 10). %F A237275 a(n) = 3*2^n if n mod 4 = 2; 2^(n+2-((n+1) mod 4)) otherwise. - _Jon E. Schoenfield_, Sep 12 2017 %e A237275 a(0) = 2 because 2 is divisible by 2^0 = 1. %e A237275 a(1) = 2 because 2 is divisible by 2^1 = 2. %e A237275 a(2) = 12 because 12 is divisible by 2^2 = 4. %t A237275 Do[k=1;While[!Total[Transpose[IntegerDigits[k][[-1]]>0&&Mod[k,IntegerDigits[k][[-1]]^n]==0&&!Mod[k,10]==1],k++]];Print[n," ",k-1],{n,0,25}] %Y A237275 Cf. A132359. %K A237275 nonn,base %O A237275 0,1 %A A237275 _Michel Lagneau_, Apr 22 2014