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!)
A334628 Total area of all distinct rectangles whose length and width are relatively prime and L + W = n. 0
0, 1, 2, 3, 10, 5, 28, 22, 42, 30, 110, 46, 182, 91, 140, 172, 408, 159, 570, 260, 420, 385, 1012, 380, 1050, 650, 1098, 770, 2030, 620, 2480, 1368, 1760, 1496, 2380, 1290, 4218, 2109, 2964, 2120, 5740, 1806, 6622, 3190, 4020, 3795, 8648, 3064, 8428, 4150, 6800, 5356, 12402 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Sum of the products of the parts in each partition of n into two relatively prime parts.
LINKS
FORMULA
a(n) = Sum_{i=1..floor(n/2)} [gcd(i,n-i) = 1] * i * (n-i), where [ ] is the Iverson bracket.
MATHEMATICA
Table[Sum[i*(n - i) KroneckerDelta[GCD[i, n - i], 1], {i, Floor[n/2]}], {n, 60}]
CROSSREFS
Cf. A023022.
Sequence in context: A328613 A064946 A078730 * A292239 A163767 A343936
KEYWORD
nonn,easy
AUTHOR
Wesley Ivan Hurt, Sep 09 2020
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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)