login
A370355
Highly touchable numbers sandwiched between untouchable twin pairs.
0
1681, 5251, 7771, 36961, 39271, 170941, 196351, 360361, 510511, 1009471, 9699691
OFFSET
1,1
COMMENTS
Highly touchable numbers k have a record number of solutions x to A001065(x) = k, while untouchable numbers k have no solution to this equation.
MATHEMATICA
seq[nmax_] := Module[{v = Table[0, {nmax}], i, s = {}, vmax = -1}, Do[i = DivisorSigma[1, n] - n; If[0 < i <= nmax, v[[i]]++], {n, 1, nmax^2}]; Do[If[v[[n]] > vmax, vmax = v[[n]]; If[v[[n - 1]] == 0 && v[[n + 1]] == 0, AppendTo[s, n]]], {n, 2, nmax - 1}]; s]; seq[8000]
CROSSREFS
Intersection of A238895 and {A231964(n) + 1};
Similar sequences: A068507, A113839.
Sequence in context: A145292 A228183 A175897 * A361705 A322745 A189654
KEYWORD
nonn,hard,more
AUTHOR
Amiram Eldar, Feb 16 2024
STATUS
approved