login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A372832 a(n) is the numerator of Sum_{d|n, d <= sqrt(n)} 1/d. 1
1, 1, 1, 3, 1, 3, 1, 3, 4, 3, 1, 11, 1, 3, 4, 7, 1, 11, 1, 7, 4, 3, 1, 25, 6, 3, 4, 7, 1, 61, 1, 7, 4, 3, 6, 9, 1, 3, 4, 39, 1, 2, 1, 7, 23, 3, 1, 9, 8, 17, 4, 7, 1, 2, 6, 53, 4, 3, 1, 49, 1, 3, 31, 15, 6, 2, 1, 7, 4, 129, 1, 19, 1, 3, 23, 7, 8, 2, 1, 83 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
Numerators of coefficients in expansion of Sum_{k>=1} x^(k^2) / (k * (1 - x^k)).
EXAMPLE
1, 1, 1, 3/2, 1, 3/2, 1, 3/2, 4/3, 3/2, 1, 11/6, 1, 3/2, 4/3, 7/4, 1, 11/6, ...
MATHEMATICA
nmax = 80; CoefficientList[Series[Sum[x^(k^2)/(k (1 - x^k)), {k, 1, nmax}], {x, 0, nmax}], x] // Numerator // Rest
PROG
(PARI) a(n) = numerator(sumdiv(n, d, if (d^2 <= n, 1/d))); \\ Michel Marcus, May 14 2024
CROSSREFS
Cf. A017665, A066839, A372833 (denominators).
Sequence in context: A109599 A333752 A066839 * A176246 A046933 A185091
KEYWORD
nonn,frac
AUTHOR
Ilya Gutkovskiy, May 14 2024
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 17 08:16 EDT 2024. Contains 374360 sequences. (Running on oeis4.)