The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A187619 Sum of the differences of the parts in each Goldbach partition of 2n, A187129(n) - A185297(n). 3
0, 0, 2, 4, 2, 8, 16, 12, 20, 28, 26, 32, 24, 28, 32, 64, 60, 24, 58, 72, 86, 88, 122, 116, 78, 128, 98, 108, 144, 80, 202, 204, 60, 184, 216, 188, 226, 292, 168, 196, 316, 260, 168, 376, 236, 216, 334, 120, 304, 408, 278, 340, 472, 392, 454, 604, 452, 372, 724, 216, 330, 580, 162, 472, 542, 392, 366, 540, 470, 592, 838, 384, 390, 828 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,3
LINKS
FORMULA
a(n) = 2 * Sum_{i=2..n} (n-i) * A064911(2*n*i-i^2). - Wesley Ivan Hurt, Dec 20 2013
a(n) = 2 * Sum_{i=3..n} c(i) * c(2*n-i) * (n-i), where c = A010051. - Wesley Ivan Hurt, Dec 17 2016
MAPLE
with(numtheory):
A279725:=n->2*add( (pi(i)-pi(i-1)) * (pi(2*n-i)-pi(2*n-i-1)) * (n-i), i=3..n):
seq(A279725(n), n=1..100); # Wesley Ivan Hurt, Dec 17 2016
MATHEMATICA
Table[2 Sum[(n - i) Floor[2/PrimeOmega[2 n*i - i^2]], {i, 2, n}], {n, 2, 100}] (* Wesley Ivan Hurt, Dec 20 2013 *)
CROSSREFS
Cf. A226237 (Sum of sums), A045917.
Sequence in context: A120434 A319030 A285335 * A008303 A349209 A356257
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Mar 12 2011
EXTENSIONS
More descriptive name by Wesley Ivan Hurt, Dec 20 2013
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 May 17 00:45 EDT 2024. Contains 372555 sequences. (Running on oeis4.)