[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
login
Revision History for A123093 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Numbers which are not the sum of two 3-almost primes.
(history; published version)
#9 by Wesley Ivan Hurt at Wed Apr 19 07:49:03 EDT 2023
STATUS

editing

approved

#8 by Wesley Ivan Hurt at Wed Apr 19 07:48:48 EDT 2023
CROSSREFS
STATUS

approved

editing

#7 by Jon E. Schoenfield at Sat Jul 11 17:00:45 EDT 2015
STATUS

editing

approved

#6 by Jon E. Schoenfield at Sat Jul 11 17:00:43 EDT 2015
COMMENTS

3-almost prime analogue analog of A072966, numbers which are not the sum of two semiprimes. In general, it seems that almost all even numbers can be written as the sum of two k-almost primes for any positive integer k. - T. D. Noe, Nov 06 2006

MATHEMATICA

nn=10000; t3=Select[Range[2, nn], Plus@@Last/@FactorInteger[ # ]==3&]; t3sum=Table[0, {nn}]; Do[n=t3[[i]]+t3[[j]]; If[n<=nn, t3sum[[n]]=1], {i, Length[t3]}, {j, i, Length[t3]}]; Flatten[Position[t3sum, 0]] - _(* _T. D. Noe_, Nov 06 2006 *)

STATUS

approved

editing

#5 by Russ Cox at Fri Mar 30 18:40:41 EDT 2012
AUTHOR

_Jonathan Vos Post (jvospost3(AT)gmail.com), _, Sep 27 2006

Discussion
Fri Mar 30
18:40
OEIS Server: https://oeis.org/edit/global/228
#4 by Russ Cox at Fri Mar 30 17:22:43 EDT 2012
COMMENTS

3-almost prime analogue of A072966, numbers which are not the sum of two semiprimes. In general, it seems that almost all even numbers can be written as the sum of two k-almost primes for any positive integer k. - _T. D. Noe (noe(AT)sspectra.com), _, Nov 06 2006

MATHEMATICA

nn=10000; t3=Select[Range[2, nn], Plus@@Last/@FactorInteger[ # ]==3&]; t3sum=Table[0, {nn}]; Do[n=t3[[i]]+t3[[j]]; If[n<=nn, t3sum[[n]]=1], {i, Length[t3]}, {j, i, Length[t3]}]; Flatten[Position[t3sum, 0]] - _T. D. Noe (noe(AT)sspectra.com), _, Nov 06 2006

EXTENSIONS

Edited by _T. D. Noe (noe(AT)sspectra.com), _, Nov 06 2006

Discussion
Fri Mar 30
17:22
OEIS Server: https://oeis.org/edit/global/120
#3 by N. J. A. Sloane at Fri Jan 09 03:00:00 EST 2009
KEYWORD

easy,fini,full,nonn,new

AUTHOR

Jonathan Vos Post (jvospost2jvospost3(AT)yahoogmail.com), Sep 27 2006

#2 by N. J. A. Sloane at Wed Dec 06 03:00:00 EST 2006
DATA

0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 21, 22, 23, 25, 27, 29, 31, 33, 34, 37, 41, 43, 44, 49, 51, 59, 61, 66, 67, 85, 99, 101, 109, 163

OFFSET

1,32

COMMENTS

3-almost prime analogue of A072966 Numbers , numbers which are not the sum of two semiprimes. Once we see that the 7 consecutive numbers 68, 69, 70, 71, 72, 73, 74 can be written as the sum of two 3-almost primes, we have all graeter integers covered, since multiples of A014612(1) = 8 can be added freely. In general, it seems that almost all even numbers can be written as the sum of two k-almost primes for any positive integer k. The open problem is k = 2 (Goldbach's conjecture). The number of nonnegative numbers which are not the sum of two n-almost primes for n = 1, 2, 3, . T. D. are 0Noe (noe(?AT), 13, 38, etceterasspectra.com), Nov 06 2006

MATHEMATICA

nn=10000; t3=Select[Range[2, nn], Plus@@Last/@FactorInteger[ # ]==3&]; t3sum=Table[0, {nn}]; Do[n=t3[[i]]+t3[[j]]; If[n<=nn, t3sum[[n]]=1], {i, Length[t3]}, {j, i, Length[t3]}]; Flatten[Position[t3sum, 0]] - T. D. Noe (noe(AT)sspectra.com), Nov 06 2006

KEYWORD

easy,fini,full,nonn,new

EXTENSIONS

Edited by T. D. Noe (noe(AT)sspectra.com), Nov 06 2006

#1 by N. J. A. Sloane at Mon Oct 09 03:00:00 EDT 2006
NAME

Numbers which are not the sum of two 3-almost primes.

DATA

0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 21, 22, 23, 25, 27, 29, 31, 33, 34, 37, 41, 43, 44, 49, 51, 59, 61, 66, 67

OFFSET

1,3

COMMENTS

3-almost prime analogue of A072966 Numbers which are not the sum of two semiprimes. Once we see that the 7 consecutive numbers 68, 69, 70, 71, 72, 73, 74 can be written as the sum of two 3-almost primes, we have all graeter integers covered, since multiples of A014612(1) = 8 can be added freely. In general, it seems that almost all numbers can be written as the sum of two k-almost primes for any positive integer k. The open problem is k = 2 (Goldbach's conjecture). The number of nonnegative numbers which are not the sum of two n-almost primes for n = 1, 2, 3, ... are 0(?), 13, 38, etcetera.

FORMULA

Complement of Sumset {A014612} + {A014612}.

CROSSREFS

Cf. A014612.

KEYWORD

easy,fini,full,nonn,new

AUTHOR

Jonathan Vos Post (jvospost2(AT)yahoo.com), Sep 27 2006

STATUS

approved