A179880 Numbers h such that h and h-1 have same antiharmonic mean of the numbers k < h such that gcd(k, h) = 1 and simultaneously this mean is not integer.
7, 66, 70, 78, 130, 186, 195, 211, 222, 238, 255, 310, 322, 331, 366, 399, 418, 438, 463, 474, 483, 498, 534, 547, 555, 571, 574, 582, 598, 615, 627, 663, 670, 682, 691, 715, 754, 759, 786, 790, 795, 814, 859, 894, 906, 915, 967, 994, 1038, 1074, 1095, 1102, 1123
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
PARI
ah(n) = {my(f = factor(n)); if(n == 1, 1, 2*n/3 + (1/3) * prod(i = 1, #f~, 1 - f[i, 1])/eulerphi(f));} isok(k) = {if( k == 1, 0, my(ah1 = ah(k), ah2 = ah(k-1)); ah1 == ah2 && denominator(ah1) > 1);} \\ Amiram Eldar, May 24 2025
Formula
a(n) = A179879(n) + 1. - Jaroslav Krizek, Jul 31 2010
Extensions
a(36) corrected and more terms added by Amiram Eldar, May 24 2025
Comments