cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A294246 Sum of the smaller parts of the partitions of 2n into two parts with smaller part nonsquarefree.

This page as a plain text file.
%I A294246 #14 Jun 19 2019 21:16:52
%S A294246 0,0,0,4,4,4,4,12,21,21,21,33,33,33,33,49,49,67,67,87,87,87,87,111,
%T A294246 136,136,163,191,191,191,191,223,223,223,223,259,259,259,259,299,299,
%U A294246 299,299,343,388,388,388,436,485,535,535,587,587,641,641,697,697,697
%N A294246 Sum of the smaller parts of the partitions of 2n into two parts with smaller part nonsquarefree.
%H A294246 <a href="/index/Par#part">Index entries for sequences related to partitions</a>
%F A294246 a(n) = Sum_{i=1..n} i * (1 - mu(i)^2), where mu is the Möbius function (A008683).
%t A294246 Table[Sum[k (1 - MoebiusMu[k]^2), {k, n}], {n, 80}]
%Y A294246 Cf. A008683, A008966, A294245.
%K A294246 nonn,easy
%O A294246 1,4
%A A294246 _Wesley Ivan Hurt_, Oct 25 2017