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!)
A372836 a(n) is the numerator of Sum_{d|n, 1 < d < n} 1/d. 1
0, 0, 0, 1, 0, 5, 0, 3, 1, 7, 0, 5, 0, 9, 8, 7, 0, 10, 0, 21, 10, 13, 0, 35, 1, 15, 4, 27, 0, 41, 0, 15, 14, 19, 12, 3, 0, 21, 16, 49, 0, 53, 0, 39, 32, 25, 0, 25, 1, 21, 20, 45, 0, 65, 16, 9, 22, 31, 0, 107, 0, 33, 40, 31, 18, 7, 0, 57, 26, 73, 0, 61, 0, 39, 16, 63, 18, 89, 0, 21 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
FORMULA
Numerators of coefficients in expansion of Sum_{k>=2} x^(2*k) / (k * (1 - x^k)).
EXAMPLE
0, 0, 0, 1/2, 0, 5/6, 0, 3/4, 1/3, 7/10, 0, 5/4, 0, 9/14, 8/15, 7/8, 0, 10/9, ...
MATHEMATICA
nmax = 80; CoefficientList[Series[Sum[x^(2 k)/(k (1 - x^k)), {k, 2, nmax}], {x, 0, nmax}], x] // Numerator // Rest
PROG
(PARI) a(n) = numerator(sumdiv(n, d, if ((d>1) && (d<n), 1/d))); \\ Michel Marcus, May 14 2024
CROSSREFS
Sequence in context: A176867 A351208 A229175 * A326188 A201524 A230438
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 September 5 16:49 EDT 2024. Contains 375700 sequences. (Running on oeis4.)