OFFSET
1,3
COMMENTS
a(n) is the number of middle divisors of the n-th even number.
a(n) is also the width of the terrace at the level 2*n starting from the top in the main diagonal of the stepped pyramid described in A245092.
a(n) is also the number of central subparts in the symmetric representation of sigma(2n). For more information about the subparts see A279387.
MATHEMATICA
a[n_] := DivisorSum[2*n, 1 &, n <= #^2 < 4*n &]; Array[a, 100] (* Amiram Eldar, Jun 01 2022 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Omar E. Pol, May 30 2022
STATUS
approved