OFFSET
1,1
COMMENTS
Not squarefree, not a nontrivial prime power and not in {squarefree} times {nontrivial prime powers}.
Numbers k such that A056170(k) > 1. The asymptotic density of this sequence is 1 - (6/Pi^2) * (1 + A154945) = 0.05668359058... - Amiram Eldar, Nov 01 2020
REFERENCES
CRC Standard Mathematical Tables and Formulae, 30th ed., (1996) page 102-105.
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
MATHEMATICA
Select[Range@ 1050, And[Length@ # > 1, Total@ Boole@ Map[# > 1 &, #[[All, -1]]] > 1] &@ FactorInteger@ # &] (* Michael De Vlieger, Apr 25 2017 *)
dstdpQ[n_]:=Length[Select[Sqrt[#]&/@Divisors[n], PrimeQ]]>1; Select[ Range[ 1100], dstdpQ] (* Harvey P. Dale, Jan 15 2020 *)
PROG
(PARI) is(n)=my(f=vecsort(factor(n)[, 2], , 4)); #f>1&&f[2]>1 \\ Charles R Greathouse IV, Nov 15 2012
KEYWORD
easy,nonn
AUTHOR
EXTENSIONS
More terms from Larry Reeves (larryr(AT)acm.org), Apr 03 2000
New name from Charles R Greathouse IV, Nov 15 2012
STATUS
approved