A158287 Composite RMS numbers: composite numbers c such that root mean square of divisors of c is an integer.
287, 1673, 3055, 6665, 9545, 9799, 9855, 21385, 26095, 34697, 46655, 66815, 68593, 68985, 125255, 155287, 182665, 242879, 273265, 380511, 391345, 404055, 421655, 627215, 730145, 814463, 823537, 876785, 1069895, 1087009, 1166399, 1204281, 1256489, 1289441
Offset: 1
Keywords
Examples
a(1) = 287, sqrt(A001157(287)/A000005(287)) = sqrt(84100/4) = 145, number 145 is an integer.
Links
- Giovanni Resta, Table of n, a(n) for n = 1..7424 (terms < 10^13, first 1654 terms from Donovan Johnson)
Programs
-
Mathematica
Select[Range[13*10^5],CompositeQ[#]&&IntegerQ[RootMeanSquare[Divisors[ #]]]&] (* Harvey P. Dale, Sep 23 2022 *)
Comments