OFFSET
1,3
COMMENTS
The Strong Goldbach Conjecture asserts that all positive even integers >=4 can be expressed as the sum of two primes.
If the Strong Goldbach Conjecture is true, then a(n) > 0 for all n > 1 and a(n) <= a(n+1) for all n.
LINKS
Marcin Barylski, Comparison of A328179 with pi(n) for the first 10^4 numbers
Marcin Barylski, Redundant Primes In Goldbach Partitions
EXAMPLE
a(1)=0 because 2 does not have any Goldbach partition.
a(2)=1 because 4=2+2 and 2 is the only prime required for all even numbers <= 4.
a(3)=2 because 4=2+2 and 6=3+3, thus 2 and 3 are required for expressing all even numbers <= 6.
a(7)=4 because using {2,3,5,7} it is possible to build all even numbers <= 14.
a(8)=5 because using either {2,3,5,7,11} or {2,3,5,7,13} it is possible to build all even numbers <= 16.
a(10)=5 because {2,3,5,7,13} are enough to build all even numbers <= 20.
CROSSREFS
KEYWORD
nonn
AUTHOR
Marcin Barylski, Oct 06 2019
STATUS
approved