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!)
A355875 For n >= 1, k >= 1; a(n) = Sum_{k=1..n} f(n,k). f(n,k) = n*k/(n + k) if n*k divides (n+k), 0 otherwise. 0
0, 1, 0, 2, 0, 5, 0, 4, 0, 5, 0, 13, 0, 7, 6, 8, 0, 15, 0, 14, 0, 11, 0, 26, 0, 13, 0, 26, 0, 42, 0, 16, 0, 17, 10, 39, 0, 19, 0, 43, 0, 41, 0, 22, 38, 23, 0, 52, 0, 25, 0, 26, 0, 45, 0, 59, 0, 29, 0, 111, 0, 31, 14, 32, 0, 85, 0, 34, 0, 76, 0, 86, 0, 37, 30, 38 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
a(n) = n/2 for n in A125499.
a(n) = 0 for n in A244579.
LINKS
EXAMPLE
n = 6; a(6) = Sum_{k=1..6} f(6,k) = 0 + 0 + 2 + 0 + 0 + 3 = 5.
MATHEMATICA
a[n_] := Sum[If[Divisible[n*k, n + k], n*k/(n + k), 0], {k, 1, n}]; Array[a, 100] (* Amiram Eldar, Jul 21 2022 *)
CROSSREFS
Sequence in context: A326059 A019962 A086131 * A318889 A319853 A228620
KEYWORD
nonn
AUTHOR
Ctibor O. Zizka, Jul 19 2022
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 April 27 17:47 EDT 2024. Contains 372020 sequences. (Running on oeis4.)