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!)
A216050 Consider the unordered Goldbach partitions of the even numbers m. Then a(n) is the least m which contains 2n-1 such partitions composed of odd primes. 1

%I #5 Sep 04 2012 17:12:11

%S 6,22,48,78,90,144,168,234,288,210,300,474,528,390,480,570,672,756,

%T 714,690,630,930,960,924,1134,840,1302,1230,1050,1386,1380,1896,1620,

%U 1500,1530,1590,1470,1800,2244,2160,1920,1680,2040,2478,2838,1890,2460,2580

%N Consider the unordered Goldbach partitions of the even numbers m. Then a(n) is the least m which contains 2n-1 such partitions composed of odd primes.

%C A002375(a(n)/2) = 2n-1.

%H J. Stauduhar, <a href="/A216050/b216050.txt">Table of n, a(n) for n = 1..100</a>

%e a(1) = 6, because 6 = {3+3} is the least m to contain one such partition.

%e a(2) = 22, because 22 = {3+19, 5+17, 11+11} is the least m to contain three such partitions.

%e a(3) = 48, because 48 = {5+43, 7+41, 11+37, 17+31, 19+29} is the least m to contain five such partitions.

%t For[ls1=ls2={}; ct1=n=1, n<=1000, n++, For[ct2=i=1, i<=2n-1, i++, If[OddQ[i] && PrimeQ[i] && PrimeQ[2n-i], ct2++]]; AppendTo[ls1, Floor[ct2/2]]; While[(pos=Position[ls1, ct1, 1, 1])!={}, AppendTo[ls2, 2*pos[[1, 1]]]; ct1+=2;]]; ls2 (* _J. Stauduhar_, Sep 04 2012 *)

%Y Cf. A002375.

%K nonn

%O 1,1

%A _J. Stauduhar_, Sep 04 2012

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 April 18 18:49 EDT 2024. Contains 371781 sequences. (Running on oeis4.)