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 A323527 #11 Jan 22 2019 08:31:43 %S A323527 3,4,5,6,8,11,13,14,15,17,18,19,20,21,22,24,25,26,27,28,29,30,31,32, %T A323527 33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,50,52,54,55,56,57,58, %U A323527 59,60,61,62,63,64,66,67,69,70,71,72,73,74,75,76,79,80,81 %N A323527 Numbers whose sum of prime indices is not a perfect square. %C A323527 A prime index of n is a number m such that prime(m) divides n. The multiset of prime indices of n is row n of A112798. The sum of prime indices of n is A056239(n). %p A323527 remove(k-> issqr(add(numtheory[pi](i[1])*i[2], i=ifactors(k)[2])), [$1..99])[]; # _Alois P. Heinz_, Jan 22 2019 %t A323527 Select[Range[100],!IntegerQ[Sqrt[Sum[PrimePi[f[[1]]]*f[[2]],{f,FactorInteger[#]}]]]&] %o A323527 (PARI) isok(n) = {my(f=factor(n)); !issquare(sum(k=1, #f~, primepi(f[k, 1])*f[k,2]));} \\ _Michel Marcus_, Jan 18 2019 %Y A323527 Complement of A323528. %Y A323527 Cf. A000037, A000720, A001248, A026478 (Omega is square), A056239, A112798, A323520, A323521 (Omega is not square), A323525, A323526. %K A323527 nonn %O A323527 1,1 %A A323527 _Gus Wiseman_, Jan 17 2019