OFFSET
1,5
LINKS
Eric W. Weisstein's World of Mathematics, Geometric Mean
EXAMPLE
a(10) = 5 because we have [10], [9, 1], [1, 9], [8, 2] and [2, 8].
MATHEMATICA
Table[Length[Select[Join@@Permutations/@IntegerPartitions[n], UnsameQ@@#&&IntegerQ[GeometricMean[#]]&]], {n, 0, 15}] (* Gus Wiseman, Oct 30 2022 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Dec 05 2020
STATUS
approved