OFFSET
1,3
COMMENTS
Shares infinitely many terms with A000593.
Conjectures from Omar E. Pol, Aug 27 2025: (Start)
a(n) is the sum of the smallest numbers of the 2-dense sublists of divisors of n.
a(n) is the sum of the divisors p of n such that p is greater than twice the adjacent previous divisor of n. (End)
FORMULA
Conjectures from Omar E. Pol, Oct 30 2025: (Start)
MATHEMATICA
a[n_] := Module[{d = Partition[Divisors[n], 2, 1]}, 1 + Total[Select[d, OddQ[#[[2]]] && #[[2]] >= 2*#[[1]] &][[;; , 2]]]]; Array[a, 100] (* Amiram Eldar, Dec 22 2024 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Omar E. Pol, Dec 21 2024
EXTENSIONS
More terms from Alois P. Heinz, Dec 22 2024
STATUS
approved
