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 A355012 #12 Jun 19 2022 02:20:54 %S A355012 4,9,8,25,16,27,49,121,32,169,125,289,81,361,529,64,841,343,961,128, %T A355012 1369,1681,1849,2209,243,2809,3721,4489,5041,5329,1331,6241,6889,3481, %U A355012 256,10609,11449,11881,625,12769,7921,9409,10201,2197,26569,32041,32761,16129 %N A355012 Prime powers (p^k, k >= 2) in A090252 in order of appearance. %H A355012 Michael De Vlieger, <a href="/A355012/b355012.txt">Table of n, a(n) for n = 1..1009</a> %H A355012 Michael De Vlieger, <a href="/A355012/a355012.png">Annotated log-log scatterplot of A090252(n)</a>, n = 1..2^12, labeling primes in red, squarefree semiprimes in green, highlighting composite prime powers in gold and labeling them in boldface. %t A355012 Select[Import["https://oeis.org/A090252/b090252.txt", "Data"][[1 ;; 4000, -1]], CompositeQ[#] && PrimePowerQ[#] &] %Y A355012 Cf. A090252, A246547, A354165, A355013, A355014. %K A355012 nonn %O A355012 1,1 %A A355012 _Michael De Vlieger_, Jun 15 2022