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!)
A294096 Sum of the differences of the larger and smaller parts in the partitions of n into two parts with the larger part prime and smaller part squarefree. 1
0, 0, 1, 2, 1, 4, 3, 8, 5, 4, 0, 12, 10, 20, 11, 16, 5, 28, 22, 38, 18, 28, 14, 48, 34, 32, 7, 24, 26, 56, 30, 64, 47, 68, 23, 60, 34, 68, 54, 58, 21, 112, 85, 144, 59, 104, 62, 168, 82, 124, 61, 110, 83, 180, 81, 124, 71, 152, 62, 202, 91, 192, 132, 224, 74 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) = Sum_{i=1..floor(n/2)} (n - 2i) * A008966(i) * A010051(n - i).
MATHEMATICA
Table[Sum[(n - 2 i) (PrimePi[n - i] - PrimePi[n - i - 1]) MoebiusMu[i]^2, {i, Floor[n/2]}], {n, 80}]
CROSSREFS
Sequence in context: A179206 A331740 A074987 * A128280 A182177 A281878
KEYWORD
nonn,easy
AUTHOR
Wesley Ivan Hurt, Oct 22 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 March 18 22:56 EDT 2024. Contains 370952 sequences. (Running on oeis4.)