OFFSET
1,4
LINKS
Sean A. Irvine, Table of n, a(n) for n = 1..250
PROG
(PARI)
D(n, s, t)={if(n>=1, sumdiv(n, d, s<=min(d, n/d) && max(d, n/d)<=t), 0)}
a(n)={sum(i=0, n\2, D(i*(n-i)+1, i, n-i))} \\ Andrew Howroyd, Jan 01 2020
CROSSREFS
KEYWORD
nonn
AUTHOR
John Lewis (frc.mass.edu)
EXTENSIONS
More terms from Sean A. Irvine, Oct 12 2017
STATUS
approved