OFFSET
1,6
COMMENTS
Also sequence found by reading in the lower part of the diagram of periodic curves for the number of divisors of n (see the first diagram in the Links section). Explanation: the number of curves that emerge from the point (n, 0) to the left hand in the lower part of the diagram equals A183063(n) the number of even divisors of n. The number of curves that emerge from the same point (n, 0) to the right hand in the lower part of the diagram equals A001227(n) the number of odd divisors of n. So the n-th pair is (A183063(n), A001227(n)). Also the total number of curves that emerges from the same point (n, 0) equals A000005(n), the number of divisors of n. Note that at the point (n, 0) the inflection point of the curve that emerges with diameter k represents the divisor n/k.
The second diagram in the links section shows only the lower part from the first diagram, upside down.
LINKS
EXAMPLE
MATHEMATICA
Array[{#2, #1 - #2} & @@ {DivisorSigma[0, #], DivisorSum[#, 1 &, EvenQ]} &, 52] // Flatten (* Michael De Vlieger, Mar 04 2018 *)
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
Omar E. Pol, Mar 03 2018
STATUS
approved