OFFSET
0,15
COMMENTS
Conjecture: a(n) > 0 for all n > 108.
From Robert G. Wilson v, Feb 25 2017: (Start)
Conjecture: a(n) > 1 for all n > 604,
Conjecture: a(n) > 2 for all n > 1008, etc.
First occurrence of k: 0, 7, 14, 22, 30, 47, 66, 42, 127, 138, 150, 222, 251, 303, 210, 430, 330, 462, 670, 770, 983, 878, 1038, 1142, 1355, 1482, ... (End)
LINKS
Robert G. Wilson v, Table of n, a(n) for n = 0..1000
Ilya Gutkovskiy, Extended graphical example
Eric Weisstein's World of Mathematics, Perfect Powers
Eric Weisstein's World of Mathematics, Semiprime
Eric Weisstein's World of Mathematics, Squarefree
EXAMPLE
a(22) = 3 because we have [21, 1], [16, 6] and [14, 8].
MATHEMATICA
nmax = 120; CoefficientList[Series[(x + Sum[Boole[GCD @@ FactorInteger[k][[All, 2]] > 1] x^k, {k, 2, nmax}]) (Sum[MoebiusMu[k]^2 Floor[2/PrimeOmega[k]] Floor[PrimeOmega[k]/2] x^k, {k, 2, nmax}]), {x, 0, nmax}], x]
CROSSREFS
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Feb 25 2017
STATUS
approved