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!)
A280322 Sum of the squares of the larger parts of the partitions of 2n into two squarefree parts. 3
1, 13, 34, 110, 74, 306, 339, 811, 804, 1340, 1437, 2469, 1725, 2840, 2245, 4953, 4511, 8663, 5975, 11191, 8568, 15588, 9696, 18380, 11064, 20397, 17314, 23105, 22379, 31134, 25387, 35486, 27603, 48487, 36645, 65610, 44926, 66801, 45749, 77825, 49037, 93390, 59942 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = Sum_{i=1..n} (2n-i)^2 * mu(i)^2 * mu(2n-i)^2, where mu is the Möbius function (A008683).
a(n) = A280316(n) - A280320(n).
MAPLE
with(numtheory): A280322:=n->add((2*n-i)^2*mobius(i)^2*mobius(2*n-i)^2, i=1..n): seq(A280322(n), n=1..100);
CROSSREFS
Sequence in context: A089113 A067430 A214729 * A262851 A271750 A082214
KEYWORD
nonn,easy
AUTHOR
Wesley Ivan Hurt, Dec 31 2016
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 3 10:05 EDT 2024. Contains 373972 sequences. (Running on oeis4.)