cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A247137 Numbers for which the root mean square of nontrivial divisors is an integer and which are not a square of prime numbers.

Original entry on oeis.org

119, 161, 343, 369, 527, 711, 721, 833, 959, 1081, 1127, 1241, 1695, 1767, 2047, 3281, 3335, 3553, 3713, 4207, 4633, 4681, 5047, 5215, 6713, 6887, 7327, 7775, 9641, 12319, 14031, 16617, 16999, 18473, 19199, 22145, 27009, 27913, 29449, 31679, 32239, 32599, 37241, 44801, 45385, 47865, 47959, 50279, 52319, 56033
Offset: 1

Views

Author

Daniel Lignon, Nov 20 2014

Keywords

Comments

That's the numbers which are in A247136 and not in A001248.

Crossrefs

Cf. A247136 (Numbers for which the root mean square of nontrivial divisors is an integer).

Programs

  • PARI
    integralRMS(v)=my(t=norml2(v)/#v); denominator(t)==1 && issquare(t)
    is(n)=my(d=divisors(n)); #d>3 && integralRMS(d[2..#d-1]) \\ Charles R Greathouse IV, Nov 20 2014
Showing 1-1 of 1 results.