Search: id:A013929 Results 1-1 of 1 results found. %I A013929 %S A013929 4,8,9,12,16,18,20,24,25,27,28,32,36,40,44,45,48,49,50,52,54,56,60,63, %T A013929 64,68,72,75,76,80,81,84,88,90,92,96,98,99,100,104,108,112,116,117,120, %U A013929 121,124,125,126,128,132,135,136,140,144,147,148,150,152,153,156,160 %N A013929 Numbers that are not square-free. Numbers that are divisible by a square greater than 1. The complement of A005117. %C A013929 Sometimes misnamed squareful numbers, but officially those are given by A001694. %C A013929 This is different from the sequence of numbers n such that A007913(n)Table of n, a(n) for n=1..1000 %H A013929 S. Ramanujan, Irregular numbers, J. Indian Math. Soc. 5 (1913) 105-106. %H A013929 Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics. %H A013929 Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics. %H A013929 Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics. %H A013929 Eric Weisstein's World of Mathematics, Moebius Function %p A013929 a := n -> `if`(numtheory[mobius](n)=0,n,NULL); seq(a(i),i=1..160); [From Peter Luschny (peter(AT)luschny.de), May 04 2009] %t A013929 Union[ Flatten[ Table[ n i^2, {i, 2, 20}, {n, 1, 400/i^2} ] ] ] %t A013929 Select[ Range[2, 160], (Union[Last /@ FactorInteger[ # ]][[ -1]] > 1) == True &] (from Robert G. Wilson v (rgwv(AT)rgwv.com), Oct 11 2005) %t A013929 a = {}; b = {}; Do[If[MemberQ[a, EulerPhi[n]/n], AppendTo[b, n], AppendTo[a, EulerPhi[n]/n]], {n, 1, 1000}]; b [From Artur Jasinski (grafix(AT)csl.pl), Nov 05 2008] %o A013929 (PARI) {a(n)= local(m,c); if(n<=1,4*(n==1), c=1; m=4; while( c