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!)
A294244 Sum of the smaller parts of the partitions of 2n into two parts with larger part nonsquarefree. 1
0, 0, 2, 4, 3, 7, 13, 19, 17, 14, 22, 30, 27, 38, 52, 66, 64, 78, 74, 88, 82, 96, 113, 131, 126, 121, 143, 138, 132, 154, 178, 203, 197, 223, 251, 279, 271, 300, 332, 364, 357, 391, 427, 463, 455, 446, 484, 522, 512, 502, 492, 532, 520, 560, 546, 586, 570 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = Sum_{i=1..n} i * (1 - mu(2*n-i)^2), where mu is the Möbius function (A008683).
MATHEMATICA
Table[Sum[k (1 - MoebiusMu[2 n - k]^2), {k, n}], {n, 80}]
PROG
(PARI) a(n) = sum(i=1, n, i*(1 - moebius(2*n-i)^2)); \\ Michel Marcus, Feb 11 2018
CROSSREFS
Sequence in context: A035507 A138612 A246680 * A333028 A296449 A309201
KEYWORD
nonn,easy
AUTHOR
Wesley Ivan Hurt, Oct 25 2017
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 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)