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.

A279103 Number of Goldbach partitions (p,q) of 2n such that there exists a prime r in p < r < q that does not appear as a part in any Goldbach partition of p+q = 2n.

This page as a plain text file.
%I A279103 #11 Feb 16 2025 08:33:37
%S A279103 0,0,0,0,0,0,1,2,0,2,2,0,2,2,0,2,3,2,1,3,3,3,3,5,4,2,5,3,3,1,2,5,6,1,
%T A279103 5,6,4,5,6,4,4,5,4,4,8,4,4,7,3,5,8,5,4,8,6,6,10,6,5,10,3,5,10,2,7,9,5,
%U A279103 5,7,7,7,10,5,5,12,3,8,11,4,8,8,5,5,13,9,5,11,7
%N A279103 Number of Goldbach partitions (p,q) of 2n such that there exists a prime r in p < r < q that does not appear as a part in any Goldbach partition of p+q = 2n.
%H A279103 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/GoldbachPartition.html">Goldbach Partition</a>
%H A279103 Wikipedia, <a href="http://en.wikipedia.org/wiki/Goldbach%27s_conjecture">Goldbach's conjecture</a>
%H A279103 <a href="/index/Go#Goldbach">Index entries for sequences related to Goldbach conjecture</a>
%H A279103 <a href="/index/Par#part">Index entries for sequences related to partitions</a>
%F A279103 a(n) = A002375(n) - A278700(n).
%F A279103 a(n) = Sum_{i=3..n} (A010051(i) * A010051(2n-i) * (1 - Product_{k=i..n} (1 - abs(A010051(k) - A010051(2n-k))))).
%Y A279103 Cf. A002375, A010051, A278700.
%K A279103 nonn,easy
%O A279103 1,8
%A A279103 _Wesley Ivan Hurt_, Dec 06 2016