A326027 Number of nonempty subsets of {1..n} whose geometric mean is an integer.
0, 1, 2, 3, 6, 7, 8, 9, 12, 19, 20, 21, 28, 29, 30, 31, 40, 41, 70, 71, 74, 75, 76, 77, 108, 123, 124, 211, 214, 215, 216, 217, 332, 333, 334, 335, 592, 593, 594, 595, 612, 613, 614, 615, 618, 639, 640, 641, 1160, 1183, 1324, 1325, 1328, 1329, 2176, 2177, 2196, 2197, 2198, 2199, 2414, 2415, 2416, 2443, 4000, 4001, 4002, 4003, 4006, 4007, 4008, 4009, 6626, 6627, 6628, 9753, 9756, 9757, 9758, 9759, 11136
Offset: 0
Keywords
Examples
The a(1) = 1 through a(9) = 19 subsets: {1} {1} {1} {1} {1} {1} {1} {1} {1} {2} {2} {2} {2} {2} {2} {2} {2} {3} {3} {3} {3} {3} {3} {3} {4} {4} {4} {4} {4} {4} {1,4} {5} {5} {5} {5} {5} {1,2,4} {1,4} {6} {6} {6} {6} {1,2,4} {1,4} {7} {7} {7} {1,2,4} {1,4} {8} {8} {1,2,4} {1,4} {9} {2,8} {1,4} {1,2,4} {1,9} {2,4,8} {2,8} {4,9} {1,2,4} {1,3,9} {2,4,8} {3,8,9} {4,6,9} {3,6,8,9}
Links
- Max Alekseyev, Table of n, a(n) for n = 0..255
- Wikipedia, Geometric mean
Crossrefs
Programs
-
Mathematica
Table[Length[Select[Subsets[Range[n]],IntegerQ[GeometricMean[#]]&]],{n,0,10}]
Formula
Extensions
Terms a(57) onward from Max Alekseyev, Mar 01 2025