login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A179891
Composites h such that antiharmonic mean B(h) of the numbers k < h such that gcd(k, h) = 1 is not integer.
21
4, 6, 8, 9, 12, 14, 15, 16, 18, 20, 21, 24, 25, 26, 27, 28, 30, 32, 33, 35, 36, 38, 39, 40, 42, 44, 45, 48, 49, 50, 51, 52, 54, 56, 57, 60, 62, 63, 64, 65, 66, 68, 69, 70, 72, 74, 75, 76, 77, 78, 80, 81, 84, 86, 87, 88, 90, 92, 93, 95, 96, 98, 99, 100, 102, 104, 105, 108, 111
OFFSET
1,1
COMMENTS
Composites h such that B(h) = A053818(h) / A023896(h) = A175505(h) / A175506(h) is not integer. Composites h such that A175506(h) > 1. Subsequence of A179872. Union a(n) + A007645 = A179872.
LINKS
EXAMPLE
a(6) = 14 because B(14) = A053818(14) / A023896(14) = 406/42 = 29/3 (not integer).
MATHEMATICA
f[n_] := 2 Plus @@ (Select[ Range@n, GCD[ #, n] == 1 &]^2)/(n*EulerPhi@n); Select[ Range@ 111, ! PrimeQ@# && ! IntegerQ@f@# &] (* Robert G. Wilson v, Aug 02 2010 *)
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Jul 30 2010
EXTENSIONS
More terms from Robert G. Wilson v, Aug 02 2010
STATUS
approved