VOOZH about

URL: https://oeis.org/A179872

⇱ A179872 - OEIS


login
A179872
Numbers h such that antiharmonic mean B(h) of the numbers k < h such that gcd(k, h) = 1 is not integer.
18
3, 4, 6, 7, 8, 9, 12, 13, 14, 15, 16, 18, 19, 20, 21, 24, 25, 26, 27, 28, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 43, 44, 45, 48, 49, 50, 51, 52, 54, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 84, 86, 87, 88
OFFSET
1,1
COMMENTS
Numbers h such that B(h) = A053818(h) / A023896(h) = A175505(h) / A175506(h) is not integer.
Numbers h such that A175506(h) > 1.
Complement of A179871.
Union of A007645 and A179891.
LINKS
EXAMPLE
a(6) = 9 because B(9) = A053818(9) / A023896(9) = 159/27 = 53/9 (not integer).
PROG
(PARI) isok(k) = {my(f = factor(k)); if(k == 1, 0, denominator(2*k/3 + (1/3) * prod(i = 1, #f~, 1 - f[i, 1])/eulerphi(f)) > 1); } \\ Amiram Eldar, May 25 2025
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Jul 30 2010, Jul 31 2010
EXTENSIONS
More terms from Amiram Eldar, May 25 2025
STATUS
approved