OFFSET
1,3
COMMENTS
Nearly all of the data falls on lines discussed below. There are a few "outliers" visible on the graph. There are <120 such outliers in the first 20000 terms (about 0.6%). Many of the outlier indices belong to A037040. The lines are n, (n+0)/2, (n+2)/4, (n+4)/6, (n+6)/8,....
LINKS
Paolo Xausa, Table of n, a(n) for n = 1..10000
Bill McEachen, Plot 20K terms
Bill McEachen, A037040 overlap (TEMP)
EXAMPLE
Let n=14, A071904(n)=63, tau(63)=6 so a(14)=round(14/(6-2))=4.
MATHEMATICA
MapIndexed[Floor[#2[[1]]/# + 1/2] &, DivisorSigma[0, Select[Range[9, 500, 2], CompositeQ]] - 2] (* Paolo Xausa, Dec 16 2024 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Bill McEachen, Dec 08 2024
STATUS
approved
