login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A334020
Numbers k such that s(k) = s(k+1), where s(k) is the sum of unitary divisors of k that are smaller than sqrt(k) (A334019).
4
2, 3, 4, 7, 8, 16, 31, 127, 186, 256, 318, 434, 473, 574, 582, 588, 730, 735, 819, 978, 1245, 1357, 1374, 1397, 1420, 1421, 1500, 1506, 1661, 1694, 1902, 1956, 1988, 2059, 2085, 2147, 2166, 2329, 2453, 2505, 2506, 2534, 2754, 2770, 2868, 2954, 2988, 3345, 3377
OFFSET
1,1
LINKS
EXAMPLE
2 is a term since A334019(2) = A334019(3) = 1.
MATHEMATICA
s[n_] := DivisorSum[n, # &, #^2 < n && CoprimeQ[#, n/#] &]; Select[Range[3000], s[#] == s[# + 1] &]
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, Apr 12 2020
STATUS
approved