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 A080695 #12 Jun 01 2016 02:47:22 %S A080695 1,2,3,4,5,23,7,8,9,25,11,43,13,27,35,16,17,29,19,45,37,211,23,83,25, %T A080695 213,27,47,29,235,31,32,311,217,57,49,37,219,313,85,41,237,43,411,95, %U A080695 223,47,163,49,225,317,413,53,227,511,87,319,229,59,435,61,231,97,64 %N A080695 Concatenation of the prime power factors (with maximal exponent) of n; a(1) = 1 by convention. %C A080695 a(n) = n iff n is 1 or a prime power; otherwise, a(n) > n. - _Ivan Neretin_, May 31 2016 %H A080695 Ivan Neretin, <a href="/A080695/b080695.txt">Table of n, a(n) for n = 1..10000</a> %e A080695 a(67500) = a(2^2*3^3*5^4) = a(4*27*625) = 427625. %t A080695 Table[FromDigits@Flatten@IntegerDigits[#[[1]]^#[[2]] & /@ FactorInteger[n]], {n, 64}] (* _Ivan Neretin_, May 31 2016 *) %Y A080695 Cf. A037276, A067599, A080670, A230305. %K A080695 nonn,base %O A080695 1,2 %A A080695 _Vladeta Jovovic_, Mar 03 2003 %E A080695 Edited by _Charles R Greathouse IV_, Apr 29 2010