Search: id:A014092
Results 1-1 of 1 results found.
%I A014092
%S A014092 1,2,3,11,17,23,27,29,35,37,41,47,51,53,57,59,65,67,71,77,79,83,87,89,
93,
%T A014092 95,97,101,107,113,117,119,121,123,125,127,131,135,137,143,145,147,149,
%U A014092 155,157,161,163,167,171,173,177,179,185,187,189,191,197,203,205,207,209
%N A014092 Numbers that are not the sum of 2 primes.
%C A014092 Suggested by the Goldbach conjecture that every even number is the sum
of 2 primes.
%C A014092 Since (if we believe the Goldbach conjecture) all the entries >2 in this
sequence are odd, they are equal to 2 + an odd composite number.
%C A014092 Values of n such that A061358(n)=0. - Emeric Deutsch (deutsch(AT)duke.poly.edu),
Apr 03 2006
%C A014092 Values of n such that A073610(n)=0 - Graeme McRae (g_m(AT)mcraefamily.com),
Jul 18 2006
%D A014092 G. H. Hardy and E. M. Wright, An Introduction to the Theory of Numbers,
5th ed., Oxford Univ. Press, 1979, Section 2.8 (for Goldbach conjecture).
%H A014092 Index entries for sequences related
to Goldbach conjecture
%F A014092 Odd composite numbers + 2 (essentially A014076(n) + 2 ).
%p A014092 g:=sum(sum(x^(ithprime(i)+ithprime(j)),i=1..j),j=1..50): gser:=series(g,
x=0,230): a:=proc(n) if coeff(gser,x^n)=0 then n else fi end: seq(a(n),
n=1..225); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 03 2006
%t A014092 s1falsifiziertQ[s_]:= Module[{ip=IntegerPartitions[s, {2}], widerlegt=False},
Do[If[PrimeQ[ip[[i,1]] ] ~And~ PrimeQ[ip[[i,2]] ], widerlegt = True;
Break[]],{i,1,Length[ip]}];widerlegt]; Select[Range[250],s1falsifiziertQ[
# ]==False&] - MIchael Taktikos (MTaktikos(AT)alice-dsl.net), Dec
30 2007
%o A014092 (PARI) isA014092(n)={ local p ; i=1 ; p=prime(i) ; while(p